HEX: #E6DDBE
RGB: (230,221,190)
#E6DDBE contains red, green and blue colors in about the same proportion. Web safe color of #E6DDBE is #CCCCCC (or #CCC).
#E6DDBE color RGB value is (230,221,190).
RGB: (230,221,190)
(90%, 87%, 75%)
R 230 of 255 = 90%
G 221 of 255 = 87%
B 190 of 255 = 75%
R + G + B ~ 84%. #E6DDBE is quite light color.
R + G + B = 230 + 221 + 190 = 641 (100%)
R 230 of 641 ~ 35.88%
G 221 of 641 ~ 34.48%
B 190 of 641 ~ 29.64'%
#E6DDBE color CMYK value is (0,4,17,10).
CMYK: (0,4,17,10)
C0M4Y17K10 (0%, 4%, 17%, 10%)
(0.00 / 0.04 / 0.17 / 0.10)
Color #E6DDBE in popluar color models
E6 | DD | BE | |
---|---|---|---|
RGB | 230 | 221 | 190 |
HSL | 47° | 44.44% | 82.35% |
HSB/HSV | 47° | 17.39% | 90.20% |
CMYK | 0.00% | 3.91% | 17.39% |
9.80% |
Color #E6DDBE in popluar number systems.
HEX | E6 | DD | BE |
Decimal | 230 | 221 | 190 |
Binary | 11100110 | 11011101 | 10111110 |
Octal | 346 | 335 | 276 |
Shades of #E6DDBE
Tints of #E6DDBE
Examples of css and html codes for elements with #E6DDBE color. Also use rgb(230,221,190) instead hex code.
.myTextColor { color: #E6DDBE; }
<p style="color:#E6DDBE">This sample text font color is #E6DDBE.</p>
This text font color is #E6DDBE.
.myBgColor { background-color: #E6DDBE; }
<div style="background-color:#E6DDBE">Inner text</div>
This div background color is #E6DDBE.
.myBorderColor { border: 1px solid #E6DDBE; }
<div style="border:3px solid #E6DDBE">Div</div>
This div border color is #E6DDBE.
.myOpacity80 { color: #E6DDBE; opacity: 0.8; }
<p style="color:#E6DDBE;opacity:0.8;">80%</p>
Text with #E6DDBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DDBE;}
<p style="text-shadow: 3px 3px 1px #E6DDBE">Text here.</p>
This text has shadow with #E6DDBE color.
.textShadow {text-shadow: 3px 3px 1px #E6DDBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DDBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DDBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DDBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DDBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DDBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DDBE;
-webkit-box-shadow: 1px 1px 3px 2px #E6DDBE;
box-shadow: 1px 1px 3px 2px #E6DDBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DDBE; -webkit-box-shadow: 1px 1px 3px 2px #E6DDBE; box-shadow:1px 1px 3px 2px #E6DDBE;">
Div content here
</div>
This text has color #E6DDBE on black background.
This text has color #E6DDBE on white background.
This text has black color on #E6DDBE background.
This text has white color on #E6DDBE background.
Complementary color for #hex is #192241.