COLOR #E9EDD9

HEX: #E9EDD9 RGB: (233,237,217)

Color info

#E9EDD9 contains red, green and blue colors in about the same proportion. Web safe color of #E9EDD9 is #FFFFCC (or #FFC).

RGB color model

#E9EDD9 color RGB value is (233,237,217).

RGB: (233,237,217) (91%, 93%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 217 of 255 = 85%

233
237
217

R + G + B ~ 90%. #E9EDD9 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 237 + 217 = 687 (100%)
R 233 of 687 ~ 33.92%
G 237 of 687 ~ 34.5%
B 217 of 687 ~ 31.59'%

%33.92
%34.5
%31.59

CMYK color model

#E9EDD9 color CMYK value is (2,0,8,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 7.06%

CMYK: (2,0,8,7)
C2M0Y8K7 (2%, 0%, 8%, 7%)
(0.02 / 0.00 / 0.08 / 0.07)

CMYK percentages

%1.69
%0
%8.44
%7.06

Codes

Color #E9EDD9 in popluar color models

E9 ED D9
RGB 233 237 217
HSL 72° 35.71% 89.02%
HSB/HSV 72° 8.44% 92.94%
CMYK 1.69% 0.00% 8.44%
7.06%

Color #E9EDD9 in popluar number systems.

HEX E9 ED D9
Decimal 233 237 217
Binary 11101001 11101101 11011001
Octal 351 355 331

Shades and tints

Shades of #E9EDD9

#E9EDD9
(233,237,217)
#D4D8C6
(212,216,198)
#BFC3B3
(191,195,179)
#AAAEA0
(170,174,160)
#95998D
(149,153,141)
#80847A
(128,132,122)
#6B6F67
(107,111,103)
#565A54
(86,90,84)
#414541
(65,69,65)
#2C302E
(44,48,46)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #E9EDD9

#E9EDD9
(233,237,217)
#EBEEDC
(235,238,220)
#EDEFDF
(237,239,223)
#EFF0E2
(239,240,226)
#F1F1E5
(241,241,229)
#F3F2E8
(243,242,232)
#F5F3EB
(245,243,235)
#F7F4EE
(247,244,238)
#F9F5F1
(249,245,241)
#FBF6F4
(251,246,244)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDD9; }

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

This text font color is #E9EDD9.

Background Color

.myBgColor { background-color: #E9EDD9; }

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

This div background color is #E9EDD9.

Border color

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

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

This div border color is #E9EDD9.

Opacity

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

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

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

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

This text has shadow with #E9EDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EDD9.

Preview

Color preview on black background

This text has color #E9EDD9 on black background.


Color preview on white background

This text has color #E9EDD9 on white background.


Black color preview on #E9EDD9 background

This text has black color on #E9EDD9 background.


White color preview on #E9EDD9 background

This text has white color on #E9EDD9 background.


Related colors

Complementary color

Complementary color for #hex is #161226.


I love getcolorcode.com

Triadic colors

1 #D9E9ED and #EDD9E9 with #E9EDD9 are triadic colors.

2 #D9EDE9 and #EDE9D9 with #E9EDD9 are triadic colors.