HEX: #E0DBBE
RGB: (224,219,190)
#E0DBBE contains red, green and blue colors in about the same proportion. Web safe color of #E0DBBE is #CCCCCC (or #CCC).
#E0DBBE color RGB value is (224,219,190).
RGB: (224,219,190)
(88%, 86%, 75%)
R 224 of 255 = 88%
G 219 of 255 = 86%
B 190 of 255 = 75%
R + G + B ~ 83%. #E0DBBE is quite light color.
R + G + B = 224 + 219 + 190 = 633 (100%)
R 224 of 633 ~ 35.39%
G 219 of 633 ~ 34.6%
B 190 of 633 ~ 30.02'%
#E0DBBE color CMYK value is (0,2,15,12).
CMYK: (0,2,15,12)
C0M2Y15K12 (0%, 2%, 15%, 12%)
(0.00 / 0.02 / 0.15 / 0.12)
Color #E0DBBE in popluar color models
E0 | DB | BE | |
---|---|---|---|
RGB | 224 | 219 | 190 |
HSL | 51° | 35.42% | 81.18% |
HSB/HSV | 51° | 15.18% | 87.84% |
CMYK | 0.00% | 2.23% | 15.18% |
12.16% |
Color #E0DBBE in popluar number systems.
HEX | E0 | DB | BE |
Decimal | 224 | 219 | 190 |
Binary | 11100000 | 11011011 | 10111110 |
Octal | 340 | 333 | 276 |
Shades of #E0DBBE
Tints of #E0DBBE
Examples of css and html codes for elements with #E0DBBE color. Also use rgb(224,219,190) instead hex code.
.myTextColor { color: #E0DBBE; }
<p style="color:#E0DBBE">This sample text font color is #E0DBBE.</p>
This text font color is #E0DBBE.
.myBgColor { background-color: #E0DBBE; }
<div style="background-color:#E0DBBE">Inner text</div>
This div background color is #E0DBBE.
.myBorderColor { border: 1px solid #E0DBBE; }
<div style="border:3px solid #E0DBBE">Div</div>
This div border color is #E0DBBE.
.myOpacity80 { color: #E0DBBE; opacity: 0.8; }
<p style="color:#E0DBBE;opacity:0.8;">80%</p>
Text with #E0DBBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0DBBE;}
<p style="text-shadow: 3px 3px 1px #E0DBBE">Text here.</p>
This text has shadow with #E0DBBE color.
.textShadow {text-shadow: 3px 3px 1px #E0DBBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0DBBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0DBBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0DBBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0DBBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0DBBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0DBBE;
-webkit-box-shadow: 1px 1px 3px 2px #E0DBBE;
box-shadow: 1px 1px 3px 2px #E0DBBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0DBBE; -webkit-box-shadow: 1px 1px 3px 2px #E0DBBE; box-shadow:1px 1px 3px 2px #E0DBBE;">
Div content here
</div>
This text has color #E0DBBE on black background.
This text has color #E0DBBE on white background.
This text has black color on #E0DBBE background.
This text has white color on #E0DBBE background.
Complementary color for #hex is #1F2441.