COLOR #E8C7C5

HEX: #E8C7C5 RGB: (232,199,197)

Color info

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

RGB color model

#E8C7C5 color RGB value is (232,199,197).

RGB: (232,199,197) (91%, 78%, 77%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 197 of 255 = 77%

232
199
197

R + G + B ~ 82%. #E8C7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 199 + 197 = 628 (100%)
R 232 of 628 ~ 36.94%
G 199 of 628 ~ 31.69%
B 197 of 628 ~ 31.37'%

%36.94
%31.69
%31.37

CMYK color model

#E8C7C5 color CMYK value is (0,14,15,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 15.09%
  • key color value is 9.02%

CMYK: (0,14,15,9)
C0M14Y15K9 (0%, 14%, 15%, 9%)
(0.00 / 0.14 / 0.15 / 0.09)

CMYK percentages

%0
%14.22
%15.09
%9.02

Codes

Color #E8C7C5 in popluar color models

E8 C7 C5
RGB 232 199 197
HSL 43.21% 84.12%
HSB/HSV 15.09% 90.98%
CMYK 0.00% 14.22% 15.09%
9.02%

Color #E8C7C5 in popluar number systems.

HEX E8 C7 C5
Decimal 232 199 197
Binary 11101000 11000111 11000101
Octal 350 307 305

Shades and tints

Shades of #E8C7C5

#E8C7C5
(232,199,197)
#D3B5B4
(211,181,180)
#BEA3A3
(190,163,163)
#A99192
(169,145,146)
#947F81
(148,127,129)
#7F6D70
(127,109,112)
#6A5B5F
(106,91,95)
#55494E
(85,73,78)
#40373D
(64,55,61)
#2B252C
(43,37,44)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #E8C7C5

#E8C7C5
(232,199,197)
#EACCCA
(234,204,202)
#ECD1CF
(236,209,207)
#EED6D4
(238,214,212)
#F0DBD9
(240,219,217)
#F2E0DE
(242,224,222)
#F4E5E3
(244,229,227)
#F6EAE8
(246,234,232)
#F8EFED
(248,239,237)
#FAF4F2
(250,244,242)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C7C5; }

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

This text font color is #E8C7C5.

Background Color

.myBgColor { background-color: #E8C7C5; }

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

This div background color is #E8C7C5.

Border color

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

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

This div border color is #E8C7C5.

Opacity

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

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

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

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

This text has shadow with #E8C7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C7C5.

Preview

Color preview on black background

This text has color #E8C7C5 on black background.


Color preview on white background

This text has color #E8C7C5 on white background.


Black color preview on #E8C7C5 background

This text has black color on #E8C7C5 background.


White color preview on #E8C7C5 background

This text has white color on #E8C7C5 background.


Related colors

Complementary color

Complementary color for #hex is #17383A.


I love getcolorcode.com

Triadic colors

1 #C5E8C7 and #C7C5E8 with #E8C7C5 are triadic colors.

2 #C5C7E8 and #C7E8C5 with #E8C7C5 are triadic colors.