COLOR #E0C8E4

HEX: #E0C8E4
RGB: (224,200,228)

Color info

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

RGB color model

#E0C8E4 color RGB value is (224,200,228).

  • red value is 224;
  • green value is 200;
  • blue value is 228.
RGB:
(224,200,228)
(88%,78%,89%)

RGB channels and saturation

R 224 of 255 = 88%
G 200 of 255 = 78%
B 228 of 255 = 89%

224
200
228

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

Portions of RGB colors in percentages

R + G + B =
224 + 200 + 228 = 652 (100%)
R 224 of 652 ~ 34.36%
G 200 of 652 ~ 30.67%
B 228 of 652 ~ 34.97%

%34.36
%30.67
%34.97

CMYK color model

#E0C8E4 color CMYK value is (2,12,0,11).

  • cyan value is 1.75%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,12,0,11)
C2M12Y0K11 
(2%,12%,0%,11%)
(0.02/0.12/0.00/0.11)	

CMYK percentages

%1.75
%12.28
%0
%10.59

Codes

Color #E0C8E4 in popluar color models

E0C8E4
RGB224200228
HSL291°34.15%83.92%
HSB/HSV291°12.28%89.41%
CMYK1.75%12.28%0.00%
10.59%

Color #E0C8E4 in popluar number systems.

HEXE0C8E4
Decimal224200228
Binary111000001100100011100100
Octal340310344

Shades and tints

Shades of #E0C8E4

#E0C8E4
(224,200,228)
#CCB6D0
(204,182,208)
#B8A4BC
(184,164,188)
#A492A8
(164,146,168)
#908094
(144,128,148)
#7C6E80
(124,110,128)
#685C6C
(104,92,108)
#544A58
(84,74,88)
#403844
(64,56,68)
#2C2630
(44,38,48)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #E0C8E4

#E0C8E4
(224,200,228)
#E2CDE6
(226,205,230)
#E4D2E8
(228,210,232)
#E6D7EA
(230,215,234)
#E8DCEC
(232,220,236)
#EAE1EE
(234,225,238)
#ECE6F0
(236,230,240)
#EEEBF2
(238,235,242)
#F0F0F4
(240,240,244)
#F2F5F6
(242,245,246)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C8E4 color. Also use rgb(224,200,228) instead hex code.

Text Font Color

.myTextColor { color: #E0C8E4; }

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

This text font color is #E0C8E4.


Background Color

.myBgColor { background-color: #E0C8E4; }

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

This div background color is #E0C8E4.


Border color

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

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

This div border color is #E0C8E4.


Opacity

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

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

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

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

This text has shadow with #E0C8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C8E4 on black background.


Color preview on white background

This text has color #E0C8E4 on white background.



Black color preview on #E0C8E4 background

This text has black color on #E0C8E4 background.


White color preview on #E0C8E4 background

This text has white color on #E0C8E4 background.