COLOR #E1ACD7

HEX: #E1ACD7
RGB: (225,172,215)

Color info

#E1ACD7 contains red, green and blue colors in about the same proportion. Web safe color of #E1ACD7 is #CC99CC (or #C9C).

RGB color model

#E1ACD7 color RGB value is (225,172,215).

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

RGB channels and saturation

R 225 of 255 = 88%
G 172 of 255 = 67%
B 215 of 255 = 84%

225
172
215

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

Portions of RGB colors in percentages

R + G + B =
225 + 172 + 215 = 612 (100%)
R 225 of 612 ~ 36.76%
G 172 of 612 ~ 28.1%
B 215 of 612 ~ 35.13%

%36.76
%28.1
%35.13

CMYK color model

#E1ACD7 color CMYK value is (0,24,4,12).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(0,24,4,12)
C0M24Y4K12 
(0%,24%,4%,12%)
(0.00/0.24/0.04/0.12)	

CMYK percentages

%0
%23.56
%4.44
%11.76

Codes

Color #E1ACD7 in popluar color models

E1ACD7
RGB225172215
HSL311°46.90%77.84%
HSB/HSV311°23.56%88.24%
CMYK0.00%23.56%4.44%
11.76%

Color #E1ACD7 in popluar number systems.

HEXE1ACD7
Decimal225172215
Binary111000011010110011010111
Octal341254327

Shades and tints

Shades of #E1ACD7

#E1ACD7
(225,172,215)
#CD9DC4
(205,157,196)
#B98EB1
(185,142,177)
#A57F9E
(165,127,158)
#91708B
(145,112,139)
#7D6178
(125,97,120)
#695265
(105,82,101)
#554352
(85,67,82)
#41343F
(65,52,63)
#2D252C
(45,37,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1ACD7

#E1ACD7
(225,172,215)
#E3B3DA
(227,179,218)
#E5BADD
(229,186,221)
#E7C1E0
(231,193,224)
#E9C8E3
(233,200,227)
#EBCFE6
(235,207,230)
#EDD6E9
(237,214,233)
#EFDDEC
(239,221,236)
#F1E4EF
(241,228,239)
#F3EBF2
(243,235,242)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ACD7; }

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

This text font color is #E1ACD7.


Background Color

.myBgColor { background-color: #E1ACD7; }

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

This div background color is #E1ACD7.


Border color

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

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

This div border color is #E1ACD7.


Opacity

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

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

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

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

This text has shadow with #E1ACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ACD7 on black background.


Color preview on white background

This text has color #E1ACD7 on white background.



Black color preview on #E1ACD7 background

This text has black color on #E1ACD7 background.


White color preview on #E1ACD7 background

This text has white color on #E1ACD7 background.