COLOR #E0C9EC

HEX: #E0C9EC
RGB: (224,201,236)

Color info

#E0C9EC contains red, green and blue colors in about the same proportion. Web safe color of #E0C9EC is #CCCCFF (or #CCF).

RGB color model

#E0C9EC color RGB value is (224,201,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 236 of 255 = 93%

224
201
236

R + G + B ~ 87%. #E0C9EC is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 201 + 236 = 661 (100%)
R 224 of 661 ~ 33.89%
G 201 of 661 ~ 30.41%
B 236 of 661 ~ 35.7%

%33.89
%30.41
%35.7

CMYK color model

#E0C9EC color CMYK value is (5,15,0,7).

  • cyan value is 5.08%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,15,0,7)
C5M15Y0K7 
(5%,15%,0%,7%)
(0.05/0.15/0.00/0.07)	

CMYK percentages

%5.08
%14.83
%0
%7.45

Codes

Color #E0C9EC in popluar color models

E0C9EC
RGB224201236
HSL279°47.95%85.69%
HSB/HSV279°14.83%92.55%
CMYK5.08%14.83%0.00%
7.45%

Color #E0C9EC in popluar number systems.

HEXE0C9EC
Decimal224201236
Binary111000001100100111101100
Octal340311354

Shades and tints

Shades of #E0C9EC

#E0C9EC
(224,201,236)
#CCB7D7
(204,183,215)
#B8A5C2
(184,165,194)
#A493AD
(164,147,173)
#908198
(144,129,152)
#7C6F83
(124,111,131)
#685D6E
(104,93,110)
#544B59
(84,75,89)
#403944
(64,57,68)
#2C272F
(44,39,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #E0C9EC

#E0C9EC
(224,201,236)
#E2CDED
(226,205,237)
#E4D1EE
(228,209,238)
#E6D5EF
(230,213,239)
#E8D9F0
(232,217,240)
#EADDF1
(234,221,241)
#ECE1F2
(236,225,242)
#EEE5F3
(238,229,243)
#F0E9F4
(240,233,244)
#F2EDF5
(242,237,245)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C9EC; }

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

This text font color is #E0C9EC.


Background Color

.myBgColor { background-color: #E0C9EC; }

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

This div background color is #E0C9EC.


Border color

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

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

This div border color is #E0C9EC.


Opacity

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

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

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

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

This text has shadow with #E0C9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C9EC on black background.


Color preview on white background

This text has color #E0C9EC on white background.



Black color preview on #E0C9EC background

This text has black color on #E0C9EC background.


White color preview on #E0C9EC background

This text has white color on #E0C9EC background.