COLOR #E9D7D2

HEX: #E9D7D2
RGB: (233,215,210)

Color info

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

RGB color model

#E9D7D2 color RGB value is (233,215,210).

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

RGB channels and saturation

R 233 of 255 = 91%
G 215 of 255 = 84%
B 210 of 255 = 82%

233
215
210

R + G + B ~ 86%. #E9D7D2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 215 + 210 = 658 (100%)
R 233 of 658 ~ 35.41%
G 215 of 658 ~ 32.67%
B 210 of 658 ~ 31.91%

%35.41
%32.67
%31.91

CMYK color model

#E9D7D2 color CMYK value is (0,8,10,9).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(0,8,10,9)
C0M8Y10K9 
(0%,8%,10%,9%)
(0.00/0.08/0.10/0.09)	

CMYK percentages

%0
%7.73
%9.87
%8.63

Codes

Color #E9D7D2 in popluar color models

E9D7D2
RGB233215210
HSL13°34.33%86.86%
HSB/HSV13°9.87%91.37%
CMYK0.00%7.73%9.87%
8.63%

Color #E9D7D2 in popluar number systems.

HEXE9D7D2
Decimal233215210
Binary111010011101011111010010
Octal351327322

Shades and tints

Shades of #E9D7D2

#E9D7D2
(233,215,210)
#D4C4BF
(212,196,191)
#BFB1AC
(191,177,172)
#AA9E99
(170,158,153)
#958B86
(149,139,134)
#807873
(128,120,115)
#6B6560
(107,101,96)
#56524D
(86,82,77)
#413F3A
(65,63,58)
#2C2C27
(44,44,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9D7D2

#E9D7D2
(233,215,210)
#EBDAD6
(235,218,214)
#EDDDDA
(237,221,218)
#EFE0DE
(239,224,222)
#F1E3E2
(241,227,226)
#F3E6E6
(243,230,230)
#F5E9EA
(245,233,234)
#F7ECEE
(247,236,238)
#F9EFF2
(249,239,242)
#FBF2F6
(251,242,246)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7D2; }

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

This text font color is #E9D7D2.


Background Color

.myBgColor { background-color: #E9D7D2; }

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

This div background color is #E9D7D2.


Border color

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

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

This div border color is #E9D7D2.


Opacity

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

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

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

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

This text has shadow with #E9D7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D7D2 on black background.


Color preview on white background

This text has color #E9D7D2 on white background.



Black color preview on #E9D7D2 background

This text has black color on #E9D7D2 background.


White color preview on #E9D7D2 background

This text has white color on #E9D7D2 background.