COLOR #E7DED9

HEX: #E7DED9
RGB: (231,222,217)

Color info

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

RGB color model

#E7DED9 color RGB value is (231,222,217).

  • red value is 231;
  • green value is 222;
  • blue value is 217.
RGB:
(231,222,217)
(91%,87%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 217 of 255 = 85%

231
222
217

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

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 217 = 670 (100%)
R 231 of 670 ~ 34.48%
G 222 of 670 ~ 33.13%
B 217 of 670 ~ 32.39%

%34.48
%33.13
%32.39

CMYK color model

#E7DED9 color CMYK value is (0,4,6,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(0,4,6,9)
C0M4Y6K9 
(0%,4%,6%,9%)
(0.00/0.04/0.06/0.09)	

CMYK percentages

%0
%3.9
%6.06
%9.41

Codes

Color #E7DED9 in popluar color models

E7DED9
RGB231222217
HSL21°22.58%87.84%
HSB/HSV21°6.06%90.59%
CMYK0.00%3.90%6.06%
9.41%

Color #E7DED9 in popluar number systems.

HEXE7DED9
Decimal231222217
Binary111001111101111011011001
Octal347336331

Shades and tints

Shades of #E7DED9

#E7DED9
(231,222,217)
#D2CAC6
(210,202,198)
#BDB6B3
(189,182,179)
#A8A2A0
(168,162,160)
#938E8D
(147,142,141)
#7E7A7A
(126,122,122)
#696667
(105,102,103)
#545254
(84,82,84)
#3F3E41
(63,62,65)
#2A2A2E
(42,42,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #E7DED9

#E7DED9
(231,222,217)
#E9E1DC
(233,225,220)
#EBE4DF
(235,228,223)
#EDE7E2
(237,231,226)
#EFEAE5
(239,234,229)
#F1EDE8
(241,237,232)
#F3F0EB
(243,240,235)
#F5F3EE
(245,243,238)
#F7F6F1
(247,246,241)
#F9F9F4
(249,249,244)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DED9 color. Also use rgb(231,222,217) instead hex code.

Text Font Color

.myTextColor { color: #E7DED9; }

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

This text font color is #E7DED9.


Background Color

.myBgColor { background-color: #E7DED9; }

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

This div background color is #E7DED9.


Border color

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

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

This div border color is #E7DED9.


Opacity

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

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

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

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

This text has shadow with #E7DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DED9 on black background.


Color preview on white background

This text has color #E7DED9 on white background.



Black color preview on #E7DED9 background

This text has black color on #E7DED9 background.


White color preview on #E7DED9 background

This text has white color on #E7DED9 background.