COLOR #E9D7DA

HEX: #E9D7DA RGB: (233,215,218)

Color info

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

RGB color model

#E9D7DA color RGB value is (233,215,218).

RGB: (233,215,218) (91%, 84%, 85%)

RGB channels and saturation

R 233 of 255 = 91%
G 215 of 255 = 84%
B 218 of 255 = 85%

233
215
218

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

Portions of RGB colors in percentages

R + G + B = 233 + 215 + 218 = 666 (100%)
R 233 of 666 ~ 34.98%
G 215 of 666 ~ 32.28%
B 218 of 666 ~ 32.73'%

%34.98
%32.28
%32.73

CMYK color model

#E9D7DA color CMYK value is (0,8,6,9).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 6.44%
  • key color value is 8.63%

CMYK: (0,8,6,9)
C0M8Y6K9 (0%, 8%, 6%, 9%)
(0.00 / 0.08 / 0.06 / 0.09)

CMYK percentages

%0
%7.73
%6.44
%8.63

Codes

Color #E9D7DA in popluar color models

E9 D7 DA
RGB 233 215 218
HSL 350° 29.03% 87.84%
HSB/HSV 350° 7.73% 91.37%
CMYK 0.00% 7.73% 6.44%
8.63%

Color #E9D7DA in popluar number systems.

HEX E9 D7 DA
Decimal 233 215 218
Binary 11101001 11010111 11011010
Octal 351 327 332

Shades and tints

Shades of #E9D7DA

#E9D7DA
(233,215,218)
#D4C4C7
(212,196,199)
#BFB1B4
(191,177,180)
#AA9EA1
(170,158,161)
#958B8E
(149,139,142)
#80787B
(128,120,123)
#6B6568
(107,101,104)
#565255
(86,82,85)
#413F42
(65,63,66)
#2C2C2F
(44,44,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9D7DA

#E9D7DA
(233,215,218)
#EBDADD
(235,218,221)
#EDDDE0
(237,221,224)
#EFE0E3
(239,224,227)
#F1E3E6
(241,227,230)
#F3E6E9
(243,230,233)
#F5E9EC
(245,233,236)
#F7ECEF
(247,236,239)
#F9EFF2
(249,239,242)
#FBF2F5
(251,242,245)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7DA; }

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

This text font color is #E9D7DA.

Background Color

.myBgColor { background-color: #E9D7DA; }

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

This div background color is #E9D7DA.

Border color

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

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

This div border color is #E9D7DA.

Opacity

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

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

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

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

This text has shadow with #E9D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D7DA.

Preview

Color preview on black background

This text has color #E9D7DA on black background.


Color preview on white background

This text has color #E9D7DA on white background.


Black color preview on #E9D7DA background

This text has black color on #E9D7DA background.


White color preview on #E9D7DA background

This text has white color on #E9D7DA background.


Related colors

Complementary color

Complementary color for #hex is #162825.


I love getcolorcode.com

Triadic colors

1 #DAE9D7 and #D7DAE9 with #E9D7DA are triadic colors.

2 #DAD7E9 and #D7E9DA with #E9D7DA are triadic colors.