HEX: #D5EEEB
RGB: (213,238,235)
Il colore #D5EEEB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D5EEEB il colore web safe è #CCFFFF (#CFF).
Il colore D5EEEB in RGB è definito come 213,238,235
RGB: (213,238,235) (84%,93%,92%)
R 213 da 255 = 84%
G 238 da 255 = 93%
B 235 da 255 = 92%
R + G + B ~ 90%. #D5EEEB colore chiaro.
R + G + B =
213 + 238 + 235 = 686 (100%)
R 213 da 686 ~ 31.05%
G 238 da 686 ~ 34.69%
B 235 da 686 ~ 34.26%
Il colore #D5EEEB in CMYK è definito come 11,0,1,7.
CMYK: (11,0,1,7) C11M0Y1K7 (11%,0%,1%,7%) (0.11/0.00/0.01/0.07)
D5 | EE | EB | |
---|---|---|---|
RGB | 213 | 238 | 235 |
HSL | 173° | 42.37% | 88.43% |
HSB/HSV | 173° | 10.50% | 93.33% |
CMYK | 10.50% | 0.00% | 1.26% |
6.67% |
Esadicemale | D5 | EE | EB |
Decimale | 213 | 238 | 235 |
Binario | 11010101 | 11101110 | 11101011 |
Ottale | 325 | 356 | 353 |
Esempi dei codici css e html per gli elementi di colore #D5EEEB. Utilizzate rgb(213,238,235) anche al posto del codice hex.
.myTextColor { color: #D5EEEB; }
<p style="color:#D5EEEB">This sample text font color is #D5EEEB.</p>
Il colore di questo testo è #D5EEEB.
.myBgColor { background-color: #D5EEEB; }
<div style="background-color:#D5EEEB">Inner text</div>
Questo div ha lo sfondo di colore #D5EEEB.
.myBorderColor { border: 1px solid #D5EEEB; }
<div style="border:3px solid #D5EEEB">Div</div>
Questo div ha i bordi di colore D5EEEB.
.myOpacity80 { color: #D5EEEB; opacity: 0.8; }
<p style="color:#D5EEEB;opacity:0.8;">80%</p>
Il testo di color #D5EEEB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EEEB;}
<p style="text-shadow: 3px 3px 1px #D5EEEB">Text here.</p>
Questo testo ha l'ombra di colore #D5EEEB.
.textShadow {text-shadow: 3px 3px 1px #D5EEEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EEEB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5EEEB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EEEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5EEEB; -webkit-box-shadow: 1px 1px 3px 2px #D5EEEB; box-shadow: 1px 1px 3px 2px #D5EEEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5EEEB; -webkit-box-shadow: 1px 1px 3px 2px #D5EEEB; box-shadow:1px 1px 3px 2px #D5EEEB;">
Div content here</div>
Questo e il testo di colore #D5EEEB sullo sfondo nero.
Questo e il testo di colore #D5EEEB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5EEEB.
Questo è un testo bianco sullo sfondo del colore #D5EEEB.