COLOR #E0C8D5

HEX: #E0C8D5
RGB: (224,200,213)

Color info

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

RGB color model

#E0C8D5 color RGB value is (224,200,213).

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

RGB channels and saturation

R 224 of 255 = 88%
G 200 of 255 = 78%
B 213 of 255 = 84%

224
200
213

R + G + B ~ 83%. #E0C8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 200 + 213 = 637 (100%)
R 224 of 637 ~ 35.16%
G 200 of 637 ~ 31.4%
B 213 of 637 ~ 33.44%

%35.16
%31.4
%33.44

CMYK color model

#E0C8D5 color CMYK value is (0,11,5,12).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,11,5,12)
C0M11Y5K12 
(0%,11%,5%,12%)
(0.00/0.11/0.05/0.12)	

CMYK percentages

%0
%10.71
%4.91
%12.16

Codes

Color #E0C8D5 in popluar color models

E0C8D5
RGB224200213
HSL328°27.91%83.14%
HSB/HSV328°10.71%87.84%
CMYK0.00%10.71%4.91%
12.16%

Color #E0C8D5 in popluar number systems.

HEXE0C8D5
Decimal224200213
Binary111000001100100011010101
Octal340310325

Shades and tints

Shades of #E0C8D5

#E0C8D5
(224,200,213)
#CCB6C2
(204,182,194)
#B8A4AF
(184,164,175)
#A4929C
(164,146,156)
#908089
(144,128,137)
#7C6E76
(124,110,118)
#685C63
(104,92,99)
#544A50
(84,74,80)
#40383D
(64,56,61)
#2C262A
(44,38,42)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E0C8D5

#E0C8D5
(224,200,213)
#E2CDD8
(226,205,216)
#E4D2DB
(228,210,219)
#E6D7DE
(230,215,222)
#E8DCE1
(232,220,225)
#EAE1E4
(234,225,228)
#ECE6E7
(236,230,231)
#EEEBEA
(238,235,234)
#F0F0ED
(240,240,237)
#F2F5F0
(242,245,240)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C8D5; }

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

This text font color is #E0C8D5.


Background Color

.myBgColor { background-color: #E0C8D5; }

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

This div background color is #E0C8D5.


Border color

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

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

This div border color is #E0C8D5.


Opacity

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

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

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

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

This text has shadow with #E0C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C8D5 on black background.


Color preview on white background

This text has color #E0C8D5 on white background.



Black color preview on #E0C8D5 background

This text has black color on #E0C8D5 background.


White color preview on #E0C8D5 background

This text has white color on #E0C8D5 background.