COLOR #E5C9DE

HEX: #E5C9DE
RGB: (229,201,222)

Color info

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

RGB color model

#E5C9DE color RGB value is (229,201,222).

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

RGB channels and saturation

R 229 of 255 = 90%
G 201 of 255 = 79%
B 222 of 255 = 87%

229
201
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 201 + 222 = 652 (100%)
R 229 of 652 ~ 35.12%
G 201 of 652 ~ 30.83%
B 222 of 652 ~ 34.05%

%35.12
%30.83
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,12,3,10)
C0M12Y3K10 
(0%,12%,3%,10%)
(0.00/0.12/0.03/0.10)	

CMYK percentages

%0
%12.23
%3.06
%10.2

Codes

Color #E5C9DE in popluar color models

E5C9DE
RGB229201222
HSL315°35.00%84.31%
HSB/HSV315°12.23%89.80%
CMYK0.00%12.23%3.06%
10.20%

Color #E5C9DE in popluar number systems.

HEXE5C9DE
Decimal229201222
Binary111001011100100111011110
Octal345311336

Shades and tints

Shades of #E5C9DE

#E5C9DE
(229,201,222)
#D1B7CA
(209,183,202)
#BDA5B6
(189,165,182)
#A993A2
(169,147,162)
#95818E
(149,129,142)
#816F7A
(129,111,122)
#6D5D66
(109,93,102)
#594B52
(89,75,82)
#45393E
(69,57,62)
#31272A
(49,39,42)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5C9DE

#E5C9DE
(229,201,222)
#E7CDE1
(231,205,225)
#E9D1E4
(233,209,228)
#EBD5E7
(235,213,231)
#EDD9EA
(237,217,234)
#EFDDED
(239,221,237)
#F1E1F0
(241,225,240)
#F3E5F3
(243,229,243)
#F5E9F6
(245,233,246)
#F7EDF9
(247,237,249)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C9DE; }

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

This text font color is #E5C9DE.


Background Color

.myBgColor { background-color: #E5C9DE; }

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

This div background color is #E5C9DE.


Border color

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

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

This div border color is #E5C9DE.


Opacity

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

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

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

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

This text has shadow with #E5C9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C9DE on black background.


Color preview on white background

This text has color #E5C9DE on white background.



Black color preview on #E5C9DE background

This text has black color on #E5C9DE background.


White color preview on #E5C9DE background

This text has white color on #E5C9DE background.