COLOR #E5C7D7

HEX: #E5C7D7
RGB: (229,199,215)

Color info

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

RGB color model

#E5C7D7 color RGB value is (229,199,215).

  • red value is 229;
  • green value is 199;
  • blue value is 215.
RGB:
(229,199,215)
(90%,78%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 215 of 255 = 84%

229
199
215

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

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 215 = 643 (100%)
R 229 of 643 ~ 35.61%
G 199 of 643 ~ 30.95%
B 215 of 643 ~ 33.44%

%35.61
%30.95
%33.44

CMYK color model

#E5C7D7 color CMYK value is (0,13,6,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(0,13,6,10)
C0M13Y6K10 
(0%,13%,6%,10%)
(0.00/0.13/0.06/0.10)	

CMYK percentages

%0
%13.1
%6.11
%10.2

Codes

Color #E5C7D7 in popluar color models

E5C7D7
RGB229199215
HSL328°36.59%83.92%
HSB/HSV328°13.10%89.80%
CMYK0.00%13.10%6.11%
10.20%

Color #E5C7D7 in popluar number systems.

HEXE5C7D7
Decimal229199215
Binary111001011100011111010111
Octal345307327

Shades and tints

Shades of #E5C7D7

#E5C7D7
(229,199,215)
#D1B5C4
(209,181,196)
#BDA3B1
(189,163,177)
#A9919E
(169,145,158)
#957F8B
(149,127,139)
#816D78
(129,109,120)
#6D5B65
(109,91,101)
#594952
(89,73,82)
#45373F
(69,55,63)
#31252C
(49,37,44)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5C7D7

#E5C7D7
(229,199,215)
#E7CCDA
(231,204,218)
#E9D1DD
(233,209,221)
#EBD6E0
(235,214,224)
#EDDBE3
(237,219,227)
#EFE0E6
(239,224,230)
#F1E5E9
(241,229,233)
#F3EAEC
(243,234,236)
#F5EFEF
(245,239,239)
#F7F4F2
(247,244,242)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C7D7 color. Also use rgb(229,199,215) instead hex code.

Text Font Color

.myTextColor { color: #E5C7D7; }

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

This text font color is #E5C7D7.


Background Color

.myBgColor { background-color: #E5C7D7; }

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

This div background color is #E5C7D7.


Border color

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

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

This div border color is #E5C7D7.


Opacity

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

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

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

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

This text has shadow with #E5C7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7D7 on black background.


Color preview on white background

This text has color #E5C7D7 on white background.



Black color preview on #E5C7D7 background

This text has black color on #E5C7D7 background.


White color preview on #E5C7D7 background

This text has white color on #E5C7D7 background.