COLOR #E9DED7

HEX: #E9DED7 RGB: (233,222,215)

Color info

#E9DED7 contains red, green and blue colors in about the same proportion. Web safe color of #E9DED7 is #FFCCCC (or #FCC).

RGB color model

#E9DED7 color RGB value is (233,222,215).

RGB: (233,222,215) (91%, 87%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 215 of 255 = 84%

233
222
215

R + G + B ~ 87%. #E9DED7 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 215 = 670 (100%)
R 233 of 670 ~ 34.78%
G 222 of 670 ~ 33.13%
B 215 of 670 ~ 32.09'%

%34.78
%33.13
%32.09

CMYK color model

#E9DED7 color CMYK value is (0,5,8,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK: (0,5,8,9) C0M5Y8K9 (0%,5%,8%,9%) (0.00/0.05/0.08/0.09) 

CMYK percentages

%0
%4.72
%7.73
%8.63

Codes

Color #E9DED7 in popluar color models

E9 DE D7
RGB 233 222 215
HSL 23° 29.03% 87.84%
HSB/HSV 23° 7.73% 91.37%
CMYK 0.00% 4.72% 7.73%
8.63%

Color #E9DED7 in popluar number systems.

HEX E9 DE D7
Decimal 233 222 215
Binary 11101001 11011110 11010111
Octal 351 336 327

Shades and tints

Shades of #E9DED7

#E9DED7
(233,222,215)
#D4CAC4
(212,202,196)
#BFB6B1
(191,182,177)
#AAA29E
(170,162,158)
#958E8B
(149,142,139)
#807A78
(128,122,120)
#6B6665
(107,102,101)
#565252
(86,82,82)
#413E3F
(65,62,63)
#2C2A2C
(44,42,44)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #E9DED7

#E9DED7
(233,222,215)
#EBE1DA
(235,225,218)
#EDE4DD
(237,228,221)
#EFE7E0
(239,231,224)
#F1EAE3
(241,234,227)
#F3EDE6
(243,237,230)
#F5F0E9
(245,240,233)
#F7F3EC
(247,243,236)
#F9F6EF
(249,246,239)
#FBF9F2
(251,249,242)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DED7; }

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

This text font color is #E9DED7.

Background Color

.myBgColor { background-color: #E9DED7; }

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

This div background color is #E9DED7.

Border color

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

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

This div border color is #E9DED7.

Opacity

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

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

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

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

This text has shadow with #E9DED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DED7.

Preview

Color preview on black background

This text has color #E9DED7 on black background.


Color preview on white background

This text has color #E9DED7 on white background.


Black color preview on #E9DED7 background

This text has black color on #E9DED7 background.


White color preview on #E9DED7 background

This text has white color on #E9DED7 background.


Related colors

Complementary color

Complementary color for #hex is #162128.


I love getcolorcode.com

Triadic colors

1 #D7E9DE and #DED7E9 with #E9DED7 are triadic colors.

2 #D7DEE9 and #DEE9D7 with #E9DED7 are triadic colors.