COLOR #E5C4CA

HEX: #E5C4CA
RGB: (229,196,202)

Color info

#E5C4CA contains red, green and blue colors in about the same proportion. Web safe color of #E5C4CA is #CCCCCC (or #CCC).

RGB color model

#E5C4CA color RGB value is (229,196,202).

  • red value is 229;
  • green value is 196;
  • blue value is 202.
RGB:
(229,196,202)
(90%,77%,79%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 202 of 255 = 79%

229
196
202

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

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 202 = 627 (100%)
R 229 of 627 ~ 36.52%
G 196 of 627 ~ 31.26%
B 202 of 627 ~ 32.22%

%36.52
%31.26
%32.22

CMYK color model

#E5C4CA color CMYK value is (0,14,12,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(0,14,12,10)
C0M14Y12K10 
(0%,14%,12%,10%)
(0.00/0.14/0.12/0.10)	

CMYK percentages

%0
%14.41
%11.79
%10.2

Codes

Color #E5C4CA in popluar color models

E5C4CA
RGB229196202
HSL349°38.82%83.33%
HSB/HSV349°14.41%89.80%
CMYK0.00%14.41%11.79%
10.20%

Color #E5C4CA in popluar number systems.

HEXE5C4CA
Decimal229196202
Binary111001011100010011001010
Octal345304312

Shades and tints

Shades of #E5C4CA

#E5C4CA
(229,196,202)
#D1B3B8
(209,179,184)
#BDA2A6
(189,162,166)
#A99194
(169,145,148)
#958082
(149,128,130)
#816F70
(129,111,112)
#6D5E5E
(109,94,94)
#594D4C
(89,77,76)
#453C3A
(69,60,58)
#312B28
(49,43,40)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #E5C4CA

#E5C4CA
(229,196,202)
#E7C9CE
(231,201,206)
#E9CED2
(233,206,210)
#EBD3D6
(235,211,214)
#EDD8DA
(237,216,218)
#EFDDDE
(239,221,222)
#F1E2E2
(241,226,226)
#F3E7E6
(243,231,230)
#F5ECEA
(245,236,234)
#F7F1EE
(247,241,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C4CA color. Also use rgb(229,196,202) instead hex code.

Text Font Color

.myTextColor { color: #E5C4CA; }

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

This text font color is #E5C4CA.


Background Color

.myBgColor { background-color: #E5C4CA; }

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

This div background color is #E5C4CA.


Border color

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

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

This div border color is #E5C4CA.


Opacity

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

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

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

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

This text has shadow with #E5C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C4CA on black background.


Color preview on white background

This text has color #E5C4CA on white background.



Black color preview on #E5C4CA background

This text has black color on #E5C4CA background.


White color preview on #E5C4CA background

This text has white color on #E5C4CA background.