COLOR #E9D9AE

HEX: #E9D9AE RGB: (233,217,174)

Color info

#E9D9AE contains red, green and blue colors in about the same proportion. Web safe color of #E9D9AE is #FFCC99 (or #FC9).

RGB color model

#E9D9AE color RGB value is (233,217,174).

RGB: (233,217,174) (91%, 85%, 68%)

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 174 of 255 = 68%

233
217
174

R + G + B ~ 81%. #E9D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 217 + 174 = 624 (100%)
R 233 of 624 ~ 37.34%
G 217 of 624 ~ 34.78%
B 174 of 624 ~ 27.88'%

%37.34
%34.78
%27.88

CMYK color model

#E9D9AE color CMYK value is (0,7,25,9).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 25.32%
  • key color value is 8.63%

CMYK: (0,7,25,9)
C0M7Y25K9 (0%, 7%, 25%, 9%)
(0.00 / 0.07 / 0.25 / 0.09)

CMYK percentages

%0
%6.87
%25.32
%8.63

Codes

Color #E9D9AE in popluar color models

E9 D9 AE
RGB 233 217 174
HSL 44° 57.28% 79.80%
HSB/HSV 44° 25.32% 91.37%
CMYK 0.00% 6.87% 25.32%
8.63%

Color #E9D9AE in popluar number systems.

HEX E9 D9 AE
Decimal 233 217 174
Binary 11101001 11011001 10101110
Octal 351 331 256

Shades and tints

Shades of #E9D9AE

#E9D9AE
(233,217,174)
#D4C69F
(212,198,159)
#BFB390
(191,179,144)
#AAA081
(170,160,129)
#958D72
(149,141,114)
#807A63
(128,122,99)
#6B6754
(107,103,84)
#565445
(86,84,69)
#414136
(65,65,54)
#2C2E27
(44,46,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9D9AE

#E9D9AE
(233,217,174)
#EBDCB5
(235,220,181)
#EDDFBC
(237,223,188)
#EFE2C3
(239,226,195)
#F1E5CA
(241,229,202)
#F3E8D1
(243,232,209)
#F5EBD8
(245,235,216)
#F7EEDF
(247,238,223)
#F9F1E6
(249,241,230)
#FBF4ED
(251,244,237)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9AE color. Also use rgb(233,217,174) instead hex code.

Text Font Color

.myTextColor { color: #E9D9AE; }

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

This text font color is #E9D9AE.

Background Color

.myBgColor { background-color: #E9D9AE; }

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

This div background color is #E9D9AE.

Border color

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

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

This div border color is #E9D9AE.

Opacity

.myOpacity80 { color: #E9D9AE; opacity: 0.8; }

<p style="color:#E9D9AE;opacity:0.8;">80%</p>

Text with #E9D9AE 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 #E9D9AE;}

<p style="text-shadow: 3px 3px 1px #E9D9AE">Text here.</p>

This text has shadow with #E9D9AE color.


.textShadow {text-shadow: 3px 3px 1px #E9D9AE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9D9AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9D9AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9D9AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9D9AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9D9AE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9D9AE;
-webkit-box-shadow: 1px 1px 3px 2px #E9D9AE;
box-shadow: 1px 1px 3px 2px #E9D9AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9D9AE; -webkit-box-shadow: 1px 1px 3px 2px #E9D9AE; box-shadow:1px 1px 3px 2px #E9D9AE;">
Div content here
</div>

This div box has shadow with color #E9D9AE.

Preview

Color preview on black background

This text has color #E9D9AE on black background.


Color preview on white background

This text has color #E9D9AE on white background.


Black color preview on #E9D9AE background

This text has black color on #E9D9AE background.


White color preview on #E9D9AE background

This text has white color on #E9D9AE background.


Related colors

Complementary color

Complementary color for #hex is #162651.


I love getcolorcode.com

Triadic colors

1 #AEE9D9 and #D9AEE9 with #E9D9AE are triadic colors.

2 #AED9E9 and #D9E9AE with #E9D9AE are triadic colors.