HEX: #D6ABBA
RGB: (214,171,186)
Il colore #D6ABBA contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6ABBA il colore web safe è #CC99CC (#C9C).
Il colore D6ABBA in RGB è definito come 214,171,186
RGB: (214,171,186) (84%,67%,73%)
R 214 da 255 = 84%
G 171 da 255 = 67%
B 186 da 255 = 73%
R + G + B ~ 75%. #D6ABBA colore abbastanza chiaro.
R + G + B =
214 + 171 + 186 = 571 (100%)
R 214 da 571 ~ 37.48%
G 171 da 571 ~ 29.95%
B 186 da 571 ~ 32.57%
Il colore #D6ABBA in CMYK è definito come 0,20,13,16.
CMYK: (0,20,13,16) C0M20Y13K16 (0%,20%,13%,16%) (0.00/0.20/0.13/0.16)
D6 | AB | BA | |
---|---|---|---|
RGB | 214 | 171 | 186 |
HSL | 339° | 34.40% | 75.49% |
HSB/HSV | 339° | 20.09% | 83.92% |
CMYK | 0.00% | 20.09% | 13.08% |
16.08% |
Esadicemale | D6 | AB | BA |
Decimale | 214 | 171 | 186 |
Binario | 11010110 | 10101011 | 10111010 |
Ottale | 326 | 253 | 272 |
Esempi dei codici css e html per gli elementi di colore #D6ABBA. Utilizzate rgb(214,171,186) anche al posto del codice hex.
.myTextColor { color: #D6ABBA; }
<p style="color:#D6ABBA">This sample text font color is #D6ABBA.</p>
Il colore di questo testo è #D6ABBA.
.myBgColor { background-color: #D6ABBA; }
<div style="background-color:#D6ABBA">Inner text</div>
Questo div ha lo sfondo di colore #D6ABBA.
.myBorderColor { border: 1px solid #D6ABBA; }
<div style="border:3px solid #D6ABBA">Div</div>
Questo div ha i bordi di colore D6ABBA.
.myOpacity80 { color: #D6ABBA; opacity: 0.8; }
<p style="color:#D6ABBA;opacity:0.8;">80%</p>
Il testo di color #D6ABBA e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6ABBA;}
<p style="text-shadow: 3px 3px 1px #D6ABBA">Text here.</p>
Questo testo ha l'ombra di colore #D6ABBA.
.textShadow {text-shadow: 3px 3px 1px #D6ABBA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6ABBA, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6ABBA e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6ABBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6ABBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6ABBA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6ABBA; -webkit-box-shadow: 1px 1px 3px 2px #D6ABBA; box-shadow: 1px 1px 3px 2px #D6ABBA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6ABBA; -webkit-box-shadow: 1px 1px 3px 2px #D6ABBA; box-shadow:1px 1px 3px 2px #D6ABBA;">
Div content here</div>
Questo e il testo di colore #D6ABBA sullo sfondo nero.
Questo e il testo di colore #D6ABBA sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6ABBA.
Questo è un testo bianco sullo sfondo del colore #D6ABBA.