HEX: #D5E5F5
RGB: (213,229,245)
Il colore #D5E5F5 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D5E5F5 il colore web safe è #CCCCFF (#CCF).
Il colore D5E5F5 in RGB è definito come 213,229,245
RGB: (213,229,245) (84%,90%,96%)
R 213 da 255 = 84%
G 229 da 255 = 90%
B 245 da 255 = 96%
R + G + B ~ 90%. #D5E5F5 colore chiaro.
R + G + B =
213 + 229 + 245 = 687 (100%)
R 213 da 687 ~ 31%
G 229 da 687 ~ 33.33%
B 245 da 687 ~ 35.66%
Il colore #D5E5F5 in CMYK è definito come 13,7,0,4.
CMYK: (13,7,0,4) C13M7Y0K4 (13%,7%,0%,4%) (0.13/0.07/0.00/0.04)
D5 | E5 | F5 | |
---|---|---|---|
RGB | 213 | 229 | 245 |
HSL | 210° | 61.54% | 89.80% |
HSB/HSV | 210° | 13.06% | 96.08% |
CMYK | 13.06% | 6.53% | 0.00% |
3.92% |
Esadicemale | D5 | E5 | F5 |
Decimale | 213 | 229 | 245 |
Binario | 11010101 | 11100101 | 11110101 |
Ottale | 325 | 345 | 365 |
Esempi dei codici css e html per gli elementi di colore #D5E5F5. Utilizzate rgb(213,229,245) anche al posto del codice hex.
.myTextColor { color: #D5E5F5; }
<p style="color:#D5E5F5">This sample text font color is #D5E5F5.</p>
Il colore di questo testo è #D5E5F5.
.myBgColor { background-color: #D5E5F5; }
<div style="background-color:#D5E5F5">Inner text</div>
Questo div ha lo sfondo di colore #D5E5F5.
.myBorderColor { border: 1px solid #D5E5F5; }
<div style="border:3px solid #D5E5F5">Div</div>
Questo div ha i bordi di colore D5E5F5.
.myOpacity80 { color: #D5E5F5; opacity: 0.8; }
<p style="color:#D5E5F5;opacity:0.8;">80%</p>
Il testo di color #D5E5F5 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E5F5;}
<p style="text-shadow: 3px 3px 1px #D5E5F5">Text here.</p>
Questo testo ha l'ombra di colore #D5E5F5.
.textShadow {text-shadow: 3px 3px 1px #D5E5F5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E5F5, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5E5F5 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E5F5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E5F5, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E5F5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5E5F5; -webkit-box-shadow: 1px 1px 3px 2px #D5E5F5; box-shadow: 1px 1px 3px 2px #D5E5F5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5E5F5; -webkit-box-shadow: 1px 1px 3px 2px #D5E5F5; box-shadow:1px 1px 3px 2px #D5E5F5;">
Div content here</div>
Questo e il testo di colore #D5E5F5 sullo sfondo nero.
Questo e il testo di colore #D5E5F5 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5E5F5.
Questo è un testo bianco sullo sfondo del colore #D5E5F5.