HEX: #E5D1BD
RGB: (229,209,189)
#E5D1BD contains red, green and blue colors in about the same proportion. Web safe color of #E5D1BD is #CCCCCC (or #CCC).
#E5D1BD color RGB value is (229,209,189).
RGB: (229,209,189)
(90%, 82%, 74%)
R 229 of 255 = 90%
G 209 of 255 = 82%
B 189 of 255 = 74%
R + G + B ~ 82%. #E5D1BD is quite light color.
R + G + B = 229 + 209 + 189 = 627 (100%)
R 229 of 627 ~ 36.52%
G 209 of 627 ~ 33.33%
B 189 of 627 ~ 30.14'%
#E5D1BD color CMYK value is (0,9,17,10).
CMYK: (0,9,17,10)
C0M9Y17K10 (0%, 9%, 17%, 10%)
(0.00 / 0.09 / 0.17 / 0.10)
Color #E5D1BD in popluar color models
E5 | D1 | BD | |
---|---|---|---|
RGB | 229 | 209 | 189 |
HSL | 30° | 43.48% | 81.96% |
HSB/HSV | 30° | 17.47% | 89.80% |
CMYK | 0.00% | 8.73% | 17.47% |
10.20% |
Color #E5D1BD in popluar number systems.
HEX | E5 | D1 | BD |
Decimal | 229 | 209 | 189 |
Binary | 11100101 | 11010001 | 10111101 |
Octal | 345 | 321 | 275 |
Shades of #E5D1BD
Tints of #E5D1BD
Examples of css and html codes for elements with #E5D1BD color. Also use rgb(229,209,189) instead hex code.
.myTextColor { color: #E5D1BD; }
<p style="color:#E5D1BD">This sample text font color is #E5D1BD.</p>
This text font color is #E5D1BD.
.myBgColor { background-color: #E5D1BD; }
<div style="background-color:#E5D1BD">Inner text</div>
This div background color is #E5D1BD.
.myBorderColor { border: 1px solid #E5D1BD; }
<div style="border:3px solid #E5D1BD">Div</div>
This div border color is #E5D1BD.
.myOpacity80 { color: #E5D1BD; opacity: 0.8; }
<p style="color:#E5D1BD;opacity:0.8;">80%</p>
Text with #E5D1BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5D1BD;}
<p style="text-shadow: 3px 3px 1px #E5D1BD">Text here.</p>
This text has shadow with #E5D1BD color.
.textShadow {text-shadow: 3px 3px 1px #E5D1BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5D1BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5D1BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5D1BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5D1BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5D1BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5D1BD;
-webkit-box-shadow: 1px 1px 3px 2px #E5D1BD;
box-shadow: 1px 1px 3px 2px #E5D1BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5D1BD; -webkit-box-shadow: 1px 1px 3px 2px #E5D1BD; box-shadow:1px 1px 3px 2px #E5D1BD;">
Div content here
</div>
This text has color #E5D1BD on black background.
This text has color #E5D1BD on white background.
This text has black color on #E5D1BD background.
This text has white color on #E5D1BD background.
Complementary color for #hex is #1A2E42.