COLOR #E9D9AD

HEX: #E9D9AD RGB: (233,217,173)

Color info

#E9D9AD contains mainly red and green colors. Web safe color of #E9D9AD is #FFCC99 (or #FC9).

RGB color model

#E9D9AD color RGB value is (233,217,173).

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

RGB channels and saturation

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

233
217
173

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

Portions of RGB colors in percentages

R + G + B = 233 + 217 + 173 = 623 (100%)
R 233 of 623 ~ 37.4%
G 217 of 623 ~ 34.83%
B 173 of 623 ~ 27.77'%

%37.4
%34.83
%27.77

CMYK color model

#E9D9AD color CMYK value is (0,7,26,9).

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

CMYK: (0,7,26,9)
C0M7Y26K9 (0%, 7%, 26%, 9%)
(0.00 / 0.07 / 0.26 / 0.09)

CMYK percentages

%0
%6.87
%25.75
%8.63

Codes

Color #E9D9AD in popluar color models

E9 D9 AD
RGB 233 217 173
HSL 44° 57.69% 79.61%
HSB/HSV 44° 25.75% 91.37%
CMYK 0.00% 6.87% 25.75%
8.63%

Color #E9D9AD in popluar number systems.

HEX E9 D9 AD
Decimal 233 217 173
Binary 11101001 11011001 10101101
Octal 351 331 255

Shades and tints

Shades of #E9D9AD

#E9D9AD
(233,217,173)
#D4C69E
(212,198,158)
#BFB38F
(191,179,143)
#AAA080
(170,160,128)
#958D71
(149,141,113)
#807A62
(128,122,98)
#6B6753
(107,103,83)
#565444
(86,84,68)
#414135
(65,65,53)
#2C2E26
(44,46,38)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #E9D9AD

#E9D9AD
(233,217,173)
#EBDCB4
(235,220,180)
#EDDFBB
(237,223,187)
#EFE2C2
(239,226,194)
#F1E5C9
(241,229,201)
#F3E8D0
(243,232,208)
#F5EBD7
(245,235,215)
#F7EEDE
(247,238,222)
#F9F1E5
(249,241,229)
#FBF4EC
(251,244,236)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D9AD; }

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

This text font color is #E9D9AD.

Background Color

.myBgColor { background-color: #E9D9AD; }

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

This div background color is #E9D9AD.

Border color

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

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

This div border color is #E9D9AD.

Opacity

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

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

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

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

This text has shadow with #E9D9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D9AD.

Preview

Color preview on black background

This text has color #E9D9AD on black background.


Color preview on white background

This text has color #E9D9AD on white background.


Black color preview on #E9D9AD background

This text has black color on #E9D9AD background.


White color preview on #E9D9AD background

This text has white color on #E9D9AD background.


Related colors

Complementary color

Complementary color for #hex is #162652.


I love getcolorcode.com

Triadic colors

1 #ADE9D9 and #D9ADE9 with #E9D9AD are triadic colors.

2 #ADD9E9 and #D9E9AD with #E9D9AD are triadic colors.