COLOR #E9D9C5

HEX: #E9D9C5
RGB: (233,217,197)

Color info

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

RGB color model

#E9D9C5 color RGB value is (233,217,197).

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

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 197 of 255 = 77%

233
217
197

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

Portions of RGB colors in percentages

R + G + B =
233 + 217 + 197 = 647 (100%)
R 233 of 647 ~ 36.01%
G 217 of 647 ~ 33.54%
B 197 of 647 ~ 30.45%

%36.01
%33.54
%30.45

CMYK color model

#E9D9C5 color CMYK value is (0,7,15,9).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(0,7,15,9)
C0M7Y15K9 
(0%,7%,15%,9%)
(0.00/0.07/0.15/0.09)	

CMYK percentages

%0
%6.87
%15.45
%8.63

Codes

Color #E9D9C5 in popluar color models

E9D9C5
RGB233217197
HSL33°45.00%84.31%
HSB/HSV33°15.45%91.37%
CMYK0.00%6.87%15.45%
8.63%

Color #E9D9C5 in popluar number systems.

HEXE9D9C5
Decimal233217197
Binary111010011101100111000101
Octal351331305

Shades and tints

Shades of #E9D9C5

#E9D9C5
(233,217,197)
#D4C6B4
(212,198,180)
#BFB3A3
(191,179,163)
#AAA092
(170,160,146)
#958D81
(149,141,129)
#807A70
(128,122,112)
#6B675F
(107,103,95)
#56544E
(86,84,78)
#41413D
(65,65,61)
#2C2E2C
(44,46,44)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #E9D9C5

#E9D9C5
(233,217,197)
#EBDCCA
(235,220,202)
#EDDFCF
(237,223,207)
#EFE2D4
(239,226,212)
#F1E5D9
(241,229,217)
#F3E8DE
(243,232,222)
#F5EBE3
(245,235,227)
#F7EEE8
(247,238,232)
#F9F1ED
(249,241,237)
#FBF4F2
(251,244,242)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D9C5; }

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

This text font color is #E9D9C5.


Background Color

.myBgColor { background-color: #E9D9C5; }

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

This div background color is #E9D9C5.


Border color

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

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

This div border color is #E9D9C5.


Opacity

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

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

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

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

This text has shadow with #E9D9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9C5 on black background.


Color preview on white background

This text has color #E9D9C5 on white background.



Black color preview on #E9D9C5 background

This text has black color on #E9D9C5 background.


White color preview on #E9D9C5 background

This text has white color on #E9D9C5 background.