COLOR #E0C6CA

HEX: #E0C6CA
RGB: (224,198,202)

Color info

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

RGB color model

#E0C6CA color RGB value is (224,198,202).

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

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 202 of 255 = 79%

224
198
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 198 + 202 = 624 (100%)
R 224 of 624 ~ 35.9%
G 198 of 624 ~ 31.73%
B 202 of 624 ~ 32.37%

%35.9
%31.73
%32.37

CMYK color model

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

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

CMYK percentages

%0
%11.61
%9.82
%12.16

Codes

Color #E0C6CA in popluar color models

E0C6CA
RGB224198202
HSL351°29.55%82.75%
HSB/HSV351°11.61%87.84%
CMYK0.00%11.61%9.82%
12.16%

Color #E0C6CA in popluar number systems.

HEXE0C6CA
Decimal224198202
Binary111000001100011011001010
Octal340306312

Shades and tints

Shades of #E0C6CA

#E0C6CA
(224,198,202)
#CCB4B8
(204,180,184)
#B8A2A6
(184,162,166)
#A49094
(164,144,148)
#907E82
(144,126,130)
#7C6C70
(124,108,112)
#685A5E
(104,90,94)
#54484C
(84,72,76)
#40363A
(64,54,58)
#2C2428
(44,36,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #E0C6CA

#E0C6CA
(224,198,202)
#E2CBCE
(226,203,206)
#E4D0D2
(228,208,210)
#E6D5D6
(230,213,214)
#E8DADA
(232,218,218)
#EADFDE
(234,223,222)
#ECE4E2
(236,228,226)
#EEE9E6
(238,233,230)
#F0EEEA
(240,238,234)
#F2F3EE
(242,243,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6CA; }

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

This text font color is #E0C6CA.


Background Color

.myBgColor { background-color: #E0C6CA; }

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

This div background color is #E0C6CA.


Border color

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

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

This div border color is #E0C6CA.


Opacity

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

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

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

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

This text has shadow with #E0C6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C6CA on black background.


Color preview on white background

This text has color #E0C6CA on white background.



Black color preview on #E0C6CA background

This text has black color on #E0C6CA background.


White color preview on #E0C6CA background

This text has white color on #E0C6CA background.