COLOR #E9DCCD

HEX: #E9DCCD
RGB: (233,220,205)

Color info

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

RGB color model

#E9DCCD color RGB value is (233,220,205).

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

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 205 of 255 = 80%

233
220
205

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 205 = 658 (100%)
R 233 of 658 ~ 35.41%
G 220 of 658 ~ 33.43%
B 205 of 658 ~ 31.16%

%35.41
%33.43
%31.16

CMYK color model

#E9DCCD color CMYK value is (0,6,12,9).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,6,12,9)
C0M6Y12K9 
(0%,6%,12%,9%)
(0.00/0.06/0.12/0.09)	

CMYK percentages

%0
%5.58
%12.02
%8.63

Codes

Color #E9DCCD in popluar color models

E9DCCD
RGB233220205
HSL32°38.89%85.88%
HSB/HSV32°12.02%91.37%
CMYK0.00%5.58%12.02%
8.63%

Color #E9DCCD in popluar number systems.

HEXE9DCCD
Decimal233220205
Binary111010011101110011001101
Octal351334315

Shades and tints

Shades of #E9DCCD

#E9DCCD
(233,220,205)
#D4C8BB
(212,200,187)
#BFB4A9
(191,180,169)
#AAA097
(170,160,151)
#958C85
(149,140,133)
#807873
(128,120,115)
#6B6461
(107,100,97)
#56504F
(86,80,79)
#413C3D
(65,60,61)
#2C282B
(44,40,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9DCCD

#E9DCCD
(233,220,205)
#EBDFD1
(235,223,209)
#EDE2D5
(237,226,213)
#EFE5D9
(239,229,217)
#F1E8DD
(241,232,221)
#F3EBE1
(243,235,225)
#F5EEE5
(245,238,229)
#F7F1E9
(247,241,233)
#F9F4ED
(249,244,237)
#FBF7F1
(251,247,241)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCCD; }

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

This text font color is #E9DCCD.


Background Color

.myBgColor { background-color: #E9DCCD; }

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

This div background color is #E9DCCD.


Border color

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

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

This div border color is #E9DCCD.


Opacity

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

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

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

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

This text has shadow with #E9DCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCCD on black background.


Color preview on white background

This text has color #E9DCCD on white background.



Black color preview on #E9DCCD background

This text has black color on #E9DCCD background.


White color preview on #E9DCCD background

This text has white color on #E9DCCD background.