HEX: #D6F9E6
RGB: (214,249,230)
Il colore #D6F9E6 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6F9E6 il colore web safe è #CCFFCC (#CFC).
Il colore D6F9E6 in RGB è definito come 214,249,230
RGB: (214,249,230) (84%,98%,90%)
R 214 da 255 = 84%
G 249 da 255 = 98%
B 230 da 255 = 90%
R + G + B ~ 91%. #D6F9E6 colore chiaro.
R + G + B =
214 + 249 + 230 = 693 (100%)
R 214 da 693 ~ 30.88%
G 249 da 693 ~ 35.93%
B 230 da 693 ~ 33.19%
Il colore #D6F9E6 in CMYK è definito come 14,0,8,2.
CMYK: (14,0,8,2) C14M0Y8K2 (14%,0%,8%,2%) (0.14/0.00/0.08/0.02)
D6 | F9 | E6 | |
---|---|---|---|
RGB | 214 | 249 | 230 |
HSL | 147° | 74.47% | 90.78% |
HSB/HSV | 147° | 14.06% | 97.65% |
CMYK | 14.06% | 0.00% | 7.63% |
2.35% |
Esadicemale | D6 | F9 | E6 |
Decimale | 214 | 249 | 230 |
Binario | 11010110 | 11111001 | 11100110 |
Ottale | 326 | 371 | 346 |
Esempi dei codici css e html per gli elementi di colore #D6F9E6. Utilizzate rgb(214,249,230) anche al posto del codice hex.
.myTextColor { color: #D6F9E6; }
<p style="color:#D6F9E6">This sample text font color is #D6F9E6.</p>
Il colore di questo testo è #D6F9E6.
.myBgColor { background-color: #D6F9E6; }
<div style="background-color:#D6F9E6">Inner text</div>
Questo div ha lo sfondo di colore #D6F9E6.
.myBorderColor { border: 1px solid #D6F9E6; }
<div style="border:3px solid #D6F9E6">Div</div>
Questo div ha i bordi di colore D6F9E6.
.myOpacity80 { color: #D6F9E6; opacity: 0.8; }
<p style="color:#D6F9E6;opacity:0.8;">80%</p>
Il testo di color #D6F9E6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6F9E6;}
<p style="text-shadow: 3px 3px 1px #D6F9E6">Text here.</p>
Questo testo ha l'ombra di colore #D6F9E6.
.textShadow {text-shadow: 3px 3px 1px #D6F9E6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6F9E6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6F9E6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6F9E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6F9E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6F9E6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6F9E6; -webkit-box-shadow: 1px 1px 3px 2px #D6F9E6; box-shadow: 1px 1px 3px 2px #D6F9E6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6F9E6; -webkit-box-shadow: 1px 1px 3px 2px #D6F9E6; box-shadow:1px 1px 3px 2px #D6F9E6;">
Div content here</div>
Questo e il testo di colore #D6F9E6 sullo sfondo nero.
Questo e il testo di colore #D6F9E6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6F9E6.
Questo è un testo bianco sullo sfondo del colore #D6F9E6.