COLOR #E1D3AE

HEX: #E1D3AE RGB: (225,211,174)

Color info

#E1D3AE contains red, green and blue colors in about the same proportion. Web safe color of #E1D3AE is #CCCC99 (or #CC9).

RGB color model

#E1D3AE color RGB value is (225,211,174).

RGB: (225,211,174) (88%, 83%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 174 of 255 = 68%

225
211
174

R + G + B ~ 80%. #E1D3AE is quite light color.

Portions of RGB colors in percentages

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'%

%36.89
%34.59
%28.52

CMYK color model

#E1D3AE color CMYK value is (0,6,23,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (0,6,23,12)
C0M6Y23K12 (0%, 6%, 23%, 12%)
(0.00 / 0.06 / 0.23 / 0.12)

CMYK percentages

%0
%6.22
%22.67
%11.76

Codes

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 and tints

Shades of #E1D3AE

#E1D3AE
(225,211,174)
#CDC09F
(205,192,159)
#B9AD90
(185,173,144)
#A59A81
(165,154,129)
#918772
(145,135,114)
#7D7463
(125,116,99)
#696154
(105,97,84)
#554E45
(85,78,69)
#413B36
(65,59,54)
#2D2827
(45,40,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1D3AE

#E1D3AE
(225,211,174)
#E3D7B5
(227,215,181)
#E5DBBC
(229,219,188)
#E7DFC3
(231,223,195)
#E9E3CA
(233,227,202)
#EBE7D1
(235,231,209)
#EDEBD8
(237,235,216)
#EFEFDF
(239,239,223)
#F1F3E6
(241,243,230)
#F3F7ED
(243,247,237)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3AE color. Also use rgb(225,211,174) instead hex code.

Text Font Color

.myTextColor { color: #E1D3AE; }

<p style="color:#E1D3AE">This sample text font color is #E1D3AE.</p>

This text font color is #E1D3AE.

Background Color

.myBgColor { background-color: #E1D3AE; }

<div style="background-color:#E1D3AE">Inner text</div>

This div background color is #E1D3AE.

Border color

.myBorderColor { border: 1px solid #E1D3AE; }

<div style="border:3px solid #E1D3AE">Div</div>

This div border color is #E1D3AE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E1D3AE.

Preview

Color preview on black background

This text has color #E1D3AE on black background.


Color preview on white background

This text has color #E1D3AE on white background.


Black color preview on #E1D3AE background

This text has black color on #E1D3AE background.


White color preview on #E1D3AE background

This text has white color on #E1D3AE background.


Related colors

Complementary color

Complementary color for #hex is #1E2C51.


I love getcolorcode.com

Triadic colors

1 #AEE1D3 and #D3AEE1 with #E1D3AE are triadic colors.

2 #AED3E1 and #D3E1AE with #E1D3AE are triadic colors.