COLOR #E0C7DC

HEX: #E0C7DC
RGB: (224,199,220)

Color info

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

RGB color model

#E0C7DC color RGB value is (224,199,220).

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

RGB channels and saturation

R 224 of 255 = 88%
G 199 of 255 = 78%
B 220 of 255 = 86%

224
199
220

R + G + B ~ 84%. #E0C7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 199 + 220 = 643 (100%)
R 224 of 643 ~ 34.84%
G 199 of 643 ~ 30.95%
B 220 of 643 ~ 34.21%

%34.84
%30.95
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,11,2,12)
C0M11Y2K12 
(0%,11%,2%,12%)
(0.00/0.11/0.02/0.12)	

CMYK percentages

%0
%11.16
%1.79
%12.16

Codes

Color #E0C7DC in popluar color models

E0C7DC
RGB224199220
HSL310°28.74%82.94%
HSB/HSV310°11.16%87.84%
CMYK0.00%11.16%1.79%
12.16%

Color #E0C7DC in popluar number systems.

HEXE0C7DC
Decimal224199220
Binary111000001100011111011100
Octal340307334

Shades and tints

Shades of #E0C7DC

#E0C7DC
(224,199,220)
#CCB5C8
(204,181,200)
#B8A3B4
(184,163,180)
#A491A0
(164,145,160)
#907F8C
(144,127,140)
#7C6D78
(124,109,120)
#685B64
(104,91,100)
#544950
(84,73,80)
#40373C
(64,55,60)
#2C2528
(44,37,40)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #E0C7DC

#E0C7DC
(224,199,220)
#E2CCDF
(226,204,223)
#E4D1E2
(228,209,226)
#E6D6E5
(230,214,229)
#E8DBE8
(232,219,232)
#EAE0EB
(234,224,235)
#ECE5EE
(236,229,238)
#EEEAF1
(238,234,241)
#F0EFF4
(240,239,244)
#F2F4F7
(242,244,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C7DC; }

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

This text font color is #E0C7DC.


Background Color

.myBgColor { background-color: #E0C7DC; }

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

This div background color is #E0C7DC.


Border color

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

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

This div border color is #E0C7DC.


Opacity

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

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

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

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

This text has shadow with #E0C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C7DC on black background.


Color preview on white background

This text has color #E0C7DC on white background.



Black color preview on #E0C7DC background

This text has black color on #E0C7DC background.


White color preview on #E0C7DC background

This text has white color on #E0C7DC background.