HEX: #E6DCBD
RGB: (230,220,189)
#E6DCBD contains red, green and blue colors in about the same proportion. Web safe color of #E6DCBD is #CCCCCC (or #CCC).
#E6DCBD color RGB value is (230,220,189).
RGB: (230,220,189)
(90%, 86%, 74%)
R 230 of 255 = 90%
G 220 of 255 = 86%
B 189 of 255 = 74%
R + G + B ~ 83%. #E6DCBD is quite light color.
R + G + B = 230 + 220 + 189 = 639 (100%)
R 230 of 639 ~ 35.99%
G 220 of 639 ~ 34.43%
B 189 of 639 ~ 29.58'%
#E6DCBD color CMYK value is (0,4,18,10).
CMYK: (0,4,18,10) C0M4Y18K10 (0%,4%,18%,10%) (0.00/0.04/0.18/0.10)
Color #E6DCBD in popluar color models
E6 | DC | BD | |
---|---|---|---|
RGB | 230 | 220 | 189 |
HSL | 45° | 45.05% | 82.16% |
HSB/HSV | 45° | 17.83% | 90.20% |
CMYK | 0.00% | 4.35% | 17.83% |
9.80% |
Color #E6DCBD in popluar number systems.
HEX | E6 | DC | BD |
Decimal | 230 | 220 | 189 |
Binary | 11100110 | 11011100 | 10111101 |
Octal | 346 | 334 | 275 |
Shades of #E6DCBD
Tints of #E6DCBD
Examples of css and html codes for elements with #E6DCBD color. Also use rgb(230,220,189) instead hex code.
.myTextColor { color: #E6DCBD; }
<p style="color:#E6DCBD">This sample text font color is #E6DCBD.</p>
This text font color is #E6DCBD.
.myBgColor { background-color: #E6DCBD; }
<div style="background-color:#E6DCBD">Inner text</div>
This div background color is #E6DCBD.
.myBorderColor { border: 1px solid #E6DCBD; }
<div style="border:3px solid #E6DCBD">Div</div>
This div border color is #E6DCBD.
.myOpacity80 { color: #E6DCBD; opacity: 0.8; }
<p style="color:#E6DCBD;opacity:0.8;">80%</p>
Text with #E6DCBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DCBD;}
<p style="text-shadow: 3px 3px 1px #E6DCBD">Text here.</p>
This text has shadow with #E6DCBD color.
.textShadow {text-shadow: 3px 3px 1px #E6DCBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DCBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DCBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DCBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DCBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DCBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DCBD;
-webkit-box-shadow: 1px 1px 3px 2px #E6DCBD;
box-shadow: 1px 1px 3px 2px #E6DCBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DCBD; -webkit-box-shadow: 1px 1px 3px 2px #E6DCBD; box-shadow:1px 1px 3px 2px #E6DCBD;">
Div content here
</div>
This text has color #E6DCBD on black background.
This text has color #E6DCBD on white background.
This text has black color on #E6DCBD background.
This text has white color on #E6DCBD background.
Complementary color for #hex is #192342.