COLOR #E0C9D5

HEX: #E0C9D5
RGB: (224,201,213)

Color info

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

RGB color model

#E0C9D5 color RGB value is (224,201,213).

  • red value is 224;
  • green value is 201;
  • blue value is 213.
RGB:
(224,201,213)
(88%,79%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 213 of 255 = 84%

224
201
213

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

Portions of RGB colors in percentages

R + G + B =
224 + 201 + 213 = 638 (100%)
R 224 of 638 ~ 35.11%
G 201 of 638 ~ 31.5%
B 213 of 638 ~ 33.39%

%35.11
%31.5
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,10,5,12)
C0M10Y5K12 
(0%,10%,5%,12%)
(0.00/0.10/0.05/0.12)	

CMYK percentages

%0
%10.27
%4.91
%12.16

Codes

Color #E0C9D5 in popluar color models

E0C9D5
RGB224201213
HSL329°27.06%83.33%
HSB/HSV329°10.27%87.84%
CMYK0.00%10.27%4.91%
12.16%

Color #E0C9D5 in popluar number systems.

HEXE0C9D5
Decimal224201213
Binary111000001100100111010101
Octal340311325

Shades and tints

Shades of #E0C9D5

#E0C9D5
(224,201,213)
#CCB7C2
(204,183,194)
#B8A5AF
(184,165,175)
#A4939C
(164,147,156)
#908189
(144,129,137)
#7C6F76
(124,111,118)
#685D63
(104,93,99)
#544B50
(84,75,80)
#40393D
(64,57,61)
#2C272A
(44,39,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0C9D5

#E0C9D5
(224,201,213)
#E2CDD8
(226,205,216)
#E4D1DB
(228,209,219)
#E6D5DE
(230,213,222)
#E8D9E1
(232,217,225)
#EADDE4
(234,221,228)
#ECE1E7
(236,225,231)
#EEE5EA
(238,229,234)
#F0E9ED
(240,233,237)
#F2EDF0
(242,237,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C9D5 color. Also use rgb(224,201,213) instead hex code.

Text Font Color

.myTextColor { color: #E0C9D5; }

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

This text font color is #E0C9D5.


Background Color

.myBgColor { background-color: #E0C9D5; }

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

This div background color is #E0C9D5.


Border color

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

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

This div border color is #E0C9D5.


Opacity

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

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

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

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

This text has shadow with #E0C9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C9D5 on black background.


Color preview on white background

This text has color #E0C9D5 on white background.



Black color preview on #E0C9D5 background

This text has black color on #E0C9D5 background.


White color preview on #E0C9D5 background

This text has white color on #E0C9D5 background.