HEX: #D5E189
RGB: (213,225,137)
Il colore #D5E189 contiene principalmente il rosso e il verde. Per il #D5E189 il colore web safe è #CCCC99 (#CC9).
Il colore D5E189 in RGB è definito come 213,225,137
RGB: (213,225,137)
(84%, 88%, 54%)
R 213 da 255 = 84%
G 225 da 255 = 88%
B 137 da 255 = 54%
R + G + B ~ 75%. #D5E189 colore abbastanza chiaro.
R + G + B = 213 + 225 + 137 = 575 (100%)
R 213 da 575 ~ 37.04%
G 225 da 575 ~ 39.13%
B 137 da 575 ~ 23.83'%
Il colore #D5E189 in CMYK è definito come 5,0,39,12.
CMYK: (5,0,39,12)
C5M0Y39K12 (5%, 0%, 39%, 12%)
(0.05 / 0.00 / 0.39 / 0.12)
Il #D5E189 nei modelli di colore popolari.
D5 | E1 | 89 | |
---|---|---|---|
RGB | 213 | 225 | 137 |
HSL | 68° | 59.46% | 70.98% |
HSB/HSV | 68° | 39.11% | 88.24% |
CMYK | 5.33% | 0.00% | 39.11% |
11.76% |
Il #D5E189 nei modelli numerici popolari.
Esadicemale | D5 | E1 | 89 |
Decimale | 213 | 225 | 137 |
Binario | 11010101 | 11100001 | 10001001 |
Ottale | 325 | 341 | 211 |
Tonalità scure del colore #D5E189
Tonalità chiare del colore #D5E189
Esempi dei codici css e html per gli elementi di colore #D5E189. Utilizzate rgb(213,225,137) anche al posto del codice hex.
.myTextColor { color: #D5E189; }
<p style="color:#D5E189">This sample text font color is #D5E189.</p>
Il colore di questo testo è #D5E189.
.myBgColor { background-color: #D5E189; }
<div style="background-color:#D5E189">Inner text</div>
Questo div ha lo sfondo di colore #D5E189.
.myBorderColor { border: 1px solid #D5E189; }
<div style="border:3px solid #D5E189">Div</div>
Questo div ha i bordi di colore D5E189.
.myOpacity80 { color: #D5E189; opacity: 0.8; }
<p style="color:#D5E189;opacity:0.8;">80%</p>
Il testo di color #D5E189 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E189;}
<p style="text-shadow: 3px 3px 1px #D5E189">Text here.</p>
Questo testo ha l'ombra di colore #D5E189.
.textShadow {text-shadow: 3px 3px 1px #D5E189', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E189, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5E189 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E189, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E189 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E189;
-webkit-box-shadow: 1px 1px 3px 2px #D5E189;
box-shadow: 1px 1px 3px 2px #D5E189;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E189; -webkit-box-shadow: 1px 1px 3px 2px #D5E189; box-shadow:1px 1px 3px 2px #D5E189;">
Div content here
</div>
Questo e il testo di colore #D5E189 sullo sfondo nero.
Questo e il testo di colore #D5E189 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5E189.
Questo è un testo bianco sullo sfondo del colore #D5E189.
Il colore complimentare del #hex è #2A1E76..