COLOR #E9D7CD

HEX: #E9D7CD
RGB: (233,215,205)

Color info

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

RGB color model

#E9D7CD color RGB value is (233,215,205).

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

RGB channels and saturation

R 233 of 255 = 91%
G 215 of 255 = 84%
B 205 of 255 = 80%

233
215
205

R + G + B ~ 85%. #E9D7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 215 + 205 = 653 (100%)
R 233 of 653 ~ 35.68%
G 215 of 653 ~ 32.92%
B 205 of 653 ~ 31.39%

%35.68
%32.92
%31.39

CMYK color model

#E9D7CD color CMYK value is (0,8,12,9).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,8,12,9)
C0M8Y12K9 
(0%,8%,12%,9%)
(0.00/0.08/0.12/0.09)	

CMYK percentages

%0
%7.73
%12.02
%8.63

Codes

Color #E9D7CD in popluar color models

E9D7CD
RGB233215205
HSL21°38.89%85.88%
HSB/HSV21°12.02%91.37%
CMYK0.00%7.73%12.02%
8.63%

Color #E9D7CD in popluar number systems.

HEXE9D7CD
Decimal233215205
Binary111010011101011111001101
Octal351327315

Shades and tints

Shades of #E9D7CD

#E9D7CD
(233,215,205)
#D4C4BB
(212,196,187)
#BFB1A9
(191,177,169)
#AA9E97
(170,158,151)
#958B85
(149,139,133)
#807873
(128,120,115)
#6B6561
(107,101,97)
#56524F
(86,82,79)
#413F3D
(65,63,61)
#2C2C2B
(44,44,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9D7CD

#E9D7CD
(233,215,205)
#EBDAD1
(235,218,209)
#EDDDD5
(237,221,213)
#EFE0D9
(239,224,217)
#F1E3DD
(241,227,221)
#F3E6E1
(243,230,225)
#F5E9E5
(245,233,229)
#F7ECE9
(247,236,233)
#F9EFED
(249,239,237)
#FBF2F1
(251,242,241)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7CD; }

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

This text font color is #E9D7CD.


Background Color

.myBgColor { background-color: #E9D7CD; }

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

This div background color is #E9D7CD.


Border color

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

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

This div border color is #E9D7CD.


Opacity

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

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

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

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

This text has shadow with #E9D7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D7CD on black background.


Color preview on white background

This text has color #E9D7CD on white background.



Black color preview on #E9D7CD background

This text has black color on #E9D7CD background.


White color preview on #E9D7CD background

This text has white color on #E9D7CD background.