COLOR #E5C7CF

HEX: #E5C7CF
RGB: (229,199,207)

Color info

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

RGB color model

#E5C7CF color RGB value is (229,199,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 207 of 255 = 81%

229
199
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 207 = 635 (100%)
R 229 of 635 ~ 36.06%
G 199 of 635 ~ 31.34%
B 207 of 635 ~ 32.6%

%36.06
%31.34
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,13,10,10)
C0M13Y10K10 
(0%,13%,10%,10%)
(0.00/0.13/0.10/0.10)	

CMYK percentages

%0
%13.1
%9.61
%10.2

Codes

Color #E5C7CF in popluar color models

E5C7CF
RGB229199207
HSL344°36.59%83.92%
HSB/HSV344°13.10%89.80%
CMYK0.00%13.10%9.61%
10.20%

Color #E5C7CF in popluar number systems.

HEXE5C7CF
Decimal229199207
Binary111001011100011111001111
Octal345307317

Shades and tints

Shades of #E5C7CF

#E5C7CF
(229,199,207)
#D1B5BD
(209,181,189)
#BDA3AB
(189,163,171)
#A99199
(169,145,153)
#957F87
(149,127,135)
#816D75
(129,109,117)
#6D5B63
(109,91,99)
#594951
(89,73,81)
#45373F
(69,55,63)
#31252D
(49,37,45)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #E5C7CF

#E5C7CF
(229,199,207)
#E7CCD3
(231,204,211)
#E9D1D7
(233,209,215)
#EBD6DB
(235,214,219)
#EDDBDF
(237,219,223)
#EFE0E3
(239,224,227)
#F1E5E7
(241,229,231)
#F3EAEB
(243,234,235)
#F5EFEF
(245,239,239)
#F7F4F3
(247,244,243)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C7CF; }

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

This text font color is #E5C7CF.


Background Color

.myBgColor { background-color: #E5C7CF; }

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

This div background color is #E5C7CF.


Border color

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

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

This div border color is #E5C7CF.


Opacity

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

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

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

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

This text has shadow with #E5C7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7CF on black background.


Color preview on white background

This text has color #E5C7CF on white background.



Black color preview on #E5C7CF background

This text has black color on #E5C7CF background.


White color preview on #E5C7CF background

This text has white color on #E5C7CF background.