COLOR #E9EDDE

HEX: #E9EDDE
RGB: (233,237,222)

Color info

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

RGB color model

#E9EDDE color RGB value is (233,237,222).

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

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 222 of 255 = 87%

233
237
222

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

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 222 = 692 (100%)
R 233 of 692 ~ 33.67%
G 237 of 692 ~ 34.25%
B 222 of 692 ~ 32.08%

%33.67
%34.25
%32.08

CMYK color model

#E9EDDE color CMYK value is (2,0,6,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(2,0,6,7)
C2M0Y6K7 
(2%,0%,6%,7%)
(0.02/0.00/0.06/0.07)	

CMYK percentages

%1.69
%0
%6.33
%7.06

Codes

Color #E9EDDE in popluar color models

E9EDDE
RGB233237222
HSL76°29.41%90.00%
HSB/HSV76°6.33%92.94%
CMYK1.69%0.00%6.33%
7.06%

Color #E9EDDE in popluar number systems.

HEXE9EDDE
Decimal233237222
Binary111010011110110111011110
Octal351355336

Shades and tints

Shades of #E9EDDE

#E9EDDE
(233,237,222)
#D4D8CA
(212,216,202)
#BFC3B6
(191,195,182)
#AAAEA2
(170,174,162)
#95998E
(149,153,142)
#80847A
(128,132,122)
#6B6F66
(107,111,102)
#565A52
(86,90,82)
#41453E
(65,69,62)
#2C302A
(44,48,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #E9EDDE

#E9EDDE
(233,237,222)
#EBEEE1
(235,238,225)
#EDEFE4
(237,239,228)
#EFF0E7
(239,240,231)
#F1F1EA
(241,241,234)
#F3F2ED
(243,242,237)
#F5F3F0
(245,243,240)
#F7F4F3
(247,244,243)
#F9F5F6
(249,245,246)
#FBF6F9
(251,246,249)
#FDF7FC
(253,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDDE; }

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

This text font color is #E9EDDE.


Background Color

.myBgColor { background-color: #E9EDDE; }

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

This div background color is #E9EDDE.


Border color

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

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

This div border color is #E9EDDE.


Opacity

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

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

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

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

This text has shadow with #E9EDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDDE on black background.


Color preview on white background

This text has color #E9EDDE on white background.



Black color preview on #E9EDDE background

This text has black color on #E9EDDE background.


White color preview on #E9EDDE background

This text has white color on #E9EDDE background.