HEX: #E6E1D6
RGB: (230,225,214)
Il colore #E6E1D6 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #E6E1D6 il colore web safe è #CCCCCC (#CCC).
Il colore E6E1D6 in RGB è definito come 230,225,214
RGB: (230,225,214) (90%,88%,84%)
R 230 da 255 = 90%
G 225 da 255 = 88%
B 214 da 255 = 84%
R + G + B ~ 87%. #E6E1D6 colore chiaro.
R + G + B =
230 + 225 + 214 = 669 (100%)
R 230 da 669 ~ 34.38%
G 225 da 669 ~ 33.63%
B 214 da 669 ~ 31.99%
Il colore #E6E1D6 in CMYK è definito come 0,2,7,10.
CMYK: (0,2,7,10) C0M2Y7K10 (0%,2%,7%,10%) (0.00/0.02/0.07/0.10)
E6 | E1 | D6 | |
---|---|---|---|
RGB | 230 | 225 | 214 |
HSL | 41° | 24.24% | 87.06% |
HSB/HSV | 41° | 6.96% | 90.20% |
CMYK | 0.00% | 2.17% | 6.96% |
9.80% |
Esadicemale | E6 | E1 | D6 |
Decimale | 230 | 225 | 214 |
Binario | 11100110 | 11100001 | 11010110 |
Ottale | 346 | 341 | 326 |
Esempi dei codici css e html per gli elementi di colore #E6E1D6. Utilizzate rgb(230,225,214) anche al posto del codice hex.
.myTextColor { color: #E6E1D6; }
<p style="color:#E6E1D6">This sample text font color is #E6E1D6.</p>
Il colore di questo testo è #E6E1D6.
.myBgColor { background-color: #E6E1D6; }
<div style="background-color:#E6E1D6">Inner text</div>
Questo div ha lo sfondo di colore #E6E1D6.
.myBorderColor { border: 1px solid #E6E1D6; }
<div style="border:3px solid #E6E1D6">Div</div>
Questo div ha i bordi di colore E6E1D6.
.myOpacity80 { color: #E6E1D6; opacity: 0.8; }
<p style="color:#E6E1D6;opacity:0.8;">80%</p>
Il testo di color #E6E1D6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6E1D6;}
<p style="text-shadow: 3px 3px 1px #E6E1D6">Text here.</p>
Questo testo ha l'ombra di colore #E6E1D6.
.textShadow {text-shadow: 3px 3px 1px #E6E1D6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6E1D6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E6E1D6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6E1D6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6E1D6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6E1D6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6E1D6; -webkit-box-shadow: 1px 1px 3px 2px #E6E1D6; box-shadow: 1px 1px 3px 2px #E6E1D6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6E1D6; -webkit-box-shadow: 1px 1px 3px 2px #E6E1D6; box-shadow:1px 1px 3px 2px #E6E1D6;">
Div content here</div>
Questo e il testo di colore #E6E1D6 sullo sfondo nero.
Questo e il testo di colore #E6E1D6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E6E1D6.
Questo è un testo bianco sullo sfondo del colore #E6E1D6.