HEX: #E1DABD
RGB: (225,218,189)
#E1DABD contains red, green and blue colors in about the same proportion. Web safe color of #E1DABD is #CCCCCC (or #CCC).
#E1DABD color RGB value is (225,218,189).
RGB: (225,218,189)
(88%, 85%, 74%)
R 225 of 255 = 88%
G 218 of 255 = 85%
B 189 of 255 = 74%
R + G + B ~ 82%. #E1DABD is quite light color.
R + G + B = 225 + 218 + 189 = 632 (100%)
R 225 of 632 ~ 35.6%
G 218 of 632 ~ 34.49%
B 189 of 632 ~ 29.91'%
#E1DABD color CMYK value is (0,3,16,12).
CMYK: (0,3,16,12) C0M3Y16K12 (0%,3%,16%,12%) (0.00/0.03/0.16/0.12)
Color #E1DABD in popluar color models
E1 | DA | BD | |
---|---|---|---|
RGB | 225 | 218 | 189 |
HSL | 48° | 37.50% | 81.18% |
HSB/HSV | 48° | 16.00% | 88.24% |
CMYK | 0.00% | 3.11% | 16.00% |
11.76% |
Color #E1DABD in popluar number systems.
HEX | E1 | DA | BD |
Decimal | 225 | 218 | 189 |
Binary | 11100001 | 11011010 | 10111101 |
Octal | 341 | 332 | 275 |
Shades of #E1DABD
Tints of #E1DABD
Examples of css and html codes for elements with #E1DABD color. Also use rgb(225,218,189) instead hex code.
.myTextColor { color: #E1DABD; }
<p style="color:#E1DABD">This sample text font color is #E1DABD.</p>
This text font color is #E1DABD.
.myBgColor { background-color: #E1DABD; }
<div style="background-color:#E1DABD">Inner text</div>
This div background color is #E1DABD.
.myBorderColor { border: 1px solid #E1DABD; }
<div style="border:3px solid #E1DABD">Div</div>
This div border color is #E1DABD.
.myOpacity80 { color: #E1DABD; opacity: 0.8; }
<p style="color:#E1DABD;opacity:0.8;">80%</p>
Text with #E1DABD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DABD;}
<p style="text-shadow: 3px 3px 1px #E1DABD">Text here.</p>
This text has shadow with #E1DABD color.
.textShadow {text-shadow: 3px 3px 1px #E1DABD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DABD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DABD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DABD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DABD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DABD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DABD;
-webkit-box-shadow: 1px 1px 3px 2px #E1DABD;
box-shadow: 1px 1px 3px 2px #E1DABD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DABD; -webkit-box-shadow: 1px 1px 3px 2px #E1DABD; box-shadow:1px 1px 3px 2px #E1DABD;">
Div content here
</div>
This text has color #E1DABD on black background.
This text has color #E1DABD on white background.
This text has black color on #E1DABD background.
This text has white color on #E1DABD background.
Complementary color for #hex is #1E2542.