COLOR #E9EDD5

HEX: #E9EDD5
RGB: (233,237,213)

Color info

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

RGB color model

#E9EDD5 color RGB value is (233,237,213).

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

RGB channels and saturation

R 233 of 255 = 91%
G 237 of 255 = 93%
B 213 of 255 = 84%

233
237
213

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

Portions of RGB colors in percentages

R + G + B =
233 + 237 + 213 = 683 (100%)
R 233 of 683 ~ 34.11%
G 237 of 683 ~ 34.7%
B 213 of 683 ~ 31.19%

%34.11
%34.7
%31.19

CMYK color model

#E9EDD5 color CMYK value is (2,0,10,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(2,0,10,7)
C2M0Y10K7 
(2%,0%,10%,7%)
(0.02/0.00/0.10/0.07)	

CMYK percentages

%1.69
%0
%10.13
%7.06

Codes

Color #E9EDD5 in popluar color models

E9EDD5
RGB233237213
HSL70°40.00%88.24%
HSB/HSV70°10.13%92.94%
CMYK1.69%0.00%10.13%
7.06%

Color #E9EDD5 in popluar number systems.

HEXE9EDD5
Decimal233237213
Binary111010011110110111010101
Octal351355325

Shades and tints

Shades of #E9EDD5

#E9EDD5
(233,237,213)
#D4D8C2
(212,216,194)
#BFC3AF
(191,195,175)
#AAAE9C
(170,174,156)
#959989
(149,153,137)
#808476
(128,132,118)
#6B6F63
(107,111,99)
#565A50
(86,90,80)
#41453D
(65,69,61)
#2C302A
(44,48,42)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #E9EDD5

#E9EDD5
(233,237,213)
#EBEED8
(235,238,216)
#EDEFDB
(237,239,219)
#EFF0DE
(239,240,222)
#F1F1E1
(241,241,225)
#F3F2E4
(243,242,228)
#F5F3E7
(245,243,231)
#F7F4EA
(247,244,234)
#F9F5ED
(249,245,237)
#FBF6F0
(251,246,240)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EDD5; }

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

This text font color is #E9EDD5.


Background Color

.myBgColor { background-color: #E9EDD5; }

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

This div background color is #E9EDD5.


Border color

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

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

This div border color is #E9EDD5.


Opacity

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

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

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

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

This text has shadow with #E9EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDD5 on black background.


Color preview on white background

This text has color #E9EDD5 on white background.



Black color preview on #E9EDD5 background

This text has black color on #E9EDD5 background.


White color preview on #E9EDD5 background

This text has white color on #E9EDD5 background.