HEX: #E5D7AC
RGB: (229,215,172)
#E5D7AC contains red, green and blue colors in about the same proportion. Web safe color of #E5D7AC is #CCCC99 (or #CC9).
#E5D7AC color RGB value is (229,215,172).
RGB: (229,215,172)
(90%, 84%, 67%)
R 229 of 255 = 90%
G 215 of 255 = 84%
B 172 of 255 = 67%
R + G + B ~ 80%. #E5D7AC is quite light color.
R + G + B = 229 + 215 + 172 = 616 (100%)
R 229 of 616 ~ 37.18%
G 215 of 616 ~ 34.9%
B 172 of 616 ~ 27.92'%
#E5D7AC color CMYK value is (0,6,25,10).
CMYK: (0,6,25,10)
C0M6Y25K10 (0%, 6%, 25%, 10%)
(0.00 / 0.06 / 0.25 / 0.10)
Color #E5D7AC in popluar color models
E5 | D7 | AC | |
---|---|---|---|
RGB | 229 | 215 | 172 |
HSL | 45° | 52.29% | 78.63% |
HSB/HSV | 45° | 24.89% | 89.80% |
CMYK | 0.00% | 6.11% | 24.89% |
10.20% |
Color #E5D7AC in popluar number systems.
HEX | E5 | D7 | AC |
Decimal | 229 | 215 | 172 |
Binary | 11100101 | 11010111 | 10101100 |
Octal | 345 | 327 | 254 |
Shades of #E5D7AC
Tints of #E5D7AC
Examples of css and html codes for elements with #E5D7AC color. Also use rgb(229,215,172) instead hex code.
.myTextColor { color: #E5D7AC; }
<p style="color:#E5D7AC">This sample text font color is #E5D7AC.</p>
This text font color is #E5D7AC.
.myBgColor { background-color: #E5D7AC; }
<div style="background-color:#E5D7AC">Inner text</div>
This div background color is #E5D7AC.
.myBorderColor { border: 1px solid #E5D7AC; }
<div style="border:3px solid #E5D7AC">Div</div>
This div border color is #E5D7AC.
.myOpacity80 { color: #E5D7AC; opacity: 0.8; }
<p style="color:#E5D7AC;opacity:0.8;">80%</p>
Text with #E5D7AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5D7AC;}
<p style="text-shadow: 3px 3px 1px #E5D7AC">Text here.</p>
This text has shadow with #E5D7AC color.
.textShadow {text-shadow: 3px 3px 1px #E5D7AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5D7AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5D7AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5D7AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5D7AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5D7AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5D7AC;
-webkit-box-shadow: 1px 1px 3px 2px #E5D7AC;
box-shadow: 1px 1px 3px 2px #E5D7AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5D7AC; -webkit-box-shadow: 1px 1px 3px 2px #E5D7AC; box-shadow:1px 1px 3px 2px #E5D7AC;">
Div content here
</div>
This text has color #E5D7AC on black background.
This text has color #E5D7AC on white background.
This text has black color on #E5D7AC background.
This text has white color on #E5D7AC background.
Complementary color for #hex is #1A2853.