COLOR #E0C4CA

HEX: #E0C4CA
RGB: (224,196,202)

Color info

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

RGB color model

#E0C4CA color RGB value is (224,196,202).

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

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 202 of 255 = 79%

224
196
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 196 + 202 = 622 (100%)
R 224 of 622 ~ 36.01%
G 196 of 622 ~ 31.51%
B 202 of 622 ~ 32.48%

%36.01
%31.51
%32.48

CMYK color model

#E0C4CA color CMYK value is (0,13,10,12).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(0,13,10,12)
C0M13Y10K12 
(0%,13%,10%,12%)
(0.00/0.13/0.10/0.12)	

CMYK percentages

%0
%12.5
%9.82
%12.16

Codes

Color #E0C4CA in popluar color models

E0C4CA
RGB224196202
HSL347°31.11%82.35%
HSB/HSV347°12.50%87.84%
CMYK0.00%12.50%9.82%
12.16%

Color #E0C4CA in popluar number systems.

HEXE0C4CA
Decimal224196202
Binary111000001100010011001010
Octal340304312

Shades and tints

Shades of #E0C4CA

#E0C4CA
(224,196,202)
#CCB3B8
(204,179,184)
#B8A2A6
(184,162,166)
#A49194
(164,145,148)
#908082
(144,128,130)
#7C6F70
(124,111,112)
#685E5E
(104,94,94)
#544D4C
(84,77,76)
#403C3A
(64,60,58)
#2C2B28
(44,43,40)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0C4CA

#E0C4CA
(224,196,202)
#E2C9CE
(226,201,206)
#E4CED2
(228,206,210)
#E6D3D6
(230,211,214)
#E8D8DA
(232,216,218)
#EADDDE
(234,221,222)
#ECE2E2
(236,226,226)
#EEE7E6
(238,231,230)
#F0ECEA
(240,236,234)
#F2F1EE
(242,241,238)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C4CA; }

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

This text font color is #E0C4CA.


Background Color

.myBgColor { background-color: #E0C4CA; }

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

This div background color is #E0C4CA.


Border color

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

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

This div border color is #E0C4CA.


Opacity

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

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

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

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

This text has shadow with #E0C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C4CA on black background.


Color preview on white background

This text has color #E0C4CA on white background.



Black color preview on #E0C4CA background

This text has black color on #E0C4CA background.


White color preview on #E0C4CA background

This text has white color on #E0C4CA background.