COLOR #E0C7E9

HEX: #E0C7E9
RGB: (224,199,233)

Color info

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

RGB color model

#E0C7E9 color RGB value is (224,199,233).

  • red value is 224;
  • green value is 199;
  • blue value is 233.
RGB:
(224,199,233)
(88%,78%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 199 of 255 = 78%
B 233 of 255 = 91%

224
199
233

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

Portions of RGB colors in percentages

R + G + B =
224 + 199 + 233 = 656 (100%)
R 224 of 656 ~ 34.15%
G 199 of 656 ~ 30.34%
B 233 of 656 ~ 35.52%

%34.15
%30.34
%35.52

CMYK color model

#E0C7E9 color CMYK value is (4,15,0,9).

  • cyan value is 3.86%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(4,15,0,9)
C4M15Y0K9 
(4%,15%,0%,9%)
(0.04/0.15/0.00/0.09)	

CMYK percentages

%3.86
%14.59
%0
%8.63

Codes

Color #E0C7E9 in popluar color models

E0C7E9
RGB224199233
HSL284°43.59%84.71%
HSB/HSV284°14.59%91.37%
CMYK3.86%14.59%0.00%
8.63%

Color #E0C7E9 in popluar number systems.

HEXE0C7E9
Decimal224199233
Binary111000001100011111101001
Octal340307351

Shades and tints

Shades of #E0C7E9

#E0C7E9
(224,199,233)
#CCB5D4
(204,181,212)
#B8A3BF
(184,163,191)
#A491AA
(164,145,170)
#907F95
(144,127,149)
#7C6D80
(124,109,128)
#685B6B
(104,91,107)
#544956
(84,73,86)
#403741
(64,55,65)
#2C252C
(44,37,44)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #E0C7E9

#E0C7E9
(224,199,233)
#E2CCEB
(226,204,235)
#E4D1ED
(228,209,237)
#E6D6EF
(230,214,239)
#E8DBF1
(232,219,241)
#EAE0F3
(234,224,243)
#ECE5F5
(236,229,245)
#EEEAF7
(238,234,247)
#F0EFF9
(240,239,249)
#F2F4FB
(242,244,251)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C7E9 color. Also use rgb(224,199,233) instead hex code.

Text Font Color

.myTextColor { color: #E0C7E9; }

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

This text font color is #E0C7E9.


Background Color

.myBgColor { background-color: #E0C7E9; }

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

This div background color is #E0C7E9.


Border color

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

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

This div border color is #E0C7E9.


Opacity

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

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

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

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

This text has shadow with #E0C7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C7E9 on black background.


Color preview on white background

This text has color #E0C7E9 on white background.



Black color preview on #E0C7E9 background

This text has black color on #E0C7E9 background.


White color preview on #E0C7E9 background

This text has white color on #E0C7E9 background.