HEX: #D9E192
RGB: (217,225,146)
Il colore #D9E192 contiene principalmente il rosso e il verde. Per il #D9E192 il colore web safe è #CCCC99 (#CC9).
Il colore D9E192 in RGB è definito come 217,225,146
RGB: (217,225,146)
(85%, 88%, 57%)
R 217 da 255 = 85%
G 225 da 255 = 88%
B 146 da 255 = 57%
R + G + B ~ 77%. #D9E192 colore abbastanza chiaro.
R + G + B = 217 + 225 + 146 = 588 (100%)
R 217 da 588 ~ 36.9%
G 225 da 588 ~ 38.27%
B 146 da 588 ~ 24.83'%
Il colore #D9E192 in CMYK è definito come 4,0,35,12.
CMYK: (4,0,35,12)
C4M0Y35K12 (4%, 0%, 35%, 12%)
(0.04 / 0.00 / 0.35 / 0.12)
Il #D9E192 nei modelli di colore popolari.
D9 | E1 | 92 | |
---|---|---|---|
RGB | 217 | 225 | 146 |
HSL | 66° | 56.83% | 72.75% |
HSB/HSV | 66° | 35.11% | 88.24% |
CMYK | 3.56% | 0.00% | 35.11% |
11.76% |
Il #D9E192 nei modelli numerici popolari.
Esadicemale | D9 | E1 | 92 |
Decimale | 217 | 225 | 146 |
Binario | 11011001 | 11100001 | 10010010 |
Ottale | 331 | 341 | 222 |
Tonalità scure del colore #D9E192
Tonalità chiare del colore #D9E192
Esempi dei codici css e html per gli elementi di colore #D9E192. Utilizzate rgb(217,225,146) anche al posto del codice hex.
.myTextColor { color: #D9E192; }
<p style="color:#D9E192">This sample text font color is #D9E192.</p>
Il colore di questo testo è #D9E192.
.myBgColor { background-color: #D9E192; }
<div style="background-color:#D9E192">Inner text</div>
Questo div ha lo sfondo di colore #D9E192.
.myBorderColor { border: 1px solid #D9E192; }
<div style="border:3px solid #D9E192">Div</div>
Questo div ha i bordi di colore D9E192.
.myOpacity80 { color: #D9E192; opacity: 0.8; }
<p style="color:#D9E192;opacity:0.8;">80%</p>
Il testo di color #D9E192 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9E192;}
<p style="text-shadow: 3px 3px 1px #D9E192">Text here.</p>
Questo testo ha l'ombra di colore #D9E192.
.textShadow {text-shadow: 3px 3px 1px #D9E192', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9E192, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D9E192 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9E192, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9E192, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9E192 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9E192;
-webkit-box-shadow: 1px 1px 3px 2px #D9E192;
box-shadow: 1px 1px 3px 2px #D9E192;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9E192; -webkit-box-shadow: 1px 1px 3px 2px #D9E192; box-shadow:1px 1px 3px 2px #D9E192;">
Div content here
</div>
Questo e il testo di colore #D9E192 sullo sfondo nero.
Questo e il testo di colore #D9E192 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D9E192.
Questo è un testo bianco sullo sfondo del colore #D9E192.
Il colore complimentare del #hex è #261E6D..