HEX: #D6F1DC
RGB: (214,241,220)
Il colore #D6F1DC contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6F1DC il colore web safe è #CCFFCC (#CFC).
Il colore D6F1DC in RGB è definito come 214,241,220
RGB: (214,241,220) (84%,95%,86%)
R 214 da 255 = 84%
G 241 da 255 = 95%
B 220 da 255 = 86%
R + G + B ~ 88%. #D6F1DC colore chiaro.
R + G + B =
214 + 241 + 220 = 675 (100%)
R 214 da 675 ~ 31.7%
G 241 da 675 ~ 35.7%
B 220 da 675 ~ 32.59%
Il colore #D6F1DC in CMYK è definito come 11,0,9,5.
CMYK: (11,0,9,5) C11M0Y9K5 (11%,0%,9%,5%) (0.11/0.00/0.09/0.05)
D6 | F1 | DC | |
---|---|---|---|
RGB | 214 | 241 | 220 |
HSL | 133° | 49.09% | 89.22% |
HSB/HSV | 133° | 11.20% | 94.51% |
CMYK | 11.20% | 0.00% | 8.71% |
5.49% |
Esadicemale | D6 | F1 | DC |
Decimale | 214 | 241 | 220 |
Binario | 11010110 | 11110001 | 11011100 |
Ottale | 326 | 361 | 334 |
Esempi dei codici css e html per gli elementi di colore #D6F1DC. Utilizzate rgb(214,241,220) anche al posto del codice hex.
.myTextColor { color: #D6F1DC; }
<p style="color:#D6F1DC">This sample text font color is #D6F1DC.</p>
Il colore di questo testo è #D6F1DC.
.myBgColor { background-color: #D6F1DC; }
<div style="background-color:#D6F1DC">Inner text</div>
Questo div ha lo sfondo di colore #D6F1DC.
.myBorderColor { border: 1px solid #D6F1DC; }
<div style="border:3px solid #D6F1DC">Div</div>
Questo div ha i bordi di colore D6F1DC.
.myOpacity80 { color: #D6F1DC; opacity: 0.8; }
<p style="color:#D6F1DC;opacity:0.8;">80%</p>
Il testo di color #D6F1DC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F1DC;}
<p style="text-shadow: 3px 3px 1px #D6F1DC">Text here.</p>
Questo testo ha l'ombra di colore #D6F1DC.
.textShadow {text-shadow: 3px 3px 1px #D6F1DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F1DC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F1DC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F1DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F1DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F1DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F1DC; -webkit-box-shadow: 1px 1px 3px 2px #D6F1DC; box-shadow: 1px 1px 3px 2px #D6F1DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F1DC; -webkit-box-shadow: 1px 1px 3px 2px #D6F1DC; box-shadow:1px 1px 3px 2px #D6F1DC;">
Div content here</div>
Questo e il testo di colore #D6F1DC sullo sfondo nero.
Questo e il testo di colore #D6F1DC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F1DC.
Questo è un testo bianco sullo sfondo del colore #D6F1DC.