HEX: #E6F3B3
RGB: (230,243,179)
Il colore #E6F3B3 contiene principalmente il rosso e il verde. Per il #E6F3B3 il colore web safe è #CCFF99 (#CF9).
Il colore E6F3B3 in RGB è definito come 230,243,179
RGB: (230,243,179) (90%,95%,70%)
R 230 da 255 = 90%
G 243 da 255 = 95%
B 179 da 255 = 70%
R + G + B ~ 85%. #E6F3B3 colore abbastanza chiaro.
R + G + B =
230 + 243 + 179 = 652 (100%)
R 230 da 652 ~ 35.28%
G 243 da 652 ~ 37.27%
B 179 da 652 ~ 27.45%
Il colore #E6F3B3 in CMYK è definito come 5,0,26,5.
CMYK: (5,0,26,5) C5M0Y26K5 (5%,0%,26%,5%) (0.05/0.00/0.26/0.05)
E6 | F3 | B3 | |
---|---|---|---|
RGB | 230 | 243 | 179 |
HSL | 72° | 72.73% | 82.75% |
HSB/HSV | 72° | 26.34% | 95.29% |
CMYK | 5.35% | 0.00% | 26.34% |
4.71% |
Esadicemale | E6 | F3 | B3 |
Decimale | 230 | 243 | 179 |
Binario | 11100110 | 11110011 | 10110011 |
Ottale | 346 | 363 | 263 |
Esempi dei codici css e html per gli elementi di colore #E6F3B3. Utilizzate rgb(230,243,179) anche al posto del codice hex.
.myTextColor { color: #E6F3B3; }
<p style="color:#E6F3B3">This sample text font color is #E6F3B3.</p>
Il colore di questo testo è #E6F3B3.
.myBgColor { background-color: #E6F3B3; }
<div style="background-color:#E6F3B3">Inner text</div>
Questo div ha lo sfondo di colore #E6F3B3.
.myBorderColor { border: 1px solid #E6F3B3; }
<div style="border:3px solid #E6F3B3">Div</div>
Questo div ha i bordi di colore E6F3B3.
.myOpacity80 { color: #E6F3B3; opacity: 0.8; }
<p style="color:#E6F3B3;opacity:0.8;">80%</p>
Il testo di color #E6F3B3 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F3B3;}
<p style="text-shadow: 3px 3px 1px #E6F3B3">Text here.</p>
Questo testo ha l'ombra di colore #E6F3B3.
.textShadow {text-shadow: 3px 3px 1px #E6F3B3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F3B3, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E6F3B3 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F3B3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F3B3, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F3B3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6F3B3; -webkit-box-shadow: 1px 1px 3px 2px #E6F3B3; box-shadow: 1px 1px 3px 2px #E6F3B3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6F3B3; -webkit-box-shadow: 1px 1px 3px 2px #E6F3B3; box-shadow:1px 1px 3px 2px #E6F3B3;">
Div content here</div>
Questo e il testo di colore #E6F3B3 sullo sfondo nero.
Questo e il testo di colore #E6F3B3 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E6F3B3.
Questo è un testo bianco sullo sfondo del colore #E6F3B3.