COLOR #E1C7DA

HEX: #E1C7DA
RGB: (225,199,218)

Color info

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

RGB color model

#E1C7DA color RGB value is (225,199,218).

  • red value is 225;
  • green value is 199;
  • blue value is 218.
RGB:
(225,199,218)
(88%,78%,85%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 218 of 255 = 85%

225
199
218

R + G + B ~ 84%. #E1C7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 199 + 218 = 642 (100%)
R 225 of 642 ~ 35.05%
G 199 of 642 ~ 31%
B 218 of 642 ~ 33.96%

%35.05
%31
%33.96

CMYK color model

#E1C7DA color CMYK value is (0,12,3,12).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,12,3,12)
C0M12Y3K12 
(0%,12%,3%,12%)
(0.00/0.12/0.03/0.12)	

CMYK percentages

%0
%11.56
%3.11
%11.76

Codes

Color #E1C7DA in popluar color models

E1C7DA
RGB225199218
HSL316°30.23%83.14%
HSB/HSV316°11.56%88.24%
CMYK0.00%11.56%3.11%
11.76%

Color #E1C7DA in popluar number systems.

HEXE1C7DA
Decimal225199218
Binary111000011100011111011010
Octal341307332

Shades and tints

Shades of #E1C7DA

#E1C7DA
(225,199,218)
#CDB5C7
(205,181,199)
#B9A3B4
(185,163,180)
#A591A1
(165,145,161)
#917F8E
(145,127,142)
#7D6D7B
(125,109,123)
#695B68
(105,91,104)
#554955
(85,73,85)
#413742
(65,55,66)
#2D252F
(45,37,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #E1C7DA

#E1C7DA
(225,199,218)
#E3CCDD
(227,204,221)
#E5D1E0
(229,209,224)
#E7D6E3
(231,214,227)
#E9DBE6
(233,219,230)
#EBE0E9
(235,224,233)
#EDE5EC
(237,229,236)
#EFEAEF
(239,234,239)
#F1EFF2
(241,239,242)
#F3F4F5
(243,244,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C7DA color. Also use rgb(225,199,218) instead hex code.

Text Font Color

.myTextColor { color: #E1C7DA; }

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

This text font color is #E1C7DA.


Background Color

.myBgColor { background-color: #E1C7DA; }

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

This div background color is #E1C7DA.


Border color

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

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

This div border color is #E1C7DA.


Opacity

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

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

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

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

This text has shadow with #E1C7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C7DA on black background.


Color preview on white background

This text has color #E1C7DA on white background.



Black color preview on #E1C7DA background

This text has black color on #E1C7DA background.


White color preview on #E1C7DA background

This text has white color on #E1C7DA background.