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