COLOR #E7C8DC

HEX: #E7C8DC RGB: (231,200,220)

Color info

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

RGB color model

#E7C8DC color RGB value is (231,200,220).

RGB: (231,200,220) (91%, 78%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 200 of 255 = 78%
B 220 of 255 = 86%

231
200
220

R + G + B ~ 85%. #E7C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 200 + 220 = 651 (100%)
R 231 of 651 ~ 35.48%
G 200 of 651 ~ 30.72%
B 220 of 651 ~ 33.79'%

%35.48
%30.72
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,13,5,9)
C0M13Y5K9 (0%, 13%, 5%, 9%)
(0.00 / 0.13 / 0.05 / 0.09)

CMYK percentages

%0
%13.42
%4.76
%9.41

Codes

Color #E7C8DC in popluar color models

E7 C8 DC
RGB 231 200 220
HSL 321° 39.24% 84.51%
HSB/HSV 321° 13.42% 90.59%
CMYK 0.00% 13.42% 4.76%
9.41%

Color #E7C8DC in popluar number systems.

HEX E7 C8 DC
Decimal 231 200 220
Binary 11100111 11001000 11011100
Octal 347 310 334

Shades and tints

Shades of #E7C8DC

#E7C8DC
(231,200,220)
#D2B6C8
(210,182,200)
#BDA4B4
(189,164,180)
#A892A0
(168,146,160)
#93808C
(147,128,140)
#7E6E78
(126,110,120)
#695C64
(105,92,100)
#544A50
(84,74,80)
#3F383C
(63,56,60)
#2A2628
(42,38,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7C8DC

#E7C8DC
(231,200,220)
#E9CDDF
(233,205,223)
#EBD2E2
(235,210,226)
#EDD7E5
(237,215,229)
#EFDCE8
(239,220,232)
#F1E1EB
(241,225,235)
#F3E6EE
(243,230,238)
#F5EBF1
(245,235,241)
#F7F0F4
(247,240,244)
#F9F5F7
(249,245,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C8DC; }

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

This text font color is #E7C8DC.

Background Color

.myBgColor { background-color: #E7C8DC; }

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

This div background color is #E7C8DC.

Border color

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

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

This div border color is #E7C8DC.

Opacity

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

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

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

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

This text has shadow with #E7C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C8DC.

Preview

Color preview on black background

This text has color #E7C8DC on black background.


Color preview on white background

This text has color #E7C8DC on white background.


Black color preview on #E7C8DC background

This text has black color on #E7C8DC background.


White color preview on #E7C8DC background

This text has white color on #E7C8DC background.


Related colors

Complementary color

Complementary color for #hex is #183723.


I love getcolorcode.com

Triadic colors

1 #DCE7C8 and #C8DCE7 with #E7C8DC are triadic colors.

2 #DCC8E7 and #C8E7DC with #E7C8DC are triadic colors.