HEX: #E6DACC
RGB: (230,218,204)
#E6DACC contains red, green and blue colors in about the same proportion. Web safe color of #E6DACC is #CCCCCC (or #CCC).
#E6DACC color RGB value is (230,218,204).
RGB: (230,218,204)
(90%, 85%, 80%)
R 230 of 255 = 90%
G 218 of 255 = 85%
B 204 of 255 = 80%
R + G + B ~ 85%. #E6DACC is quite light color.
R + G + B = 230 + 218 + 204 = 652 (100%)
R 230 of 652 ~ 35.28%
G 218 of 652 ~ 33.44%
B 204 of 652 ~ 31.29'%
#E6DACC color CMYK value is (0,5,11,10).
CMYK: (0,5,11,10)
C0M5Y11K10 (0%, 5%, 11%, 10%)
(0.00 / 0.05 / 0.11 / 0.10)
Color #E6DACC in popluar color models
E6 | DA | CC | |
---|---|---|---|
RGB | 230 | 218 | 204 |
HSL | 32° | 34.21% | 85.10% |
HSB/HSV | 32° | 11.30% | 90.20% |
CMYK | 0.00% | 5.22% | 11.30% |
9.80% |
Color #E6DACC in popluar number systems.
HEX | E6 | DA | CC |
Decimal | 230 | 218 | 204 |
Binary | 11100110 | 11011010 | 11001100 |
Octal | 346 | 332 | 314 |
Shades of #E6DACC
Tints of #E6DACC
Examples of css and html codes for elements with #E6DACC color. Also use rgb(230,218,204) instead hex code.
.myTextColor { color: #E6DACC; }
<p style="color:#E6DACC">This sample text font color is #E6DACC.</p>
This text font color is #E6DACC.
.myBgColor { background-color: #E6DACC; }
<div style="background-color:#E6DACC">Inner text</div>
This div background color is #E6DACC.
.myBorderColor { border: 1px solid #E6DACC; }
<div style="border:3px solid #E6DACC">Div</div>
This div border color is #E6DACC.
.myOpacity80 { color: #E6DACC; opacity: 0.8; }
<p style="color:#E6DACC;opacity:0.8;">80%</p>
Text with #E6DACC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DACC;}
<p style="text-shadow: 3px 3px 1px #E6DACC">Text here.</p>
This text has shadow with #E6DACC color.
.textShadow {text-shadow: 3px 3px 1px #E6DACC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DACC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DACC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DACC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DACC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DACC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DACC;
-webkit-box-shadow: 1px 1px 3px 2px #E6DACC;
box-shadow: 1px 1px 3px 2px #E6DACC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DACC; -webkit-box-shadow: 1px 1px 3px 2px #E6DACC; box-shadow:1px 1px 3px 2px #E6DACC;">
Div content here
</div>
This text has color #E6DACC on black background.
This text has color #E6DACC on white background.
This text has black color on #E6DACC background.
This text has white color on #E6DACC background.
Complementary color for #hex is #192533.