HEX: #AB88B0
RGB: (171,136,176)
Il colore #AB88B0 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #AB88B0 il colore web safe è #999999 (#999).
Il colore AB88B0 in RGB è definito come 171,136,176
RGB: (171,136,176) (67%,53%,69%)
R 171 da 255 = 67%
G 136 da 255 = 53%
B 176 da 255 = 69%
R + G + B ~ 63%. #AB88B0 colore abbastanza chiaro.
R + G + B =
171 + 136 + 176 = 483 (100%)
R 171 da 483 ~ 35.4%
G 136 da 483 ~ 28.16%
B 176 da 483 ~ 36.44%
Il colore #AB88B0 in CMYK è definito come 3,23,0,31.
CMYK: (3,23,0,31) C3M23Y0K31 (3%,23%,0%,31%) (0.03/0.23/0.00/0.31)
AB | 88 | B0 | |
---|---|---|---|
RGB | 171 | 136 | 176 |
HSL | 293° | 20.20% | 61.18% |
HSB/HSV | 293° | 22.73% | 69.02% |
CMYK | 2.84% | 22.73% | 0.00% |
30.98% |
Esadicemale | AB | 88 | B0 |
Decimale | 171 | 136 | 176 |
Binario | 10101011 | 10001000 | 10110000 |
Ottale | 253 | 210 | 260 |
Esempi dei codici css e html per gli elementi di colore #AB88B0. Utilizzate rgb(171,136,176) anche al posto del codice hex.
.myTextColor { color: #AB88B0; }
<p style="color:#AB88B0">This sample text font color is #AB88B0.</p>
Il colore di questo testo è #AB88B0.
.myBgColor { background-color: #AB88B0; }
<div style="background-color:#AB88B0">Inner text</div>
Questo div ha lo sfondo di colore #AB88B0.
.myBorderColor { border: 1px solid #AB88B0; }
<div style="border:3px solid #AB88B0">Div</div>
Questo div ha i bordi di colore AB88B0.
.myOpacity80 { color: #AB88B0; opacity: 0.8; }
<p style="color:#AB88B0;opacity:0.8;">80%</p>
Il testo di color #AB88B0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB88B0;}
<p style="text-shadow: 3px 3px 1px #AB88B0">Text here.</p>
Questo testo ha l'ombra di colore #AB88B0.
.textShadow {text-shadow: 3px 3px 1px #AB88B0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB88B0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB88B0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB88B0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB88B0, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB88B0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB88B0; -webkit-box-shadow: 1px 1px 3px 2px #AB88B0; box-shadow: 1px 1px 3px 2px #AB88B0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB88B0; -webkit-box-shadow: 1px 1px 3px 2px #AB88B0; box-shadow:1px 1px 3px 2px #AB88B0;">
Div content here</div>
Questo e il testo di colore #AB88B0 sullo sfondo nero.
Questo e il testo di colore #AB88B0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB88B0.
Questo è un testo bianco sullo sfondo del colore #AB88B0.