COLOR #E1C0D7

HEX: #E1C0D7
RGB: (225,192,215)

Color info

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

RGB color model

#E1C0D7 color RGB value is (225,192,215).

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

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 215 of 255 = 84%

225
192
215

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

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 215 = 632 (100%)
R 225 of 632 ~ 35.6%
G 192 of 632 ~ 30.38%
B 215 of 632 ~ 34.02%

%35.6
%30.38
%34.02

CMYK color model

#E1C0D7 color CMYK value is (0,15,4,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(0,15,4,12)
C0M15Y4K12 
(0%,15%,4%,12%)
(0.00/0.15/0.04/0.12)	

CMYK percentages

%0
%14.67
%4.44
%11.76

Codes

Color #E1C0D7 in popluar color models

E1C0D7
RGB225192215
HSL318°35.48%81.76%
HSB/HSV318°14.67%88.24%
CMYK0.00%14.67%4.44%
11.76%

Color #E1C0D7 in popluar number systems.

HEXE1C0D7
Decimal225192215
Binary111000011100000011010111
Octal341300327

Shades and tints

Shades of #E1C0D7

#E1C0D7
(225,192,215)
#CDAFC4
(205,175,196)
#B99EB1
(185,158,177)
#A58D9E
(165,141,158)
#917C8B
(145,124,139)
#7D6B78
(125,107,120)
#695A65
(105,90,101)
#554952
(85,73,82)
#41383F
(65,56,63)
#2D272C
(45,39,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1C0D7

#E1C0D7
(225,192,215)
#E3C5DA
(227,197,218)
#E5CADD
(229,202,221)
#E7CFE0
(231,207,224)
#E9D4E3
(233,212,227)
#EBD9E6
(235,217,230)
#EDDEE9
(237,222,233)
#EFE3EC
(239,227,236)
#F1E8EF
(241,232,239)
#F3EDF2
(243,237,242)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C0D7; }

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

This text font color is #E1C0D7.


Background Color

.myBgColor { background-color: #E1C0D7; }

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

This div background color is #E1C0D7.


Border color

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

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

This div border color is #E1C0D7.


Opacity

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

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

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

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

This text has shadow with #E1C0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C0D7 on black background.


Color preview on white background

This text has color #E1C0D7 on white background.



Black color preview on #E1C0D7 background

This text has black color on #E1C0D7 background.


White color preview on #E1C0D7 background

This text has white color on #E1C0D7 background.