COLOR #E9D2C7

HEX: #E9D2C7
RGB: (233,210,199)

Color info

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

RGB color model

#E9D2C7 color RGB value is (233,210,199).

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

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 199 of 255 = 78%

233
210
199

R + G + B ~ 84%. #E9D2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 199 = 642 (100%)
R 233 of 642 ~ 36.29%
G 210 of 642 ~ 32.71%
B 199 of 642 ~ 31%

%36.29
%32.71
%31

CMYK color model

#E9D2C7 color CMYK value is (0,10,15,9).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(0,10,15,9)
C0M10Y15K9 
(0%,10%,15%,9%)
(0.00/0.10/0.15/0.09)	

CMYK percentages

%0
%9.87
%14.59
%8.63

Codes

Color #E9D2C7 in popluar color models

E9D2C7
RGB233210199
HSL19°43.59%84.71%
HSB/HSV19°14.59%91.37%
CMYK0.00%9.87%14.59%
8.63%

Color #E9D2C7 in popluar number systems.

HEXE9D2C7
Decimal233210199
Binary111010011101001011000111
Octal351322307

Shades and tints

Shades of #E9D2C7

#E9D2C7
(233,210,199)
#D4BFB5
(212,191,181)
#BFACA3
(191,172,163)
#AA9991
(170,153,145)
#95867F
(149,134,127)
#80736D
(128,115,109)
#6B605B
(107,96,91)
#564D49
(86,77,73)
#413A37
(65,58,55)
#2C2725
(44,39,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #E9D2C7

#E9D2C7
(233,210,199)
#EBD6CC
(235,214,204)
#EDDAD1
(237,218,209)
#EFDED6
(239,222,214)
#F1E2DB
(241,226,219)
#F3E6E0
(243,230,224)
#F5EAE5
(245,234,229)
#F7EEEA
(247,238,234)
#F9F2EF
(249,242,239)
#FBF6F4
(251,246,244)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2C7; }

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

This text font color is #E9D2C7.


Background Color

.myBgColor { background-color: #E9D2C7; }

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

This div background color is #E9D2C7.


Border color

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

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

This div border color is #E9D2C7.


Opacity

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

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

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

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

This text has shadow with #E9D2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2C7 on black background.


Color preview on white background

This text has color #E9D2C7 on white background.



Black color preview on #E9D2C7 background

This text has black color on #E9D2C7 background.


White color preview on #E9D2C7 background

This text has white color on #E9D2C7 background.