HEX: #D6E9FB
RGB: (214,233,251)
Il colore #D6E9FB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6E9FB il colore web safe è #CCFFFF (#CFF).
Il colore D6E9FB in RGB è definito come 214,233,251
RGB: (214,233,251)
(84%, 91%, 98%)
R 214 da 255 = 84%
G 233 da 255 = 91%
B 251 da 255 = 98%
R + G + B ~ 91%. #D6E9FB colore chiaro.
R + G + B = 214 + 233 + 251 = 698 (100%)
R 214 da 698 ~ 30.66%
G 233 da 698 ~ 33.38%
B 251 da 698 ~ 35.96'%
Il colore #D6E9FB in CMYK è definito come 15,7,0,2.
CMYK: (15,7,0,2)
C15M7Y0K2 (15%, 7%, 0%, 2%)
(0.15 / 0.07 / 0.00 / 0.02)
Il #D6E9FB nei modelli di colore popolari.
D6 | E9 | FB | |
---|---|---|---|
RGB | 214 | 233 | 251 |
HSL | 209° | 82.22% | 91.18% |
HSB/HSV | 209° | 14.74% | 98.43% |
CMYK | 14.74% | 7.17% | 0.00% |
1.57% |
Il #D6E9FB nei modelli numerici popolari.
Esadicemale | D6 | E9 | FB |
Decimale | 214 | 233 | 251 |
Binario | 11010110 | 11101001 | 11111011 |
Ottale | 326 | 351 | 373 |
Tonalità scure del colore #D6E9FB
Tonalità chiare del colore #D6E9FB
Esempi dei codici css e html per gli elementi di colore #D6E9FB. Utilizzate rgb(214,233,251) anche al posto del codice hex.
.myTextColor { color: #D6E9FB; }
<p style="color:#D6E9FB">This sample text font color is #D6E9FB.</p>
Il colore di questo testo è #D6E9FB.
.myBgColor { background-color: #D6E9FB; }
<div style="background-color:#D6E9FB">Inner text</div>
Questo div ha lo sfondo di colore #D6E9FB.
.myBorderColor { border: 1px solid #D6E9FB; }
<div style="border:3px solid #D6E9FB">Div</div>
Questo div ha i bordi di colore D6E9FB.
.myOpacity80 { color: #D6E9FB; opacity: 0.8; }
<p style="color:#D6E9FB;opacity:0.8;">80%</p>
Il testo di color #D6E9FB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E9FB;}
<p style="text-shadow: 3px 3px 1px #D6E9FB">Text here.</p>
Questo testo ha l'ombra di colore #D6E9FB.
.textShadow {text-shadow: 3px 3px 1px #D6E9FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E9FB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6E9FB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E9FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E9FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E9FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E9FB;
-webkit-box-shadow: 1px 1px 3px 2px #D6E9FB;
box-shadow: 1px 1px 3px 2px #D6E9FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E9FB; -webkit-box-shadow: 1px 1px 3px 2px #D6E9FB; box-shadow:1px 1px 3px 2px #D6E9FB;">
Div content here
</div>
Questo e il testo di colore #D6E9FB sullo sfondo nero.
Questo e il testo di colore #D6E9FB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6E9FB.
Questo è un testo bianco sullo sfondo del colore #D6E9FB.
Il colore complimentare del #hex è #291604..