HEX: #E6D7BC
RGB: (230,215,188)
#E6D7BC contains red, green and blue colors in about the same proportion. Web safe color of #E6D7BC is #CCCCCC (or #CCC).
#E6D7BC color RGB value is (230,215,188).
RGB: (230,215,188)
(90%, 84%, 74%)
R 230 of 255 = 90%
G 215 of 255 = 84%
B 188 of 255 = 74%
R + G + B ~ 83%. #E6D7BC is quite light color.
R + G + B = 230 + 215 + 188 = 633 (100%)
R 230 of 633 ~ 36.33%
G 215 of 633 ~ 33.97%
B 188 of 633 ~ 29.7'%
#E6D7BC color CMYK value is (0,7,18,10).
CMYK: (0,7,18,10)
C0M7Y18K10 (0%, 7%, 18%, 10%)
(0.00 / 0.07 / 0.18 / 0.10)
Color #E6D7BC in popluar color models
E6 | D7 | BC | |
---|---|---|---|
RGB | 230 | 215 | 188 |
HSL | 39° | 45.65% | 81.96% |
HSB/HSV | 39° | 18.26% | 90.20% |
CMYK | 0.00% | 6.52% | 18.26% |
9.80% |
Color #E6D7BC in popluar number systems.
HEX | E6 | D7 | BC |
Decimal | 230 | 215 | 188 |
Binary | 11100110 | 11010111 | 10111100 |
Octal | 346 | 327 | 274 |
Shades of #E6D7BC
Tints of #E6D7BC
Examples of css and html codes for elements with #E6D7BC color. Also use rgb(230,215,188) instead hex code.
.myTextColor { color: #E6D7BC; }
<p style="color:#E6D7BC">This sample text font color is #E6D7BC.</p>
This text font color is #E6D7BC.
.myBgColor { background-color: #E6D7BC; }
<div style="background-color:#E6D7BC">Inner text</div>
This div background color is #E6D7BC.
.myBorderColor { border: 1px solid #E6D7BC; }
<div style="border:3px solid #E6D7BC">Div</div>
This div border color is #E6D7BC.
.myOpacity80 { color: #E6D7BC; opacity: 0.8; }
<p style="color:#E6D7BC;opacity:0.8;">80%</p>
Text with #E6D7BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D7BC;}
<p style="text-shadow: 3px 3px 1px #E6D7BC">Text here.</p>
This text has shadow with #E6D7BC color.
.textShadow {text-shadow: 3px 3px 1px #E6D7BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D7BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6D7BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D7BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D7BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D7BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D7BC;
-webkit-box-shadow: 1px 1px 3px 2px #E6D7BC;
box-shadow: 1px 1px 3px 2px #E6D7BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D7BC; -webkit-box-shadow: 1px 1px 3px 2px #E6D7BC; box-shadow:1px 1px 3px 2px #E6D7BC;">
Div content here
</div>
This text has color #E6D7BC on black background.
This text has color #E6D7BC on white background.
This text has black color on #E6D7BC background.
This text has white color on #E6D7BC background.
Complementary color for #hex is #192843.