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