HEX: #D6EE95
RGB: (214,238,149)
Il colore #D6EE95 contiene principalmente il rosso e il verde. Per il #D6EE95 il colore web safe è #CCFF99 (#CF9).
Il colore D6EE95 in RGB è definito come 214,238,149
RGB: (214,238,149) (84%,93%,58%)
R 214 da 255 = 84%
G 238 da 255 = 93%
B 149 da 255 = 58%
R + G + B ~ 78%. #D6EE95 colore abbastanza chiaro.
R + G + B =
214 + 238 + 149 = 601 (100%)
R 214 da 601 ~ 35.61%
G 238 da 601 ~ 39.6%
B 149 da 601 ~ 24.79%
Il colore #D6EE95 in CMYK è definito come 10,0,37,7.
CMYK: (10,0,37,7) C10M0Y37K7 (10%,0%,37%,7%) (0.10/0.00/0.37/0.07)
D6 | EE | 95 | |
---|---|---|---|
RGB | 214 | 238 | 149 |
HSL | 76° | 72.36% | 75.88% |
HSB/HSV | 76° | 37.39% | 93.33% |
CMYK | 10.08% | 0.00% | 37.39% |
6.67% |
Esadicemale | D6 | EE | 95 |
Decimale | 214 | 238 | 149 |
Binario | 11010110 | 11101110 | 10010101 |
Ottale | 326 | 356 | 225 |
Esempi dei codici css e html per gli elementi di colore #D6EE95. Utilizzate rgb(214,238,149) anche al posto del codice hex.
.myTextColor { color: #D6EE95; }
<p style="color:#D6EE95">This sample text font color is #D6EE95.</p>
Il colore di questo testo è #D6EE95.
.myBgColor { background-color: #D6EE95; }
<div style="background-color:#D6EE95">Inner text</div>
Questo div ha lo sfondo di colore #D6EE95.
.myBorderColor { border: 1px solid #D6EE95; }
<div style="border:3px solid #D6EE95">Div</div>
Questo div ha i bordi di colore D6EE95.
.myOpacity80 { color: #D6EE95; opacity: 0.8; }
<p style="color:#D6EE95;opacity:0.8;">80%</p>
Il testo di color #D6EE95 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6EE95;}
<p style="text-shadow: 3px 3px 1px #D6EE95">Text here.</p>
Questo testo ha l'ombra di colore #D6EE95.
.textShadow {text-shadow: 3px 3px 1px #D6EE95, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6EE95, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6EE95 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6EE95, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6EE95, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6EE95 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6EE95; -webkit-box-shadow: 1px 1px 3px 2px #D6EE95; box-shadow: 1px 1px 3px 2px #D6EE95; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6EE95; -webkit-box-shadow: 1px 1px 3px 2px #D6EE95; box-shadow:1px 1px 3px 2px #D6EE95;">
Div content here</div>
Questo e il testo di colore #D6EE95 sullo sfondo nero.
Questo e il testo di colore #D6EE95 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6EE95.
Questo è un testo bianco sullo sfondo del colore #D6EE95.