HEX: #AB94B5
RGB: (171,148,181)
Il colore #AB94B5 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #AB94B5 il colore web safe è #9999CC (#99C).
Il colore AB94B5 in RGB è definito come 171,148,181
RGB: (171,148,181) (67%,58%,71%)
R 171 da 255 = 67%
G 148 da 255 = 58%
B 181 da 255 = 71%
R + G + B ~ 65%. #AB94B5 colore abbastanza chiaro.
R + G + B =
171 + 148 + 181 = 500 (100%)
R 171 da 500 ~ 34.2%
G 148 da 500 ~ 29.6%
B 181 da 500 ~ 36.2%
Il colore #AB94B5 in CMYK è definito come 6,18,0,29.
CMYK: (6,18,0,29) C6M18Y0K29 (6%,18%,0%,29%) (0.06/0.18/0.00/0.29)
AB | 94 | B5 | |
---|---|---|---|
RGB | 171 | 148 | 181 |
HSL | 282° | 18.23% | 64.51% |
HSB/HSV | 282° | 18.23% | 70.98% |
CMYK | 5.52% | 18.23% | 0.00% |
29.02% |
Esadicemale | AB | 94 | B5 |
Decimale | 171 | 148 | 181 |
Binario | 10101011 | 10010100 | 10110101 |
Ottale | 253 | 224 | 265 |
Esempi dei codici css e html per gli elementi di colore #AB94B5. Utilizzate rgb(171,148,181) anche al posto del codice hex.
.myTextColor { color: #AB94B5; }
<p style="color:#AB94B5">This sample text font color is #AB94B5.</p>
Il colore di questo testo è #AB94B5.
.myBgColor { background-color: #AB94B5; }
<div style="background-color:#AB94B5">Inner text</div>
Questo div ha lo sfondo di colore #AB94B5.
.myBorderColor { border: 1px solid #AB94B5; }
<div style="border:3px solid #AB94B5">Div</div>
Questo div ha i bordi di colore AB94B5.
.myOpacity80 { color: #AB94B5; opacity: 0.8; }
<p style="color:#AB94B5;opacity:0.8;">80%</p>
Il testo di color #AB94B5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB94B5;}
<p style="text-shadow: 3px 3px 1px #AB94B5">Text here.</p>
Questo testo ha l'ombra di colore #AB94B5.
.textShadow {text-shadow: 3px 3px 1px #AB94B5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB94B5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB94B5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB94B5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB94B5, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB94B5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB94B5; -webkit-box-shadow: 1px 1px 3px 2px #AB94B5; box-shadow: 1px 1px 3px 2px #AB94B5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB94B5; -webkit-box-shadow: 1px 1px 3px 2px #AB94B5; box-shadow:1px 1px 3px 2px #AB94B5;">
Div content here</div>
Questo e il testo di colore #AB94B5 sullo sfondo nero.
Questo e il testo di colore #AB94B5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB94B5.
Questo è un testo bianco sullo sfondo del colore #AB94B5.