COLOR #E5C9CD

HEX: #E5C9CD
RGB: (229,201,205)

Color info

#E5C9CD contains red, green and blue colors in about the same proportion. Web safe color of #E5C9CD is #CCCCCC (or #CCC).

RGB color model

#E5C9CD color RGB value is (229,201,205).

  • red value is 229;
  • green value is 201;
  • blue value is 205.
RGB:
(229,201,205)
(90%,79%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 201 of 255 = 79%
B 205 of 255 = 80%

229
201
205

R + G + B ~ 83%. #E5C9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 201 + 205 = 635 (100%)
R 229 of 635 ~ 36.06%
G 201 of 635 ~ 31.65%
B 205 of 635 ~ 32.28%

%36.06
%31.65
%32.28

CMYK color model

#E5C9CD color CMYK value is (0,12,10,10).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(0,12,10,10)
C0M12Y10K10 
(0%,12%,10%,10%)
(0.00/0.12/0.10/0.10)	

CMYK percentages

%0
%12.23
%10.48
%10.2

Codes

Color #E5C9CD in popluar color models

E5C9CD
RGB229201205
HSL351°35.00%84.31%
HSB/HSV351°12.23%89.80%
CMYK0.00%12.23%10.48%
10.20%

Color #E5C9CD in popluar number systems.

HEXE5C9CD
Decimal229201205
Binary111001011100100111001101
Octal345311315

Shades and tints

Shades of #E5C9CD

#E5C9CD
(229,201,205)
#D1B7BB
(209,183,187)
#BDA5A9
(189,165,169)
#A99397
(169,147,151)
#958185
(149,129,133)
#816F73
(129,111,115)
#6D5D61
(109,93,97)
#594B4F
(89,75,79)
#45393D
(69,57,61)
#31272B
(49,39,43)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #E5C9CD

#E5C9CD
(229,201,205)
#E7CDD1
(231,205,209)
#E9D1D5
(233,209,213)
#EBD5D9
(235,213,217)
#EDD9DD
(237,217,221)
#EFDDE1
(239,221,225)
#F1E1E5
(241,225,229)
#F3E5E9
(243,229,233)
#F5E9ED
(245,233,237)
#F7EDF1
(247,237,241)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C9CD color. Also use rgb(229,201,205) instead hex code.

Text Font Color

.myTextColor { color: #E5C9CD; }

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

This text font color is #E5C9CD.


Background Color

.myBgColor { background-color: #E5C9CD; }

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

This div background color is #E5C9CD.


Border color

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

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

This div border color is #E5C9CD.


Opacity

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

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

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

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

This text has shadow with #E5C9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C9CD on black background.


Color preview on white background

This text has color #E5C9CD on white background.



Black color preview on #E5C9CD background

This text has black color on #E5C9CD background.


White color preview on #E5C9CD background

This text has white color on #E5C9CD background.