HEX: #D7E19D
RGB: (215,225,157)
#D7E19D contains mainly red and green colors. Web safe color of #D7E19D is #CCCC99 (or #CC9).
#D7E19D color RGB value is (215,225,157).
RGB: (215,225,157) (84%,88%,62%)
R 215 of 255 = 84%
G 225 of 255 = 88%
B 157 of 255 = 62%
R + G + B ~ 78%. #D7E19D is quite light color.
R + G + B =
215 + 225 + 157 = 597 (100%)
R 215 of 597 ~ 36.01%
G 225 of 597 ~ 37.69%
B 157 of 597 ~ 26.3%
#D7E19D color CMYK value is (4,0,30,12).
CMYK: (4,0,30,12) C4M0Y30K12 (4%,0%,30%,12%) (0.04/0.00/0.30/0.12)
D7 | E1 | 9D | |
---|---|---|---|
RGB | 215 | 225 | 157 |
HSL | 69° | 53.13% | 74.90% |
HSB/HSV | 69° | 30.22% | 88.24% |
CMYK | 4.44% | 0.00% | 30.22% |
11.76% |
HEX | D7 | E1 | 9D |
Decimal | 215 | 225 | 157 |
Binary | 11010111 | 11100001 | 10011101 |
Octal | 327 | 341 | 235 |
Examples of css and html codes for elements with #D7E19D color. Also use rgb(215,225,157) instead hex code.
.myTextColor { color: #D7E19D; }
<p style="color:#D7E19D">This sample text font color is #D7E19D.</p>
This text font color is #D7E19D.
.myBgColor { background-color: #D7E19D; }
<div style="background-color:#D7E19D">Inner text</div>
This div background color is #D7E19D.
.myBorderColor { border: 1px solid #D7E19D; }
<div style="border:3px solid #D7E19D">Div</div>
This div border color is #D7E19D.
.myOpacity80 { color: #D7E19D; opacity: 0.8; }
<p style="color:#D7E19D;opacity:0.8;">80%</p>
Text with #D7E19D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7E19D;}
<p style="text-shadow: 3px 3px 1px #D7E19D">Text here.</p>
This text has shadow with #D7E19D color.
.textShadow {text-shadow: 3px 3px 1px #D7E19D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7E19D, 5px 5px 20px red">Text here.</p>
This text has shadow with #D7E19D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7E19D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7E19D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7E19D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D7E19D; -webkit-box-shadow: 1px 1px 3px 2px #D7E19D; box-shadow: 1px 1px 3px 2px #D7E19D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D7E19D; -webkit-box-shadow: 1px 1px 3px 2px #D7E19D; box-shadow:1px 1px 3px 2px #D7E19D;">
Div content here</div>
This text has color #D7E19D on black background.
This text has color #D7E19D on white background.
This text has black color on #D7E19D background.
This text has white color on #D7E19D background.