HEX: #E7E6ED
RGB: (231,230,237)
Il colore #E7E6ED contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #E7E6ED il colore web safe è #FFCCFF (#FCF).
Il colore E7E6ED in RGB è definito come 231,230,237
RGB: (231,230,237)
(91%, 90%, 93%)
R 231 da 255 = 91%
G 230 da 255 = 90%
B 237 da 255 = 93%
R + G + B ~ 91%. #E7E6ED colore chiaro.
R + G + B = 231 + 230 + 237 = 698 (100%)
R 231 da 698 ~ 33.09%
G 230 da 698 ~ 32.95%
B 237 da 698 ~ 33.95'%
Il colore #E7E6ED in CMYK è definito come 3,3,0,7.
CMYK: (3,3,0,7)
C3M3Y0K7 (3%, 3%, 0%, 7%)
(0.03 / 0.03 / 0.00 / 0.07)
Il #E7E6ED nei modelli di colore popolari.
E7 | E6 | ED | |
---|---|---|---|
RGB | 231 | 230 | 237 |
HSL | 249° | 16.28% | 91.57% |
HSB/HSV | 249° | 2.95% | 92.94% |
CMYK | 2.53% | 2.95% | 0.00% |
7.06% |
Il #E7E6ED nei modelli numerici popolari.
Esadicemale | E7 | E6 | ED |
Decimale | 231 | 230 | 237 |
Binario | 11100111 | 11100110 | 11101101 |
Ottale | 347 | 346 | 355 |
Tonalità scure del colore #E7E6ED
Tonalità chiare del colore #E7E6ED
Esempi dei codici css e html per gli elementi di colore #E7E6ED. Utilizzate rgb(231,230,237) anche al posto del codice hex.
.myTextColor { color: #E7E6ED; }
<p style="color:#E7E6ED">This sample text font color is #E7E6ED.</p>
Il colore di questo testo è #E7E6ED.
.myBgColor { background-color: #E7E6ED; }
<div style="background-color:#E7E6ED">Inner text</div>
Questo div ha lo sfondo di colore #E7E6ED.
.myBorderColor { border: 1px solid #E7E6ED; }
<div style="border:3px solid #E7E6ED">Div</div>
Questo div ha i bordi di colore E7E6ED.
.myOpacity80 { color: #E7E6ED; opacity: 0.8; }
<p style="color:#E7E6ED;opacity:0.8;">80%</p>
Il testo di color #E7E6ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7E6ED;}
<p style="text-shadow: 3px 3px 1px #E7E6ED">Text here.</p>
Questo testo ha l'ombra di colore #E7E6ED.
.textShadow {text-shadow: 3px 3px 1px #E7E6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7E6ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E7E6ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7E6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7E6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7E6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7E6ED;
-webkit-box-shadow: 1px 1px 3px 2px #E7E6ED;
box-shadow: 1px 1px 3px 2px #E7E6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7E6ED; -webkit-box-shadow: 1px 1px 3px 2px #E7E6ED; box-shadow:1px 1px 3px 2px #E7E6ED;">
Div content here
</div>
Questo e il testo di colore #E7E6ED sullo sfondo nero.
Questo e il testo di colore #E7E6ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E7E6ED.
Questo è un testo bianco sullo sfondo del colore #E7E6ED.
Il colore complimentare del #hex è #181912..