COLOR #E1ACDA

HEX: #E1ACDA
RGB: (225,172,218)

Color info

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

RGB color model

#E1ACDA color RGB value is (225,172,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 172 of 255 = 67%
B 218 of 255 = 85%

225
172
218

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

Portions of RGB colors in percentages

R + G + B =
225 + 172 + 218 = 615 (100%)
R 225 of 615 ~ 36.59%
G 172 of 615 ~ 27.97%
B 218 of 615 ~ 35.45%

%36.59
%27.97
%35.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,24,3,12)
C0M24Y3K12 
(0%,24%,3%,12%)
(0.00/0.24/0.03/0.12)	

CMYK percentages

%0
%23.56
%3.11
%11.76

Codes

Color #E1ACDA in popluar color models

E1ACDA
RGB225172218
HSL308°46.90%77.84%
HSB/HSV308°23.56%88.24%
CMYK0.00%23.56%3.11%
11.76%

Color #E1ACDA in popluar number systems.

HEXE1ACDA
Decimal225172218
Binary111000011010110011011010
Octal341254332

Shades and tints

Shades of #E1ACDA

#E1ACDA
(225,172,218)
#CD9DC7
(205,157,199)
#B98EB4
(185,142,180)
#A57FA1
(165,127,161)
#91708E
(145,112,142)
#7D617B
(125,97,123)
#695268
(105,82,104)
#554355
(85,67,85)
#413442
(65,52,66)
#2D252F
(45,37,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #E1ACDA

#E1ACDA
(225,172,218)
#E3B3DD
(227,179,221)
#E5BAE0
(229,186,224)
#E7C1E3
(231,193,227)
#E9C8E6
(233,200,230)
#EBCFE9
(235,207,233)
#EDD6EC
(237,214,236)
#EFDDEF
(239,221,239)
#F1E4F2
(241,228,242)
#F3EBF5
(243,235,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ACDA; }

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

This text font color is #E1ACDA.


Background Color

.myBgColor { background-color: #E1ACDA; }

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

This div background color is #E1ACDA.


Border color

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

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

This div border color is #E1ACDA.


Opacity

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

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

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

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

This text has shadow with #E1ACDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ACDA on black background.


Color preview on white background

This text has color #E1ACDA on white background.



Black color preview on #E1ACDA background

This text has black color on #E1ACDA background.


White color preview on #E1ACDA background

This text has white color on #E1ACDA background.