COLOR #E7C7D1

HEX: #E7C7D1
RGB: (231,199,209)

Color info

#E7C7D1 contains red, green and blue colors in about the same proportion. Web safe color of #E7C7D1 is #FFCCCC (or #FCC).

RGB color model

#E7C7D1 color RGB value is (231,199,209).

  • red value is 231;
  • green value is 199;
  • blue value is 209.
RGB:
(231,199,209)
(91%,78%,82%)

RGB channels and saturation

R 231 of 255 = 91%
G 199 of 255 = 78%
B 209 of 255 = 82%

231
199
209

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

Portions of RGB colors in percentages

R + G + B =
231 + 199 + 209 = 639 (100%)
R 231 of 639 ~ 36.15%
G 199 of 639 ~ 31.14%
B 209 of 639 ~ 32.71%

%36.15
%31.14
%32.71

CMYK color model

#E7C7D1 color CMYK value is (0,14,10,9).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(0,14,10,9)
C0M14Y10K9 
(0%,14%,10%,9%)
(0.00/0.14/0.10/0.09)	

CMYK percentages

%0
%13.85
%9.52
%9.41

Codes

Color #E7C7D1 in popluar color models

E7C7D1
RGB231199209
HSL341°40.00%84.31%
HSB/HSV341°13.85%90.59%
CMYK0.00%13.85%9.52%
9.41%

Color #E7C7D1 in popluar number systems.

HEXE7C7D1
Decimal231199209
Binary111001111100011111010001
Octal347307321

Shades and tints

Shades of #E7C7D1

#E7C7D1
(231,199,209)
#D2B5BE
(210,181,190)
#BDA3AB
(189,163,171)
#A89198
(168,145,152)
#937F85
(147,127,133)
#7E6D72
(126,109,114)
#695B5F
(105,91,95)
#54494C
(84,73,76)
#3F3739
(63,55,57)
#2A2526
(42,37,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #E7C7D1

#E7C7D1
(231,199,209)
#E9CCD5
(233,204,213)
#EBD1D9
(235,209,217)
#EDD6DD
(237,214,221)
#EFDBE1
(239,219,225)
#F1E0E5
(241,224,229)
#F3E5E9
(243,229,233)
#F5EAED
(245,234,237)
#F7EFF1
(247,239,241)
#F9F4F5
(249,244,245)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C7D1 color. Also use rgb(231,199,209) instead hex code.

Text Font Color

.myTextColor { color: #E7C7D1; }

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

This text font color is #E7C7D1.


Background Color

.myBgColor { background-color: #E7C7D1; }

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

This div background color is #E7C7D1.


Border color

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

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

This div border color is #E7C7D1.


Opacity

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

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

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

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

This text has shadow with #E7C7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C7D1 on black background.


Color preview on white background

This text has color #E7C7D1 on white background.



Black color preview on #E7C7D1 background

This text has black color on #E7C7D1 background.


White color preview on #E7C7D1 background

This text has white color on #E7C7D1 background.