HEX: #E6E2ED
RGB: (230,226,237)
Il colore #E6E2ED contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #E6E2ED il colore web safe è #CCCCFF (#CCF).
Il colore E6E2ED in RGB è definito come 230,226,237
RGB: (230,226,237) (90%,89%,93%)
R 230 da 255 = 90%
G 226 da 255 = 89%
B 237 da 255 = 93%
R + G + B ~ 91%. #E6E2ED colore chiaro.
R + G + B =
230 + 226 + 237 = 693 (100%)
R 230 da 693 ~ 33.19%
G 226 da 693 ~ 32.61%
B 237 da 693 ~ 34.2%
Il colore #E6E2ED in CMYK è definito come 3,5,0,7.
CMYK: (3,5,0,7) C3M5Y0K7 (3%,5%,0%,7%) (0.03/0.05/0.00/0.07)
E6 | E2 | ED | |
---|---|---|---|
RGB | 230 | 226 | 237 |
HSL | 262° | 23.40% | 90.78% |
HSB/HSV | 262° | 4.64% | 92.94% |
CMYK | 2.95% | 4.64% | 0.00% |
7.06% |
Esadicemale | E6 | E2 | ED |
Decimale | 230 | 226 | 237 |
Binario | 11100110 | 11100010 | 11101101 |
Ottale | 346 | 342 | 355 |
Esempi dei codici css e html per gli elementi di colore #E6E2ED. Utilizzate rgb(230,226,237) anche al posto del codice hex.
.myTextColor { color: #E6E2ED; }
<p style="color:#E6E2ED">This sample text font color is #E6E2ED.</p>
Il colore di questo testo è #E6E2ED.
.myBgColor { background-color: #E6E2ED; }
<div style="background-color:#E6E2ED">Inner text</div>
Questo div ha lo sfondo di colore #E6E2ED.
.myBorderColor { border: 1px solid #E6E2ED; }
<div style="border:3px solid #E6E2ED">Div</div>
Questo div ha i bordi di colore E6E2ED.
.myOpacity80 { color: #E6E2ED; opacity: 0.8; }
<p style="color:#E6E2ED;opacity:0.8;">80%</p>
Il testo di color #E6E2ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6E2ED;}
<p style="text-shadow: 3px 3px 1px #E6E2ED">Text here.</p>
Questo testo ha l'ombra di colore #E6E2ED.
.textShadow {text-shadow: 3px 3px 1px #E6E2ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6E2ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E6E2ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6E2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6E2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6E2ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6E2ED; -webkit-box-shadow: 1px 1px 3px 2px #E6E2ED; box-shadow: 1px 1px 3px 2px #E6E2ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6E2ED; -webkit-box-shadow: 1px 1px 3px 2px #E6E2ED; box-shadow:1px 1px 3px 2px #E6E2ED;">
Div content here</div>
Questo e il testo di colore #E6E2ED sullo sfondo nero.
Questo e il testo di colore #E6E2ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E6E2ED.
Questo è un testo bianco sullo sfondo del colore #E6E2ED.