COLOR #E8C3CA

HEX: #E8C3CA RGB: (232,195,202)

Color info

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

RGB color model

#E8C3CA color RGB value is (232,195,202).

RGB: (232,195,202) (91%, 76%, 79%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 202 of 255 = 79%

232
195
202

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

Portions of RGB colors in percentages

R + G + B = 232 + 195 + 202 = 629 (100%)
R 232 of 629 ~ 36.88%
G 195 of 629 ~ 31%
B 202 of 629 ~ 32.11'%

%36.88
%31
%32.11

CMYK color model

#E8C3CA color CMYK value is (0,16,13,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 12.93%
  • key color value is 9.02%

CMYK: (0,16,13,9)
C0M16Y13K9 (0%, 16%, 13%, 9%)
(0.00 / 0.16 / 0.13 / 0.09)

CMYK percentages

%0
%15.95
%12.93
%9.02

Codes

Color #E8C3CA in popluar color models

E8 C3 CA
RGB 232 195 202
HSL 349° 44.58% 83.73%
HSB/HSV 349° 15.95% 90.98%
CMYK 0.00% 15.95% 12.93%
9.02%

Color #E8C3CA in popluar number systems.

HEX E8 C3 CA
Decimal 232 195 202
Binary 11101000 11000011 11001010
Octal 350 303 312

Shades and tints

Shades of #E8C3CA

#E8C3CA
(232,195,202)
#D3B2B8
(211,178,184)
#BEA1A6
(190,161,166)
#A99094
(169,144,148)
#947F82
(148,127,130)
#7F6E70
(127,110,112)
#6A5D5E
(106,93,94)
#554C4C
(85,76,76)
#403B3A
(64,59,58)
#2B2A28
(43,42,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #E8C3CA

#E8C3CA
(232,195,202)
#EAC8CE
(234,200,206)
#ECCDD2
(236,205,210)
#EED2D6
(238,210,214)
#F0D7DA
(240,215,218)
#F2DCDE
(242,220,222)
#F4E1E2
(244,225,226)
#F6E6E6
(246,230,230)
#F8EBEA
(248,235,234)
#FAF0EE
(250,240,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C3CA; }

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

This text font color is #E8C3CA.

Background Color

.myBgColor { background-color: #E8C3CA; }

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

This div background color is #E8C3CA.

Border color

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

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

This div border color is #E8C3CA.

Opacity

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

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

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

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

This text has shadow with #E8C3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C3CA.

Preview

Color preview on black background

This text has color #E8C3CA on black background.


Color preview on white background

This text has color #E8C3CA on white background.


Black color preview on #E8C3CA background

This text has black color on #E8C3CA background.


White color preview on #E8C3CA background

This text has white color on #E8C3CA background.


Related colors

Complementary color

Complementary color for #hex is #173C35.


I love getcolorcode.com

Triadic colors

1 #CAE8C3 and #C3CAE8 with #E8C3CA are triadic colors.

2 #CAC3E8 and #C3E8CA with #E8C3CA are triadic colors.