COLOR #E7C8D2

HEX: #E7C8D2
RGB: (231,200,210)

Color info

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

RGB color model

#E7C8D2 color RGB value is (231,200,210).

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

RGB channels and saturation

R 231 of 255 = 91%
G 200 of 255 = 78%
B 210 of 255 = 82%

231
200
210

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

Portions of RGB colors in percentages

R + G + B =
231 + 200 + 210 = 641 (100%)
R 231 of 641 ~ 36.04%
G 200 of 641 ~ 31.2%
B 210 of 641 ~ 32.76%

%36.04
%31.2
%32.76

CMYK color model

#E7C8D2 color CMYK value is (0,13,9,9).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK:
(0,13,9,9)
C0M13Y9K9 
(0%,13%,9%,9%)
(0.00/0.13/0.09/0.09)	

CMYK percentages

%0
%13.42
%9.09
%9.41

Codes

Color #E7C8D2 in popluar color models

E7C8D2
RGB231200210
HSL341°39.24%84.51%
HSB/HSV341°13.42%90.59%
CMYK0.00%13.42%9.09%
9.41%

Color #E7C8D2 in popluar number systems.

HEXE7C8D2
Decimal231200210
Binary111001111100100011010010
Octal347310322

Shades and tints

Shades of #E7C8D2

#E7C8D2
(231,200,210)
#D2B6BF
(210,182,191)
#BDA4AC
(189,164,172)
#A89299
(168,146,153)
#938086
(147,128,134)
#7E6E73
(126,110,115)
#695C60
(105,92,96)
#544A4D
(84,74,77)
#3F383A
(63,56,58)
#2A2627
(42,38,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7C8D2

#E7C8D2
(231,200,210)
#E9CDD6
(233,205,214)
#EBD2DA
(235,210,218)
#EDD7DE
(237,215,222)
#EFDCE2
(239,220,226)
#F1E1E6
(241,225,230)
#F3E6EA
(243,230,234)
#F5EBEE
(245,235,238)
#F7F0F2
(247,240,242)
#F9F5F6
(249,245,246)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C8D2 color. Also use rgb(231,200,210) instead hex code.

Text Font Color

.myTextColor { color: #E7C8D2; }

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

This text font color is #E7C8D2.


Background Color

.myBgColor { background-color: #E7C8D2; }

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

This div background color is #E7C8D2.


Border color

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

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

This div border color is #E7C8D2.


Opacity

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

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

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

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

This text has shadow with #E7C8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C8D2 on black background.


Color preview on white background

This text has color #E7C8D2 on white background.



Black color preview on #E7C8D2 background

This text has black color on #E7C8D2 background.


White color preview on #E7C8D2 background

This text has white color on #E7C8D2 background.