HEX: #E1D3AE
RGB: (225,211,174)
#E1D3AE contains red, green and blue colors in about the same proportion. Web safe color of #E1D3AE is #CCCC99 (or #CC9).
#E1D3AE color RGB value is (225,211,174).
RGB: (225,211,174)
(88%, 83%, 68%)
R 225 of 255 = 88%
G 211 of 255 = 83%
B 174 of 255 = 68%
R + G + B ~ 80%. #E1D3AE is quite light color.
R + G + B = 225 + 211 + 174 = 610 (100%)
R 225 of 610 ~ 36.89%
G 211 of 610 ~ 34.59%
B 174 of 610 ~ 28.52'%
#E1D3AE color CMYK value is (0,6,23,12).
CMYK: (0,6,23,12)
C0M6Y23K12 (0%, 6%, 23%, 12%)
(0.00 / 0.06 / 0.23 / 0.12)
Color #E1D3AE in popluar color models
E1 | D3 | AE | |
---|---|---|---|
RGB | 225 | 211 | 174 |
HSL | 44° | 45.95% | 78.24% |
HSB/HSV | 44° | 22.67% | 88.24% |
CMYK | 0.00% | 6.22% | 22.67% |
11.76% |
Color #E1D3AE in popluar number systems.
HEX | E1 | D3 | AE |
Decimal | 225 | 211 | 174 |
Binary | 11100001 | 11010011 | 10101110 |
Octal | 341 | 323 | 256 |
Shades of #E1D3AE
Tints of #E1D3AE
Examples of css and html codes for elements with #E1D3AE color. Also use rgb(225,211,174) instead hex code.
.myTextColor { color: #E1D3AE; }
<p style="color:#E1D3AE">This sample text font color is #E1D3AE.</p>
This text font color is #E1D3AE.
.myBgColor { background-color: #E1D3AE; }
<div style="background-color:#E1D3AE">Inner text</div>
This div background color is #E1D3AE.
.myBorderColor { border: 1px solid #E1D3AE; }
<div style="border:3px solid #E1D3AE">Div</div>
This div border color is #E1D3AE.
.myOpacity80 { color: #E1D3AE; opacity: 0.8; }
<p style="color:#E1D3AE;opacity:0.8;">80%</p>
Text with #E1D3AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D3AE;}
<p style="text-shadow: 3px 3px 1px #E1D3AE">Text here.</p>
This text has shadow with #E1D3AE color.
.textShadow {text-shadow: 3px 3px 1px #E1D3AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D3AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1D3AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D3AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D3AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D3AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1D3AE;
-webkit-box-shadow: 1px 1px 3px 2px #E1D3AE;
box-shadow: 1px 1px 3px 2px #E1D3AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1D3AE; -webkit-box-shadow: 1px 1px 3px 2px #E1D3AE; box-shadow:1px 1px 3px 2px #E1D3AE;">
Div content here
</div>
This text has color #E1D3AE on black background.
This text has color #E1D3AE on white background.
This text has black color on #E1D3AE background.
This text has white color on #E1D3AE background.
Complementary color for #hex is #1E2C51.