HEX: #E4D6BD
RGB: (228,214,189)
#E4D6BD contains red, green and blue colors in about the same proportion. Web safe color of #E4D6BD is #CCCCCC (or #CCC).
#E4D6BD color RGB value is (228,214,189).
RGB: (228,214,189)
(89%, 84%, 74%)
R 228 of 255 = 89%
G 214 of 255 = 84%
B 189 of 255 = 74%
R + G + B ~ 82%. #E4D6BD is quite light color.
R + G + B = 228 + 214 + 189 = 631 (100%)
R 228 of 631 ~ 36.13%
G 214 of 631 ~ 33.91%
B 189 of 631 ~ 29.95'%
#E4D6BD color CMYK value is (0,6,17,11).
CMYK: (0,6,17,11)
C0M6Y17K11 (0%, 6%, 17%, 11%)
(0.00 / 0.06 / 0.17 / 0.11)
Color #E4D6BD in popluar color models
E4 | D6 | BD | |
---|---|---|---|
RGB | 228 | 214 | 189 |
HSL | 38° | 41.94% | 81.76% |
HSB/HSV | 38° | 17.11% | 89.41% |
CMYK | 0.00% | 6.14% | 17.11% |
10.59% |
Color #E4D6BD in popluar number systems.
HEX | E4 | D6 | BD |
Decimal | 228 | 214 | 189 |
Binary | 11100100 | 11010110 | 10111101 |
Octal | 344 | 326 | 275 |
Shades of #E4D6BD
Tints of #E4D6BD
Examples of css and html codes for elements with #E4D6BD color. Also use rgb(228,214,189) instead hex code.
.myTextColor { color: #E4D6BD; }
<p style="color:#E4D6BD">This sample text font color is #E4D6BD.</p>
This text font color is #E4D6BD.
.myBgColor { background-color: #E4D6BD; }
<div style="background-color:#E4D6BD">Inner text</div>
This div background color is #E4D6BD.
.myBorderColor { border: 1px solid #E4D6BD; }
<div style="border:3px solid #E4D6BD">Div</div>
This div border color is #E4D6BD.
.myOpacity80 { color: #E4D6BD; opacity: 0.8; }
<p style="color:#E4D6BD;opacity:0.8;">80%</p>
Text with #E4D6BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D6BD;}
<p style="text-shadow: 3px 3px 1px #E4D6BD">Text here.</p>
This text has shadow with #E4D6BD color.
.textShadow {text-shadow: 3px 3px 1px #E4D6BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D6BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4D6BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D6BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D6BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D6BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4D6BD;
-webkit-box-shadow: 1px 1px 3px 2px #E4D6BD;
box-shadow: 1px 1px 3px 2px #E4D6BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4D6BD; -webkit-box-shadow: 1px 1px 3px 2px #E4D6BD; box-shadow:1px 1px 3px 2px #E4D6BD;">
Div content here
</div>
This text has color #E4D6BD on black background.
This text has color #E4D6BD on white background.
This text has black color on #E4D6BD background.
This text has white color on #E4D6BD background.
Complementary color for #hex is #1B2942.