COLOR #E1ACD2

HEX: #E1ACD2
RGB: (225,172,210)

Color info

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

RGB color model

#E1ACD2 color RGB value is (225,172,210).

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

RGB channels and saturation

R 225 of 255 = 88%
G 172 of 255 = 67%
B 210 of 255 = 82%

225
172
210

R + G + B ~ 79%. #E1ACD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 172 + 210 = 607 (100%)
R 225 of 607 ~ 37.07%
G 172 of 607 ~ 28.34%
B 210 of 607 ~ 34.6%

%37.07
%28.34
%34.6

CMYK color model

#E1ACD2 color CMYK value is (0,24,7,12).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(0,24,7,12)
C0M24Y7K12 
(0%,24%,7%,12%)
(0.00/0.24/0.07/0.12)	

CMYK percentages

%0
%23.56
%6.67
%11.76

Codes

Color #E1ACD2 in popluar color models

E1ACD2
RGB225172210
HSL317°46.90%77.84%
HSB/HSV317°23.56%88.24%
CMYK0.00%23.56%6.67%
11.76%

Color #E1ACD2 in popluar number systems.

HEXE1ACD2
Decimal225172210
Binary111000011010110011010010
Octal341254322

Shades and tints

Shades of #E1ACD2

#E1ACD2
(225,172,210)
#CD9DBF
(205,157,191)
#B98EAC
(185,142,172)
#A57F99
(165,127,153)
#917086
(145,112,134)
#7D6173
(125,97,115)
#695260
(105,82,96)
#55434D
(85,67,77)
#41343A
(65,52,58)
#2D2527
(45,37,39)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1ACD2

#E1ACD2
(225,172,210)
#E3B3D6
(227,179,214)
#E5BADA
(229,186,218)
#E7C1DE
(231,193,222)
#E9C8E2
(233,200,226)
#EBCFE6
(235,207,230)
#EDD6EA
(237,214,234)
#EFDDEE
(239,221,238)
#F1E4F2
(241,228,242)
#F3EBF6
(243,235,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ACD2; }

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

This text font color is #E1ACD2.


Background Color

.myBgColor { background-color: #E1ACD2; }

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

This div background color is #E1ACD2.


Border color

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

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

This div border color is #E1ACD2.


Opacity

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

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

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

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

This text has shadow with #E1ACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ACD2 on black background.


Color preview on white background

This text has color #E1ACD2 on white background.



Black color preview on #E1ACD2 background

This text has black color on #E1ACD2 background.


White color preview on #E1ACD2 background

This text has white color on #E1ACD2 background.