COLOR #E9EDD2

HEX: #E9EDD2
RGB: (233,237,210)

Color info

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

RGB color model

#E9EDD2 color RGB value is (233,237,210).

  • red value is 233;
  • green value is 237;
  • blue value is 210.
RGB:
(233,237,210)
(91%,93%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 210 of 255 = 82%

233
237
210

R + G + B ~ 89%. #E9EDD2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 210 = 680 (100%)
R 233 of 680 ~ 34.26%
G 237 of 680 ~ 34.85%
B 210 of 680 ~ 30.88%

%34.26
%34.85
%30.88

CMYK color model

#E9EDD2 color CMYK value is (2,0,11,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(2,0,11,7)
C2M0Y11K7 
(2%,0%,11%,7%)
(0.02/0.00/0.11/0.07)	

CMYK percentages

%1.69
%0
%11.39
%7.06

Codes

Color #E9EDD2 in popluar color models

E9EDD2
RGB233237210
HSL69°42.86%87.65%
HSB/HSV69°11.39%92.94%
CMYK1.69%0.00%11.39%
7.06%

Color #E9EDD2 in popluar number systems.

HEXE9EDD2
Decimal233237210
Binary111010011110110111010010
Octal351355322

Shades and tints

Shades of #E9EDD2

#E9EDD2
(233,237,210)
#D4D8BF
(212,216,191)
#BFC3AC
(191,195,172)
#AAAE99
(170,174,153)
#959986
(149,153,134)
#808473
(128,132,115)
#6B6F60
(107,111,96)
#565A4D
(86,90,77)
#41453A
(65,69,58)
#2C3027
(44,48,39)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #E9EDD2

#E9EDD2
(233,237,210)
#EBEED6
(235,238,214)
#EDEFDA
(237,239,218)
#EFF0DE
(239,240,222)
#F1F1E2
(241,241,226)
#F3F2E6
(243,242,230)
#F5F3EA
(245,243,234)
#F7F4EE
(247,244,238)
#F9F5F2
(249,245,242)
#FBF6F6
(251,246,246)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDD2; }

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

This text font color is #E9EDD2.


Background Color

.myBgColor { background-color: #E9EDD2; }

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

This div background color is #E9EDD2.


Border color

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

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

This div border color is #E9EDD2.


Opacity

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

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

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

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

This text has shadow with #E9EDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDD2 on black background.


Color preview on white background

This text has color #E9EDD2 on white background.



Black color preview on #E9EDD2 background

This text has black color on #E9EDD2 background.


White color preview on #E9EDD2 background

This text has white color on #E9EDD2 background.