HEX: #E7DA8D
RGB: (231,218,141)
#E7DA8D contains mainly red and green colors. Web safe color of #E7DA8D is #FFCC99 (or #FC9).
#E7DA8D color RGB value is (231,218,141).
RGB: (231,218,141)
(91%, 85%, 55%)
R 231 of 255 = 91%
G 218 of 255 = 85%
B 141 of 255 = 55%
R + G + B ~ 77%. #E7DA8D is quite light color.
R + G + B = 231 + 218 + 141 = 590 (100%)
R 231 of 590 ~ 39.15%
G 218 of 590 ~ 36.95%
B 141 of 590 ~ 23.9'%
#E7DA8D color CMYK value is (0,6,39,9).
CMYK: (0,6,39,9) C0M6Y39K9 (0%,6%,39%,9%) (0.00/0.06/0.39/0.09)
Color #E7DA8D in popluar color models
E7 | DA | 8D | |
---|---|---|---|
RGB | 231 | 218 | 141 |
HSL | 51° | 65.22% | 72.94% |
HSB/HSV | 51° | 38.96% | 90.59% |
CMYK | 0.00% | 5.63% | 38.96% |
9.41% |
Color #E7DA8D in popluar number systems.
HEX | E7 | DA | 8D |
Decimal | 231 | 218 | 141 |
Binary | 11100111 | 11011010 | 10001101 |
Octal | 347 | 332 | 215 |
Shades of #E7DA8D
Tints of #E7DA8D
Examples of css and html codes for elements with #E7DA8D color. Also use rgb(231,218,141) instead hex code.
.myTextColor { color: #E7DA8D; }
<p style="color:#E7DA8D">This sample text font color is #E7DA8D.</p>
This text font color is #E7DA8D.
.myBgColor { background-color: #E7DA8D; }
<div style="background-color:#E7DA8D">Inner text</div>
This div background color is #E7DA8D.
.myBorderColor { border: 1px solid #E7DA8D; }
<div style="border:3px solid #E7DA8D">Div</div>
This div border color is #E7DA8D.
.myOpacity80 { color: #E7DA8D; opacity: 0.8; }
<p style="color:#E7DA8D;opacity:0.8;">80%</p>
Text with #E7DA8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7DA8D;}
<p style="text-shadow: 3px 3px 1px #E7DA8D">Text here.</p>
This text has shadow with #E7DA8D color.
.textShadow {text-shadow: 3px 3px 1px #E7DA8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7DA8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7DA8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7DA8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7DA8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7DA8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7DA8D;
-webkit-box-shadow: 1px 1px 3px 2px #E7DA8D;
box-shadow: 1px 1px 3px 2px #E7DA8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7DA8D; -webkit-box-shadow: 1px 1px 3px 2px #E7DA8D; box-shadow:1px 1px 3px 2px #E7DA8D;">
Div content here
</div>
This text has color #E7DA8D on black background.
This text has color #E7DA8D on white background.
This text has black color on #E7DA8D background.
This text has white color on #E7DA8D background.
Complementary color for #hex is #182572.