COLOR #E1ADE0

HEX: #E1ADE0
RGB: (225,173,224)

Color info

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

RGB color model

#E1ADE0 color RGB value is (225,173,224).

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

RGB channels and saturation

R 225 of 255 = 88%
G 173 of 255 = 68%
B 224 of 255 = 88%

225
173
224

R + G + B ~ 81%. #E1ADE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 173 + 224 = 622 (100%)
R 225 of 622 ~ 36.17%
G 173 of 622 ~ 27.81%
B 224 of 622 ~ 36.01%

%36.17
%27.81
%36.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 0.44%
  • key color value is 11.76%
CMYK:
(0,23,0,12)
C0M23Y0K12 
(0%,23%,0%,12%)
(0.00/0.23/0.00/0.12)	

CMYK percentages

%0
%23.11
%0.44
%11.76

Codes

Color #E1ADE0 in popluar color models

E1ADE0
RGB225173224
HSL301°46.43%78.04%
HSB/HSV301°23.11%88.24%
CMYK0.00%23.11%0.44%
11.76%

Color #E1ADE0 in popluar number systems.

HEXE1ADE0
Decimal225173224
Binary111000011010110111100000
Octal341255340

Shades and tints

Shades of #E1ADE0

#E1ADE0
(225,173,224)
#CD9ECC
(205,158,204)
#B98FB8
(185,143,184)
#A580A4
(165,128,164)
#917190
(145,113,144)
#7D627C
(125,98,124)
#695368
(105,83,104)
#554454
(85,68,84)
#413540
(65,53,64)
#2D262C
(45,38,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1ADE0

#E1ADE0
(225,173,224)
#E3B4E2
(227,180,226)
#E5BBE4
(229,187,228)
#E7C2E6
(231,194,230)
#E9C9E8
(233,201,232)
#EBD0EA
(235,208,234)
#EDD7EC
(237,215,236)
#EFDEEE
(239,222,238)
#F1E5F0
(241,229,240)
#F3ECF2
(243,236,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ADE0; }

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

This text font color is #E1ADE0.


Background Color

.myBgColor { background-color: #E1ADE0; }

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

This div background color is #E1ADE0.


Border color

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

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

This div border color is #E1ADE0.


Opacity

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

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

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

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

This text has shadow with #E1ADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ADE0 on black background.


Color preview on white background

This text has color #E1ADE0 on white background.



Black color preview on #E1ADE0 background

This text has black color on #E1ADE0 background.


White color preview on #E1ADE0 background

This text has white color on #E1ADE0 background.