COLOR #E0C9CA

HEX: #E0C9CA
RGB: (224,201,202)

Color info

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

RGB color model

#E0C9CA color RGB value is (224,201,202).

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

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 202 of 255 = 79%

224
201
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 201 + 202 = 627 (100%)
R 224 of 627 ~ 35.73%
G 201 of 627 ~ 32.06%
B 202 of 627 ~ 32.22%

%35.73
%32.06
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(0,10,10,12)
C0M10Y10K12 
(0%,10%,10%,12%)
(0.00/0.10/0.10/0.12)	

CMYK percentages

%0
%10.27
%9.82
%12.16

Codes

Color #E0C9CA in popluar color models

E0C9CA
RGB224201202
HSL357°27.06%83.33%
HSB/HSV357°10.27%87.84%
CMYK0.00%10.27%9.82%
12.16%

Color #E0C9CA in popluar number systems.

HEXE0C9CA
Decimal224201202
Binary111000001100100111001010
Octal340311312

Shades and tints

Shades of #E0C9CA

#E0C9CA
(224,201,202)
#CCB7B8
(204,183,184)
#B8A5A6
(184,165,166)
#A49394
(164,147,148)
#908182
(144,129,130)
#7C6F70
(124,111,112)
#685D5E
(104,93,94)
#544B4C
(84,75,76)
#40393A
(64,57,58)
#2C2728
(44,39,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0C9CA

#E0C9CA
(224,201,202)
#E2CDCE
(226,205,206)
#E4D1D2
(228,209,210)
#E6D5D6
(230,213,214)
#E8D9DA
(232,217,218)
#EADDDE
(234,221,222)
#ECE1E2
(236,225,226)
#EEE5E6
(238,229,230)
#F0E9EA
(240,233,234)
#F2EDEE
(242,237,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C9CA; }

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

This text font color is #E0C9CA.


Background Color

.myBgColor { background-color: #E0C9CA; }

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

This div background color is #E0C9CA.


Border color

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

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

This div border color is #E0C9CA.


Opacity

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

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

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

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

This text has shadow with #E0C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C9CA on black background.


Color preview on white background

This text has color #E0C9CA on white background.



Black color preview on #E0C9CA background

This text has black color on #E0C9CA background.


White color preview on #E0C9CA background

This text has white color on #E0C9CA background.