COLOR #E9DED8

HEX: #E9DED8 RGB: (233,222,216)

Color info

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

RGB color model

#E9DED8 color RGB value is (233,222,216).

RGB: (233,222,216) (91%, 87%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 216 of 255 = 85%

233
222
216

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

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 216 = 671 (100%)
R 233 of 671 ~ 34.72%
G 222 of 671 ~ 33.08%
B 216 of 671 ~ 32.19'%

%34.72
%33.08
%32.19

CMYK color model

#E9DED8 color CMYK value is (0,5,7,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 7.30%
  • key color value is 8.63%

CMYK: (0,5,7,9)
C0M5Y7K9 (0%, 5%, 7%, 9%)
(0.00 / 0.05 / 0.07 / 0.09)

CMYK percentages

%0
%4.72
%7.3
%8.63

Codes

Color #E9DED8 in popluar color models

E9 DE D8
RGB 233 222 216
HSL 21° 27.87% 88.04%
HSB/HSV 21° 7.30% 91.37%
CMYK 0.00% 4.72% 7.30%
8.63%

Color #E9DED8 in popluar number systems.

HEX E9 DE D8
Decimal 233 222 216
Binary 11101001 11011110 11011000
Octal 351 336 330

Shades and tints

Shades of #E9DED8

#E9DED8
(233,222,216)
#D4CAC5
(212,202,197)
#BFB6B2
(191,182,178)
#AAA29F
(170,162,159)
#958E8C
(149,142,140)
#807A79
(128,122,121)
#6B6666
(107,102,102)
#565253
(86,82,83)
#413E40
(65,62,64)
#2C2A2D
(44,42,45)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #E9DED8

#E9DED8
(233,222,216)
#EBE1DB
(235,225,219)
#EDE4DE
(237,228,222)
#EFE7E1
(239,231,225)
#F1EAE4
(241,234,228)
#F3EDE7
(243,237,231)
#F5F0EA
(245,240,234)
#F7F3ED
(247,243,237)
#F9F6F0
(249,246,240)
#FBF9F3
(251,249,243)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DED8; }

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

This text font color is #E9DED8.

Background Color

.myBgColor { background-color: #E9DED8; }

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

This div background color is #E9DED8.

Border color

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

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

This div border color is #E9DED8.

Opacity

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

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

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

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

This text has shadow with #E9DED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DED8.

Preview

Color preview on black background

This text has color #E9DED8 on black background.


Color preview on white background

This text has color #E9DED8 on white background.


Black color preview on #E9DED8 background

This text has black color on #E9DED8 background.


White color preview on #E9DED8 background

This text has white color on #E9DED8 background.


Related colors

Complementary color

Complementary color for #hex is #162127.


I love getcolorcode.com

Triadic colors

1 #D8E9DE and #DED8E9 with #E9DED8 are triadic colors.

2 #D8DEE9 and #DEE9D8 with #E9DED8 are triadic colors.