COLOR #E7C0D5

HEX: #E7C0D5
RGB: (231,192,213)

Color info

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

RGB color model

#E7C0D5 color RGB value is (231,192,213).

  • red value is 231;
  • green value is 192;
  • blue value is 213.
RGB:
(231,192,213)
(91%,75%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 213 of 255 = 84%

231
192
213

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

Portions of RGB colors in percentages

R + G + B =
231 + 192 + 213 = 636 (100%)
R 231 of 636 ~ 36.32%
G 192 of 636 ~ 30.19%
B 213 of 636 ~ 33.49%

%36.32
%30.19
%33.49

CMYK color model

#E7C0D5 color CMYK value is (0,17,8,9).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(0,17,8,9)
C0M17Y8K9 
(0%,17%,8%,9%)
(0.00/0.17/0.08/0.09)	

CMYK percentages

%0
%16.88
%7.79
%9.41

Codes

Color #E7C0D5 in popluar color models

E7C0D5
RGB231192213
HSL328°44.83%82.94%
HSB/HSV328°16.88%90.59%
CMYK0.00%16.88%7.79%
9.41%

Color #E7C0D5 in popluar number systems.

HEXE7C0D5
Decimal231192213
Binary111001111100000011010101
Octal347300325

Shades and tints

Shades of #E7C0D5

#E7C0D5
(231,192,213)
#D2AFC2
(210,175,194)
#BD9EAF
(189,158,175)
#A88D9C
(168,141,156)
#937C89
(147,124,137)
#7E6B76
(126,107,118)
#695A63
(105,90,99)
#544950
(84,73,80)
#3F383D
(63,56,61)
#2A272A
(42,39,42)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #E7C0D5

#E7C0D5
(231,192,213)
#E9C5D8
(233,197,216)
#EBCADB
(235,202,219)
#EDCFDE
(237,207,222)
#EFD4E1
(239,212,225)
#F1D9E4
(241,217,228)
#F3DEE7
(243,222,231)
#F5E3EA
(245,227,234)
#F7E8ED
(247,232,237)
#F9EDF0
(249,237,240)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C0D5 color. Also use rgb(231,192,213) instead hex code.

Text Font Color

.myTextColor { color: #E7C0D5; }

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

This text font color is #E7C0D5.


Background Color

.myBgColor { background-color: #E7C0D5; }

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

This div background color is #E7C0D5.


Border color

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

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

This div border color is #E7C0D5.


Opacity

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

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

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

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

This text has shadow with #E7C0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C0D5 on black background.


Color preview on white background

This text has color #E7C0D5 on white background.



Black color preview on #E7C0D5 background

This text has black color on #E7C0D5 background.


White color preview on #E7C0D5 background

This text has white color on #E7C0D5 background.