COLOR #E1ADD5

HEX: #E1ADD5
RGB: (225,173,213)

Color info

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

RGB color model

#E1ADD5 color RGB value is (225,173,213).

  • red value is 225;
  • green value is 173;
  • blue value is 213.
RGB:
(225,173,213)
(88%,68%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 173 of 255 = 68%
B 213 of 255 = 84%

225
173
213

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

Portions of RGB colors in percentages

R + G + B =
225 + 173 + 213 = 611 (100%)
R 225 of 611 ~ 36.82%
G 173 of 611 ~ 28.31%
B 213 of 611 ~ 34.86%

%36.82
%28.31
%34.86

CMYK color model

#E1ADD5 color CMYK value is (0,23,5,12).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,23,5,12)
C0M23Y5K12 
(0%,23%,5%,12%)
(0.00/0.23/0.05/0.12)	

CMYK percentages

%0
%23.11
%5.33
%11.76

Codes

Color #E1ADD5 in popluar color models

E1ADD5
RGB225173213
HSL314°46.43%78.04%
HSB/HSV314°23.11%88.24%
CMYK0.00%23.11%5.33%
11.76%

Color #E1ADD5 in popluar number systems.

HEXE1ADD5
Decimal225173213
Binary111000011010110111010101
Octal341255325

Shades and tints

Shades of #E1ADD5

#E1ADD5
(225,173,213)
#CD9EC2
(205,158,194)
#B98FAF
(185,143,175)
#A5809C
(165,128,156)
#917189
(145,113,137)
#7D6276
(125,98,118)
#695363
(105,83,99)
#554450
(85,68,80)
#41353D
(65,53,61)
#2D262A
(45,38,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1ADD5

#E1ADD5
(225,173,213)
#E3B4D8
(227,180,216)
#E5BBDB
(229,187,219)
#E7C2DE
(231,194,222)
#E9C9E1
(233,201,225)
#EBD0E4
(235,208,228)
#EDD7E7
(237,215,231)
#EFDEEA
(239,222,234)
#F1E5ED
(241,229,237)
#F3ECF0
(243,236,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ADD5 color. Also use rgb(225,173,213) instead hex code.

Text Font Color

.myTextColor { color: #E1ADD5; }

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

This text font color is #E1ADD5.


Background Color

.myBgColor { background-color: #E1ADD5; }

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

This div background color is #E1ADD5.


Border color

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

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

This div border color is #E1ADD5.


Opacity

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

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

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

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

This text has shadow with #E1ADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ADD5 on black background.


Color preview on white background

This text has color #E1ADD5 on white background.



Black color preview on #E1ADD5 background

This text has black color on #E1ADD5 background.


White color preview on #E1ADD5 background

This text has white color on #E1ADD5 background.