COLOR #E0C5EC

HEX: #E0C5EC
RGB: (224,197,236)

Color info

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

RGB color model

#E0C5EC color RGB value is (224,197,236).

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

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 236 of 255 = 93%

224
197
236

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

Portions of RGB colors in percentages

R + G + B =
224 + 197 + 236 = 657 (100%)
R 224 of 657 ~ 34.09%
G 197 of 657 ~ 29.98%
B 236 of 657 ~ 35.92%

%34.09
%29.98
%35.92

CMYK color model

#E0C5EC color CMYK value is (5,17,0,7).

  • cyan value is 5.08%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,17,0,7)
C5M17Y0K7 
(5%,17%,0%,7%)
(0.05/0.17/0.00/0.07)	

CMYK percentages

%5.08
%16.53
%0
%7.45

Codes

Color #E0C5EC in popluar color models

E0C5EC
RGB224197236
HSL282°50.65%84.90%
HSB/HSV282°16.53%92.55%
CMYK5.08%16.53%0.00%
7.45%

Color #E0C5EC in popluar number systems.

HEXE0C5EC
Decimal224197236
Binary111000001100010111101100
Octal340305354

Shades and tints

Shades of #E0C5EC

#E0C5EC
(224,197,236)
#CCB4D7
(204,180,215)
#B8A3C2
(184,163,194)
#A492AD
(164,146,173)
#908198
(144,129,152)
#7C7083
(124,112,131)
#685F6E
(104,95,110)
#544E59
(84,78,89)
#403D44
(64,61,68)
#2C2C2F
(44,44,47)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #E0C5EC

#E0C5EC
(224,197,236)
#E2CAED
(226,202,237)
#E4CFEE
(228,207,238)
#E6D4EF
(230,212,239)
#E8D9F0
(232,217,240)
#EADEF1
(234,222,241)
#ECE3F2
(236,227,242)
#EEE8F3
(238,232,243)
#F0EDF4
(240,237,244)
#F2F2F5
(242,242,245)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C5EC; }

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

This text font color is #E0C5EC.


Background Color

.myBgColor { background-color: #E0C5EC; }

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

This div background color is #E0C5EC.


Border color

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

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

This div border color is #E0C5EC.


Opacity

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

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

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

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

This text has shadow with #E0C5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5EC on black background.


Color preview on white background

This text has color #E0C5EC on white background.



Black color preview on #E0C5EC background

This text has black color on #E0C5EC background.


White color preview on #E0C5EC background

This text has white color on #E0C5EC background.