COLOR #E1C0D1

HEX: #E1C0D1
RGB: (225,192,209)

Color info

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

RGB color model

#E1C0D1 color RGB value is (225,192,209).

  • red value is 225;
  • green value is 192;
  • blue value is 209.
RGB:
(225,192,209)
(88%,75%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 209 of 255 = 82%

225
192
209

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

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 209 = 626 (100%)
R 225 of 626 ~ 35.94%
G 192 of 626 ~ 30.67%
B 209 of 626 ~ 33.39%

%35.94
%30.67
%33.39

CMYK color model

#E1C0D1 color CMYK value is (0,15,7,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(0,15,7,12)
C0M15Y7K12 
(0%,15%,7%,12%)
(0.00/0.15/0.07/0.12)	

CMYK percentages

%0
%14.67
%7.11
%11.76

Codes

Color #E1C0D1 in popluar color models

E1C0D1
RGB225192209
HSL329°35.48%81.76%
HSB/HSV329°14.67%88.24%
CMYK0.00%14.67%7.11%
11.76%

Color #E1C0D1 in popluar number systems.

HEXE1C0D1
Decimal225192209
Binary111000011100000011010001
Octal341300321

Shades and tints

Shades of #E1C0D1

#E1C0D1
(225,192,209)
#CDAFBE
(205,175,190)
#B99EAB
(185,158,171)
#A58D98
(165,141,152)
#917C85
(145,124,133)
#7D6B72
(125,107,114)
#695A5F
(105,90,95)
#55494C
(85,73,76)
#413839
(65,56,57)
#2D2726
(45,39,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #E1C0D1

#E1C0D1
(225,192,209)
#E3C5D5
(227,197,213)
#E5CAD9
(229,202,217)
#E7CFDD
(231,207,221)
#E9D4E1
(233,212,225)
#EBD9E5
(235,217,229)
#EDDEE9
(237,222,233)
#EFE3ED
(239,227,237)
#F1E8F1
(241,232,241)
#F3EDF5
(243,237,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C0D1 color. Also use rgb(225,192,209) instead hex code.

Text Font Color

.myTextColor { color: #E1C0D1; }

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

This text font color is #E1C0D1.


Background Color

.myBgColor { background-color: #E1C0D1; }

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

This div background color is #E1C0D1.


Border color

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

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

This div border color is #E1C0D1.


Opacity

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

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

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

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

This text has shadow with #E1C0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C0D1 on black background.


Color preview on white background

This text has color #E1C0D1 on white background.



Black color preview on #E1C0D1 background

This text has black color on #E1C0D1 background.


White color preview on #E1C0D1 background

This text has white color on #E1C0D1 background.