HEX: #D4E8F9
RGB: (212,232,249)
Il colore #D4E8F9 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D4E8F9 il colore web safe è #CCFFFF (#CFF).
Il colore D4E8F9 in RGB è definito come 212,232,249
RGB: (212,232,249) (83%,91%,98%)
R 212 da 255 = 83%
G 232 da 255 = 91%
B 249 da 255 = 98%
R + G + B ~ 91%. #D4E8F9 colore chiaro.
R + G + B =
212 + 232 + 249 = 693 (100%)
R 212 da 693 ~ 30.59%
G 232 da 693 ~ 33.48%
B 249 da 693 ~ 35.93%
Il colore #D4E8F9 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)
D4 | E8 | F9 | |
---|---|---|---|
RGB | 212 | 232 | 249 |
HSL | 208° | 75.51% | 90.39% |
HSB/HSV | 208° | 14.86% | 97.65% |
CMYK | 14.86% | 6.83% | 0.00% |
2.35% |
Esadicemale | D4 | E8 | F9 |
Decimale | 212 | 232 | 249 |
Binario | 11010100 | 11101000 | 11111001 |
Ottale | 324 | 350 | 371 |
Esempi dei codici css e html per gli elementi di colore #D4E8F9. Utilizzate rgb(212,232,249) anche al posto del codice hex.
.myTextColor { color: #D4E8F9; }
<p style="color:#D4E8F9">This sample text font color is #D4E8F9.</p>
Il colore di questo testo è #D4E8F9.
.myBgColor { background-color: #D4E8F9; }
<div style="background-color:#D4E8F9">Inner text</div>
Questo div ha lo sfondo di colore #D4E8F9.
.myBorderColor { border: 1px solid #D4E8F9; }
<div style="border:3px solid #D4E8F9">Div</div>
Questo div ha i bordi di colore D4E8F9.
.myOpacity80 { color: #D4E8F9; opacity: 0.8; }
<p style="color:#D4E8F9;opacity:0.8;">80%</p>
Il testo di color #D4E8F9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4E8F9;}
<p style="text-shadow: 3px 3px 1px #D4E8F9">Text here.</p>
Questo testo ha l'ombra di colore #D4E8F9.
.textShadow {text-shadow: 3px 3px 1px #D4E8F9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4E8F9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D4E8F9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4E8F9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4E8F9, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4E8F9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4E8F9; -webkit-box-shadow: 1px 1px 3px 2px #D4E8F9; box-shadow: 1px 1px 3px 2px #D4E8F9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4E8F9; -webkit-box-shadow: 1px 1px 3px 2px #D4E8F9; box-shadow:1px 1px 3px 2px #D4E8F9;">
Div content here</div>
Questo e il testo di colore #D4E8F9 sullo sfondo nero.
Questo e il testo di colore #D4E8F9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D4E8F9.
Questo è un testo bianco sullo sfondo del colore #D4E8F9.