COLOR #E8C2C0

HEX: #E8C2C0 RGB: (232,194,192)

Color info

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

RGB color model

#E8C2C0 color RGB value is (232,194,192).

RGB: (232,194,192) (91%, 76%, 75%)

RGB channels and saturation

R 232 of 255 = 91%
G 194 of 255 = 76%
B 192 of 255 = 75%

232
194
192

R + G + B ~ 81%. #E8C2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 194 + 192 = 618 (100%)
R 232 of 618 ~ 37.54%
G 194 of 618 ~ 31.39%
B 192 of 618 ~ 31.07'%

%37.54
%31.39
%31.07

CMYK color model

#E8C2C0 color CMYK value is (0,16,17,9).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 17.24%
  • key color value is 9.02%

CMYK: (0,16,17,9)
C0M16Y17K9 (0%, 16%, 17%, 9%)
(0.00 / 0.16 / 0.17 / 0.09)

CMYK percentages

%0
%16.38
%17.24
%9.02

Codes

Color #E8C2C0 in popluar color models

E8 C2 C0
RGB 232 194 192
HSL 46.51% 83.14%
HSB/HSV 17.24% 90.98%
CMYK 0.00% 16.38% 17.24%
9.02%

Color #E8C2C0 in popluar number systems.

HEX E8 C2 C0
Decimal 232 194 192
Binary 11101000 11000010 11000000
Octal 350 302 300

Shades and tints

Shades of #E8C2C0

#E8C2C0
(232,194,192)
#D3B1AF
(211,177,175)
#BEA09E
(190,160,158)
#A98F8D
(169,143,141)
#947E7C
(148,126,124)
#7F6D6B
(127,109,107)
#6A5C5A
(106,92,90)
#554B49
(85,75,73)
#403A38
(64,58,56)
#2B2927
(43,41,39)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #E8C2C0

#E8C2C0
(232,194,192)
#EAC7C5
(234,199,197)
#ECCCCA
(236,204,202)
#EED1CF
(238,209,207)
#F0D6D4
(240,214,212)
#F2DBD9
(242,219,217)
#F4E0DE
(244,224,222)
#F6E5E3
(246,229,227)
#F8EAE8
(248,234,232)
#FAEFED
(250,239,237)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C2C0 color. Also use rgb(232,194,192) instead hex code.

Text Font Color

.myTextColor { color: #E8C2C0; }

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

This text font color is #E8C2C0.

Background Color

.myBgColor { background-color: #E8C2C0; }

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

This div background color is #E8C2C0.

Border color

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

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

This div border color is #E8C2C0.

Opacity

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

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

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

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

This text has shadow with #E8C2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C2C0.

Preview

Color preview on black background

This text has color #E8C2C0 on black background.


Color preview on white background

This text has color #E8C2C0 on white background.


Black color preview on #E8C2C0 background

This text has black color on #E8C2C0 background.


White color preview on #E8C2C0 background

This text has white color on #E8C2C0 background.


Related colors

Complementary color

Complementary color for #hex is #173D3F.


I love getcolorcode.com

Triadic colors

1 #C0E8C2 and #C2C0E8 with #E8C2C0 are triadic colors.

2 #C0C2E8 and #C2E8C0 with #E8C2C0 are triadic colors.