COLOR #E9D9CD

HEX: #E9D9CD
RGB: (233,217,205)

Color info

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

RGB color model

#E9D9CD color RGB value is (233,217,205).

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

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 205 of 255 = 80%

233
217
205

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

Portions of RGB colors in percentages

R + G + B =
233 + 217 + 205 = 655 (100%)
R 233 of 655 ~ 35.57%
G 217 of 655 ~ 33.13%
B 205 of 655 ~ 31.3%

%35.57
%33.13
%31.3

CMYK color model

#E9D9CD color CMYK value is (0,7,12,9).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,7,12,9)
C0M7Y12K9 
(0%,7%,12%,9%)
(0.00/0.07/0.12/0.09)	

CMYK percentages

%0
%6.87
%12.02
%8.63

Codes

Color #E9D9CD in popluar color models

E9D9CD
RGB233217205
HSL26°38.89%85.88%
HSB/HSV26°12.02%91.37%
CMYK0.00%6.87%12.02%
8.63%

Color #E9D9CD in popluar number systems.

HEXE9D9CD
Decimal233217205
Binary111010011101100111001101
Octal351331315

Shades and tints

Shades of #E9D9CD

#E9D9CD
(233,217,205)
#D4C6BB
(212,198,187)
#BFB3A9
(191,179,169)
#AAA097
(170,160,151)
#958D85
(149,141,133)
#807A73
(128,122,115)
#6B6761
(107,103,97)
#56544F
(86,84,79)
#41413D
(65,65,61)
#2C2E2B
(44,46,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #E9D9CD

#E9D9CD
(233,217,205)
#EBDCD1
(235,220,209)
#EDDFD5
(237,223,213)
#EFE2D9
(239,226,217)
#F1E5DD
(241,229,221)
#F3E8E1
(243,232,225)
#F5EBE5
(245,235,229)
#F7EEE9
(247,238,233)
#F9F1ED
(249,241,237)
#FBF4F1
(251,244,241)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D9CD; }

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

This text font color is #E9D9CD.


Background Color

.myBgColor { background-color: #E9D9CD; }

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

This div background color is #E9D9CD.


Border color

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

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

This div border color is #E9D9CD.


Opacity

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

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

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

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

This text has shadow with #E9D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9CD on black background.


Color preview on white background

This text has color #E9D9CD on white background.



Black color preview on #E9D9CD background

This text has black color on #E9D9CD background.


White color preview on #E9D9CD background

This text has white color on #E9D9CD background.