COLOR #E8C4C7

HEX: #E8C4C7 RGB: (232,196,199)

Color info

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

RGB color model

#E8C4C7 color RGB value is (232,196,199).

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

RGB channels and saturation

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

232
196
199

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

Portions of RGB colors in percentages

R + G + B = 232 + 196 + 199 = 627 (100%)
R 232 of 627 ~ 37%
G 196 of 627 ~ 31.26%
B 199 of 627 ~ 31.74'%

%37
%31.26
%31.74

CMYK color model

#E8C4C7 color CMYK value is (0,16,14,9).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 14.22%
  • key color value is 9.02%
CMYK: (0,16,14,9) C0M16Y14K9 (0%,16%,14%,9%) (0.00/0.16/0.14/0.09) 

CMYK percentages

%0
%15.52
%14.22
%9.02

Codes

Color #E8C4C7 in popluar color models

E8 C4 C7
RGB 232 196 199
HSL 355° 43.90% 83.92%
HSB/HSV 355° 15.52% 90.98%
CMYK 0.00% 15.52% 14.22%
9.02%

Color #E8C4C7 in popluar number systems.

HEX E8 C4 C7
Decimal 232 196 199
Binary 11101000 11000100 11000111
Octal 350 304 307

Shades and tints

Shades of #E8C4C7

#E8C4C7
(232,196,199)
#D3B3B5
(211,179,181)
#BEA2A3
(190,162,163)
#A99191
(169,145,145)
#94807F
(148,128,127)
#7F6F6D
(127,111,109)
#6A5E5B
(106,94,91)
#554D49
(85,77,73)
#403C37
(64,60,55)
#2B2B25
(43,43,37)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #E8C4C7

#E8C4C7
(232,196,199)
#EAC9CC
(234,201,204)
#ECCED1
(236,206,209)
#EED3D6
(238,211,214)
#F0D8DB
(240,216,219)
#F2DDE0
(242,221,224)
#F4E2E5
(244,226,229)
#F6E7EA
(246,231,234)
#F8ECEF
(248,236,239)
#FAF1F4
(250,241,244)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C4C7; }

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

This text font color is #E8C4C7.

Background Color

.myBgColor { background-color: #E8C4C7; }

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

This div background color is #E8C4C7.

Border color

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

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

This div border color is #E8C4C7.

Opacity

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

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

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

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

This text has shadow with #E8C4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C4C7.

Preview

Color preview on black background

This text has color #E8C4C7 on black background.


Color preview on white background

This text has color #E8C4C7 on white background.


Black color preview on #E8C4C7 background

This text has black color on #E8C4C7 background.


White color preview on #E8C4C7 background

This text has white color on #E8C4C7 background.


Related colors

Complementary color

Complementary color for #hex is #173B38.


I love getcolorcode.com

Triadic colors

1 #C7E8C4 and #C4C7E8 with #E8C4C7 are triadic colors.

2 #C7C4E8 and #C4E8C7 with #E8C4C7 are triadic colors.