HEX: #EDE1D6
RGB: (237,225,214)
Il colore #EDE1D6 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #EDE1D6 il colore web safe è #FFCCCC (#FCC).
Il colore EDE1D6 in RGB è definito come 237,225,214
RGB: (237,225,214) (93%,88%,84%)
R 237 da 255 = 93%
G 225 da 255 = 88%
B 214 da 255 = 84%
R + G + B ~ 88%. #EDE1D6 colore chiaro.
R + G + B =
237 + 225 + 214 = 676 (100%)
R 237 da 676 ~ 35.06%
G 225 da 676 ~ 33.28%
B 214 da 676 ~ 31.66%
Il colore #EDE1D6 in CMYK è definito come 0,5,10,7.
CMYK: (0,5,10,7) C0M5Y10K7 (0%,5%,10%,7%) (0.00/0.05/0.10/0.07)
ED | E1 | D6 | |
---|---|---|---|
RGB | 237 | 225 | 214 |
HSL | 29° | 38.98% | 88.43% |
HSB/HSV | 29° | 9.70% | 92.94% |
CMYK | 0.00% | 5.06% | 9.70% |
7.06% |
Esadicemale | ED | E1 | D6 |
Decimale | 237 | 225 | 214 |
Binario | 11101101 | 11100001 | 11010110 |
Ottale | 355 | 341 | 326 |
Esempi dei codici css e html per gli elementi di colore #EDE1D6. Utilizzate rgb(237,225,214) anche al posto del codice hex.
.myTextColor { color: #EDE1D6; }
<p style="color:#EDE1D6">This sample text font color is #EDE1D6.</p>
Il colore di questo testo è #EDE1D6.
.myBgColor { background-color: #EDE1D6; }
<div style="background-color:#EDE1D6">Inner text</div>
Questo div ha lo sfondo di colore #EDE1D6.
.myBorderColor { border: 1px solid #EDE1D6; }
<div style="border:3px solid #EDE1D6">Div</div>
Questo div ha i bordi di colore EDE1D6.
.myOpacity80 { color: #EDE1D6; opacity: 0.8; }
<p style="color:#EDE1D6;opacity:0.8;">80%</p>
Il testo di color #EDE1D6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE1D6;}
<p style="text-shadow: 3px 3px 1px #EDE1D6">Text here.</p>
Questo testo ha l'ombra di colore #EDE1D6.
.textShadow {text-shadow: 3px 3px 1px #EDE1D6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE1D6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #EDE1D6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE1D6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE1D6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE1D6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDE1D6; -webkit-box-shadow: 1px 1px 3px 2px #EDE1D6; box-shadow: 1px 1px 3px 2px #EDE1D6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDE1D6; -webkit-box-shadow: 1px 1px 3px 2px #EDE1D6; box-shadow:1px 1px 3px 2px #EDE1D6;">
Div content here</div>
Questo e il testo di colore #EDE1D6 sullo sfondo nero.
Questo e il testo di colore #EDE1D6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #EDE1D6.
Questo è un testo bianco sullo sfondo del colore #EDE1D6.