HEX: #E5DBAA
RGB: (229,219,170)
#E5DBAA contains red, green and blue colors in about the same proportion. Web safe color of #E5DBAA is #CCCC99 (or #CC9).
#E5DBAA color RGB value is (229,219,170).
RGB: (229,219,170)
(90%, 86%, 67%)
R 229 of 255 = 90%
G 219 of 255 = 86%
B 170 of 255 = 67%
R + G + B ~ 81%. #E5DBAA is quite light color.
R + G + B = 229 + 219 + 170 = 618 (100%)
R 229 of 618 ~ 37.06%
G 219 of 618 ~ 35.44%
B 170 of 618 ~ 27.51'%
#E5DBAA color CMYK value is (0,4,26,10).
CMYK: (0,4,26,10) C0M4Y26K10 (0%,4%,26%,10%) (0.00/0.04/0.26/0.10)
Color #E5DBAA in popluar color models
E5 | DB | AA | |
---|---|---|---|
RGB | 229 | 219 | 170 |
HSL | 50° | 53.15% | 78.24% |
HSB/HSV | 50° | 25.76% | 89.80% |
CMYK | 0.00% | 4.37% | 25.76% |
10.20% |
Color #E5DBAA in popluar number systems.
HEX | E5 | DB | AA |
Decimal | 229 | 219 | 170 |
Binary | 11100101 | 11011011 | 10101010 |
Octal | 345 | 333 | 252 |
Shades of #E5DBAA
Tints of #E5DBAA
Examples of css and html codes for elements with #E5DBAA color. Also use rgb(229,219,170) instead hex code.
.myTextColor { color: #E5DBAA; }
<p style="color:#E5DBAA">This sample text font color is #E5DBAA.</p>
This text font color is #E5DBAA.
.myBgColor { background-color: #E5DBAA; }
<div style="background-color:#E5DBAA">Inner text</div>
This div background color is #E5DBAA.
.myBorderColor { border: 1px solid #E5DBAA; }
<div style="border:3px solid #E5DBAA">Div</div>
This div border color is #E5DBAA.
.myOpacity80 { color: #E5DBAA; opacity: 0.8; }
<p style="color:#E5DBAA;opacity:0.8;">80%</p>
Text with #E5DBAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5DBAA;}
<p style="text-shadow: 3px 3px 1px #E5DBAA">Text here.</p>
This text has shadow with #E5DBAA color.
.textShadow {text-shadow: 3px 3px 1px #E5DBAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5DBAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5DBAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5DBAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5DBAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5DBAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5DBAA;
-webkit-box-shadow: 1px 1px 3px 2px #E5DBAA;
box-shadow: 1px 1px 3px 2px #E5DBAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5DBAA; -webkit-box-shadow: 1px 1px 3px 2px #E5DBAA; box-shadow:1px 1px 3px 2px #E5DBAA;">
Div content here
</div>
This text has color #E5DBAA on black background.
This text has color #E5DBAA on white background.
This text has black color on #E5DBAA background.
This text has white color on #E5DBAA background.
Complementary color for #hex is #1A2455.