HEX: #D6EBFE
RGB: (214,235,254)
Il colore #D6EBFE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6EBFE il colore web safe è #CCFFFF (#CFF).
Il colore D6EBFE in RGB è definito come 214,235,254
RGB: (214,235,254) (84%,92%,100%)
R 214 da 255 = 84%
G 235 da 255 = 92%
B 254 da 255 = 100%
R + G + B ~ 92%. #D6EBFE colore chiaro.
R + G + B =
214 + 235 + 254 = 703 (100%)
R 214 da 703 ~ 30.44%
G 235 da 703 ~ 33.43%
B 254 da 703 ~ 36.13%
Il colore #D6EBFE in CMYK è definito come 16,7,0,0.
CMYK: (16,7,0,0) C16M7Y0K0 (16%,7%,0%,0%) (0.16/0.07/0.00/0.00)
D6 | EB | FE | |
---|---|---|---|
RGB | 214 | 235 | 254 |
HSL | 209° | 95.24% | 91.76% |
HSB/HSV | 209° | 15.75% | 99.61% |
CMYK | 15.75% | 7.48% | 0.00% |
0.39% |
Esadicemale | D6 | EB | FE |
Decimale | 214 | 235 | 254 |
Binario | 11010110 | 11101011 | 11111110 |
Ottale | 326 | 353 | 376 |
Esempi dei codici css e html per gli elementi di colore #D6EBFE. Utilizzate rgb(214,235,254) anche al posto del codice hex.
.myTextColor { color: #D6EBFE; }
<p style="color:#D6EBFE">This sample text font color is #D6EBFE.</p>
Il colore di questo testo è #D6EBFE.
.myBgColor { background-color: #D6EBFE; }
<div style="background-color:#D6EBFE">Inner text</div>
Questo div ha lo sfondo di colore #D6EBFE.
.myBorderColor { border: 1px solid #D6EBFE; }
<div style="border:3px solid #D6EBFE">Div</div>
Questo div ha i bordi di colore D6EBFE.
.myOpacity80 { color: #D6EBFE; opacity: 0.8; }
<p style="color:#D6EBFE;opacity:0.8;">80%</p>
Il testo di color #D6EBFE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6EBFE;}
<p style="text-shadow: 3px 3px 1px #D6EBFE">Text here.</p>
Questo testo ha l'ombra di colore #D6EBFE.
.textShadow {text-shadow: 3px 3px 1px #D6EBFE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6EBFE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6EBFE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6EBFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6EBFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6EBFE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6EBFE; -webkit-box-shadow: 1px 1px 3px 2px #D6EBFE; box-shadow: 1px 1px 3px 2px #D6EBFE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6EBFE; -webkit-box-shadow: 1px 1px 3px 2px #D6EBFE; box-shadow:1px 1px 3px 2px #D6EBFE;">
Div content here</div>
Questo e il testo di colore #D6EBFE sullo sfondo nero.
Questo e il testo di colore #D6EBFE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6EBFE.
Questo è un testo bianco sullo sfondo del colore #D6EBFE.