COLOR #E9D7DE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

233
215
222

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

Portions of RGB colors in percentages

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

%34.78
%32.09
%33.13

CMYK color model

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

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

CMYK percentages

%0
%7.73
%4.72
%8.63

Codes

Color #E9D7DE in popluar color models

E9D7DE
RGB233215222
HSL337°29.03%87.84%
HSB/HSV337°7.73%91.37%
CMYK0.00%7.73%4.72%
8.63%

Color #E9D7DE in popluar number systems.

HEXE9D7DE
Decimal233215222
Binary111010011101011111011110
Octal351327336

Shades and tints

Shades of #E9D7DE

#E9D7DE
(233,215,222)
#D4C4CA
(212,196,202)
#BFB1B6
(191,177,182)
#AA9EA2
(170,158,162)
#958B8E
(149,139,142)
#80787A
(128,120,122)
#6B6566
(107,101,102)
#565252
(86,82,82)
#413F3E
(65,63,62)
#2C2C2A
(44,44,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #E9D7DE

#E9D7DE
(233,215,222)
#EBDAE1
(235,218,225)
#EDDDE4
(237,221,228)
#EFE0E7
(239,224,231)
#F1E3EA
(241,227,234)
#F3E6ED
(243,230,237)
#F5E9F0
(245,233,240)
#F7ECF3
(247,236,243)
#F9EFF6
(249,239,246)
#FBF2F9
(251,242,249)
#FDF5FC
(253,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7DE; }

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

This text font color is #E9D7DE.


Background Color

.myBgColor { background-color: #E9D7DE; }

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

This div background color is #E9D7DE.


Border color

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

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

This div border color is #E9D7DE.


Opacity

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

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

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

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

This text has shadow with #E9D7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D7DE on black background.


Color preview on white background

This text has color #E9D7DE on white background.



Black color preview on #E9D7DE background

This text has black color on #E9D7DE background.


White color preview on #E9D7DE background

This text has white color on #E9D7DE background.