HEX: #D5EBCC
RGB: (213,235,204)
Il colore #D5EBCC contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D5EBCC il colore web safe è #CCFFCC (#CFC).
Il colore D5EBCC in RGB è definito come 213,235,204
RGB: (213,235,204) (84%,92%,80%)
R 213 da 255 = 84%
G 235 da 255 = 92%
B 204 da 255 = 80%
R + G + B ~ 85%. #D5EBCC colore abbastanza chiaro.
R + G + B =
213 + 235 + 204 = 652 (100%)
R 213 da 652 ~ 32.67%
G 235 da 652 ~ 36.04%
B 204 da 652 ~ 31.29%
Il colore #D5EBCC in CMYK è definito come 9,0,13,8.
CMYK: (9,0,13,8) C9M0Y13K8 (9%,0%,13%,8%) (0.09/0.00/0.13/0.08)
D5 | EB | CC | |
---|---|---|---|
RGB | 213 | 235 | 204 |
HSL | 103° | 43.66% | 86.08% |
HSB/HSV | 103° | 13.19% | 92.16% |
CMYK | 9.36% | 0.00% | 13.19% |
7.84% |
Esadicemale | D5 | EB | CC |
Decimale | 213 | 235 | 204 |
Binario | 11010101 | 11101011 | 11001100 |
Ottale | 325 | 353 | 314 |
Esempi dei codici css e html per gli elementi di colore #D5EBCC. Utilizzate rgb(213,235,204) anche al posto del codice hex.
.myTextColor { color: #D5EBCC; }
<p style="color:#D5EBCC">This sample text font color is #D5EBCC.</p>
Il colore di questo testo è #D5EBCC.
.myBgColor { background-color: #D5EBCC; }
<div style="background-color:#D5EBCC">Inner text</div>
Questo div ha lo sfondo di colore #D5EBCC.
.myBorderColor { border: 1px solid #D5EBCC; }
<div style="border:3px solid #D5EBCC">Div</div>
Questo div ha i bordi di colore D5EBCC.
.myOpacity80 { color: #D5EBCC; opacity: 0.8; }
<p style="color:#D5EBCC;opacity:0.8;">80%</p>
Il testo di color #D5EBCC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EBCC;}
<p style="text-shadow: 3px 3px 1px #D5EBCC">Text here.</p>
Questo testo ha l'ombra di colore #D5EBCC.
.textShadow {text-shadow: 3px 3px 1px #D5EBCC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EBCC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5EBCC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EBCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EBCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EBCC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5EBCC; -webkit-box-shadow: 1px 1px 3px 2px #D5EBCC; box-shadow: 1px 1px 3px 2px #D5EBCC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5EBCC; -webkit-box-shadow: 1px 1px 3px 2px #D5EBCC; box-shadow:1px 1px 3px 2px #D5EBCC;">
Div content here</div>
Questo e il testo di colore #D5EBCC sullo sfondo nero.
Questo e il testo di colore #D5EBCC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5EBCC.
Questo è un testo bianco sullo sfondo del colore #D5EBCC.