COLOR #E0C4E8

HEX: #E0C4E8
RGB: (224,196,232)

Color info

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

RGB color model

#E0C4E8 color RGB value is (224,196,232).

  • red value is 224;
  • green value is 196;
  • blue value is 232.
RGB:
(224,196,232)
(88%,77%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 232 of 255 = 91%

224
196
232

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

Portions of RGB colors in percentages

R + G + B =
224 + 196 + 232 = 652 (100%)
R 224 of 652 ~ 34.36%
G 196 of 652 ~ 30.06%
B 232 of 652 ~ 35.58%

%34.36
%30.06
%35.58

CMYK color model

#E0C4E8 color CMYK value is (3,16,0,9).

  • cyan value is 3.45%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(3,16,0,9)
C3M16Y0K9 
(3%,16%,0%,9%)
(0.03/0.16/0.00/0.09)	

CMYK percentages

%3.45
%15.52
%0
%9.02

Codes

Color #E0C4E8 in popluar color models

E0C4E8
RGB224196232
HSL287°43.90%83.92%
HSB/HSV287°15.52%90.98%
CMYK3.45%15.52%0.00%
9.02%

Color #E0C4E8 in popluar number systems.

HEXE0C4E8
Decimal224196232
Binary111000001100010011101000
Octal340304350

Shades and tints

Shades of #E0C4E8

#E0C4E8
(224,196,232)
#CCB3D3
(204,179,211)
#B8A2BE
(184,162,190)
#A491A9
(164,145,169)
#908094
(144,128,148)
#7C6F7F
(124,111,127)
#685E6A
(104,94,106)
#544D55
(84,77,85)
#403C40
(64,60,64)
#2C2B2B
(44,43,43)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0C4E8

#E0C4E8
(224,196,232)
#E2C9EA
(226,201,234)
#E4CEEC
(228,206,236)
#E6D3EE
(230,211,238)
#E8D8F0
(232,216,240)
#EADDF2
(234,221,242)
#ECE2F4
(236,226,244)
#EEE7F6
(238,231,246)
#F0ECF8
(240,236,248)
#F2F1FA
(242,241,250)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C4E8 color. Also use rgb(224,196,232) instead hex code.

Text Font Color

.myTextColor { color: #E0C4E8; }

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

This text font color is #E0C4E8.


Background Color

.myBgColor { background-color: #E0C4E8; }

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

This div background color is #E0C4E8.


Border color

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

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

This div border color is #E0C4E8.


Opacity

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

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

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

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

This text has shadow with #E0C4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C4E8 on black background.


Color preview on white background

This text has color #E0C4E8 on white background.



Black color preview on #E0C4E8 background

This text has black color on #E0C4E8 background.


White color preview on #E0C4E8 background

This text has white color on #E0C4E8 background.