COLOR #E8C7D5

HEX: #E8C7D5 RGB: (232,199,213)

Color info

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

RGB color model

#E8C7D5 color RGB value is (232,199,213).

RGB: (232,199,213) (91%, 78%, 84%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 213 of 255 = 84%

232
199
213

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

Portions of RGB colors in percentages

R + G + B = 232 + 199 + 213 = 644 (100%)
R 232 of 644 ~ 36.02%
G 199 of 644 ~ 30.9%
B 213 of 644 ~ 33.07'%

%36.02
%30.9
%33.07

CMYK color model

#E8C7D5 color CMYK value is (0,14,8,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 8.19%
  • key color value is 9.02%
CMYK: (0,14,8,9) C0M14Y8K9 (0%,14%,8%,9%) (0.00/0.14/0.08/0.09) 

CMYK percentages

%0
%14.22
%8.19
%9.02

Codes

Color #E8C7D5 in popluar color models

E8 C7 D5
RGB 232 199 213
HSL 335° 41.77% 84.51%
HSB/HSV 335° 14.22% 90.98%
CMYK 0.00% 14.22% 8.19%
9.02%

Color #E8C7D5 in popluar number systems.

HEX E8 C7 D5
Decimal 232 199 213
Binary 11101000 11000111 11010101
Octal 350 307 325

Shades and tints

Shades of #E8C7D5

#E8C7D5
(232,199,213)
#D3B5C2
(211,181,194)
#BEA3AF
(190,163,175)
#A9919C
(169,145,156)
#947F89
(148,127,137)
#7F6D76
(127,109,118)
#6A5B63
(106,91,99)
#554950
(85,73,80)
#40373D
(64,55,61)
#2B252A
(43,37,42)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #E8C7D5

#E8C7D5
(232,199,213)
#EACCD8
(234,204,216)
#ECD1DB
(236,209,219)
#EED6DE
(238,214,222)
#F0DBE1
(240,219,225)
#F2E0E4
(242,224,228)
#F4E5E7
(244,229,231)
#F6EAEA
(246,234,234)
#F8EFED
(248,239,237)
#FAF4F0
(250,244,240)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C7D5 color. Also use rgb(232,199,213) instead hex code.

Text Font Color

.myTextColor { color: #E8C7D5; }

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

This text font color is #E8C7D5.

Background Color

.myBgColor { background-color: #E8C7D5; }

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

This div background color is #E8C7D5.

Border color

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

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

This div border color is #E8C7D5.

Opacity

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

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

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

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

This text has shadow with #E8C7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C7D5.

Preview

Color preview on black background

This text has color #E8C7D5 on black background.


Color preview on white background

This text has color #E8C7D5 on white background.


Black color preview on #E8C7D5 background

This text has black color on #E8C7D5 background.


White color preview on #E8C7D5 background

This text has white color on #E8C7D5 background.


Related colors

Complementary color

Complementary color for #hex is #17382A.


I love getcolorcode.com

Triadic colors

1 #D5E8C7 and #C7D5E8 with #E8C7D5 are triadic colors.

2 #D5C7E8 and #C7E8D5 with #E8C7D5 are triadic colors.