COLOR #E9EDC9

HEX: #E9EDC9 RGB: (233,237,201)

Color info

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

RGB color model

#E9EDC9 color RGB value is (233,237,201).

RGB: (233,237,201) (91%, 93%, 79%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 201 of 255 = 79%

233
237
201

R + G + B ~ 88%. #E9EDC9 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 237 + 201 = 671 (100%)
R 233 of 671 ~ 34.72%
G 237 of 671 ~ 35.32%
B 201 of 671 ~ 29.96'%

%34.72
%35.32
%29.96

CMYK color model

#E9EDC9 color CMYK value is (2,0,15,7).

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

CMYK: (2,0,15,7)
C2M0Y15K7 (2%, 0%, 15%, 7%)
(0.02 / 0.00 / 0.15 / 0.07)

CMYK percentages

%1.69
%0
%15.19
%7.06

Codes

Color #E9EDC9 in popluar color models

E9 ED C9
RGB 233 237 201
HSL 67° 50.00% 85.88%
HSB/HSV 67° 15.19% 92.94%
CMYK 1.69% 0.00% 15.19%
7.06%

Color #E9EDC9 in popluar number systems.

HEX E9 ED C9
Decimal 233 237 201
Binary 11101001 11101101 11001001
Octal 351 355 311

Shades and tints

Shades of #E9EDC9

#E9EDC9
(233,237,201)
#D4D8B7
(212,216,183)
#BFC3A5
(191,195,165)
#AAAE93
(170,174,147)
#959981
(149,153,129)
#80846F
(128,132,111)
#6B6F5D
(107,111,93)
#565A4B
(86,90,75)
#414539
(65,69,57)
#2C3027
(44,48,39)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #E9EDC9

#E9EDC9
(233,237,201)
#EBEECD
(235,238,205)
#EDEFD1
(237,239,209)
#EFF0D5
(239,240,213)
#F1F1D9
(241,241,217)
#F3F2DD
(243,242,221)
#F5F3E1
(245,243,225)
#F7F4E5
(247,244,229)
#F9F5E9
(249,245,233)
#FBF6ED
(251,246,237)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDC9; }

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

This text font color is #E9EDC9.

Background Color

.myBgColor { background-color: #E9EDC9; }

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

This div background color is #E9EDC9.

Border color

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

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

This div border color is #E9EDC9.

Opacity

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

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

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

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

This text has shadow with #E9EDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EDC9.

Preview

Color preview on black background

This text has color #E9EDC9 on black background.


Color preview on white background

This text has color #E9EDC9 on white background.


Black color preview on #E9EDC9 background

This text has black color on #E9EDC9 background.


White color preview on #E9EDC9 background

This text has white color on #E9EDC9 background.


Related colors

Complementary color

Complementary color for #hex is #161236.


I love getcolorcode.com

Triadic colors

1 #C9E9ED and #EDC9E9 with #E9EDC9 are triadic colors.

2 #C9EDE9 and #EDE9C9 with #E9EDC9 are triadic colors.