COLOR #E8C5CA

HEX: #E8C5CA
RGB: (232,197,202)

Color info

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

RGB color model

#E8C5CA color RGB value is (232,197,202).

  • red value is 232;
  • green value is 197;
  • blue value is 202.
RGB:
(232,197,202)
(91%,77%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 202 of 255 = 79%

232
197
202

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

Portions of RGB colors in percentages

R + G + B =
232 + 197 + 202 = 631 (100%)
R 232 of 631 ~ 36.77%
G 197 of 631 ~ 31.22%
B 202 of 631 ~ 32.01%

%36.77
%31.22
%32.01

CMYK color model

#E8C5CA color CMYK value is (0,15,13,9).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 12.93%
  • key color value is 9.02%
CMYK:
(0,15,13,9)
C0M15Y13K9 
(0%,15%,13%,9%)
(0.00/0.15/0.13/0.09)	

CMYK percentages

%0
%15.09
%12.93
%9.02

Codes

Color #E8C5CA in popluar color models

E8C5CA
RGB232197202
HSL351°43.21%84.12%
HSB/HSV351°15.09%90.98%
CMYK0.00%15.09%12.93%
9.02%

Color #E8C5CA in popluar number systems.

HEXE8C5CA
Decimal232197202
Binary111010001100010111001010
Octal350305312

Shades and tints

Shades of #E8C5CA

#E8C5CA
(232,197,202)
#D3B4B8
(211,180,184)
#BEA3A6
(190,163,166)
#A99294
(169,146,148)
#948182
(148,129,130)
#7F7070
(127,112,112)
#6A5F5E
(106,95,94)
#554E4C
(85,78,76)
#403D3A
(64,61,58)
#2B2C28
(43,44,40)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8C5CA

#E8C5CA
(232,197,202)
#EACACE
(234,202,206)
#ECCFD2
(236,207,210)
#EED4D6
(238,212,214)
#F0D9DA
(240,217,218)
#F2DEDE
(242,222,222)
#F4E3E2
(244,227,226)
#F6E8E6
(246,232,230)
#F8EDEA
(248,237,234)
#FAF2EE
(250,242,238)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C5CA; }

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

This text font color is #E8C5CA.


Background Color

.myBgColor { background-color: #E8C5CA; }

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

This div background color is #E8C5CA.


Border color

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

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

This div border color is #E8C5CA.


Opacity

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

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

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

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

This text has shadow with #E8C5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C5CA on black background.


Color preview on white background

This text has color #E8C5CA on white background.



Black color preview on #E8C5CA background

This text has black color on #E8C5CA background.


White color preview on #E8C5CA background

This text has white color on #E8C5CA background.