COLOR #E0C1C5

HEX: #E0C1C5
RGB: (224,193,197)

Color info

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

RGB color model

#E0C1C5 color RGB value is (224,193,197).

  • red value is 224;
  • green value is 193;
  • blue value is 197.
RGB:
(224,193,197)
(88%,76%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 197 of 255 = 77%

224
193
197

R + G + B ~ 80%. #E0C1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 193 + 197 = 614 (100%)
R 224 of 614 ~ 36.48%
G 193 of 614 ~ 31.43%
B 197 of 614 ~ 32.08%

%36.48
%31.43
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(0,14,12,12)
C0M14Y12K12 
(0%,14%,12%,12%)
(0.00/0.14/0.12/0.12)	

CMYK percentages

%0
%13.84
%12.05
%12.16

Codes

Color #E0C1C5 in popluar color models

E0C1C5
RGB224193197
HSL352°33.33%81.76%
HSB/HSV352°13.84%87.84%
CMYK0.00%13.84%12.05%
12.16%

Color #E0C1C5 in popluar number systems.

HEXE0C1C5
Decimal224193197
Binary111000001100000111000101
Octal340301305

Shades and tints

Shades of #E0C1C5

#E0C1C5
(224,193,197)
#CCB0B4
(204,176,180)
#B89FA3
(184,159,163)
#A48E92
(164,142,146)
#907D81
(144,125,129)
#7C6C70
(124,108,112)
#685B5F
(104,91,95)
#544A4E
(84,74,78)
#40393D
(64,57,61)
#2C282C
(44,40,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E0C1C5

#E0C1C5
(224,193,197)
#E2C6CA
(226,198,202)
#E4CBCF
(228,203,207)
#E6D0D4
(230,208,212)
#E8D5D9
(232,213,217)
#EADADE
(234,218,222)
#ECDFE3
(236,223,227)
#EEE4E8
(238,228,232)
#F0E9ED
(240,233,237)
#F2EEF2
(242,238,242)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C1C5 color. Also use rgb(224,193,197) instead hex code.

Text Font Color

.myTextColor { color: #E0C1C5; }

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

This text font color is #E0C1C5.


Background Color

.myBgColor { background-color: #E0C1C5; }

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

This div background color is #E0C1C5.


Border color

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

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

This div border color is #E0C1C5.


Opacity

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

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

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

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

This text has shadow with #E0C1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C1C5 on black background.


Color preview on white background

This text has color #E0C1C5 on white background.



Black color preview on #E0C1C5 background

This text has black color on #E0C1C5 background.


White color preview on #E0C1C5 background

This text has white color on #E0C1C5 background.