COLOR #E8AED5

HEX: #E8AED5
RGB: (232,174,213)

Color info

#E8AED5 contains red, green and blue colors in about the same proportion. Web safe color of #E8AED5 is #FF99CC (or #F9C).

RGB color model

#E8AED5 color RGB value is (232,174,213).

  • red value is 232;
  • green value is 174;
  • blue value is 213.
RGB:
(232,174,213)
(91%,68%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 174 of 255 = 68%
B 213 of 255 = 84%

232
174
213

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

Portions of RGB colors in percentages

R + G + B =
232 + 174 + 213 = 619 (100%)
R 232 of 619 ~ 37.48%
G 174 of 619 ~ 28.11%
B 213 of 619 ~ 34.41%

%37.48
%28.11
%34.41

CMYK color model

#E8AED5 color CMYK value is (0,25,8,9).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 8.19%
  • key color value is 9.02%
CMYK:
(0,25,8,9)
C0M25Y8K9 
(0%,25%,8%,9%)
(0.00/0.25/0.08/0.09)	

CMYK percentages

%0
%25
%8.19
%9.02

Codes

Color #E8AED5 in popluar color models

E8AED5
RGB232174213
HSL320°55.77%79.61%
HSB/HSV320°25.00%90.98%
CMYK0.00%25.00%8.19%
9.02%

Color #E8AED5 in popluar number systems.

HEXE8AED5
Decimal232174213
Binary111010001010111011010101
Octal350256325

Shades and tints

Shades of #E8AED5

#E8AED5
(232,174,213)
#D39FC2
(211,159,194)
#BE90AF
(190,144,175)
#A9819C
(169,129,156)
#947289
(148,114,137)
#7F6376
(127,99,118)
#6A5463
(106,84,99)
#554550
(85,69,80)
#40363D
(64,54,61)
#2B272A
(43,39,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #E8AED5

#E8AED5
(232,174,213)
#EAB5D8
(234,181,216)
#ECBCDB
(236,188,219)
#EEC3DE
(238,195,222)
#F0CAE1
(240,202,225)
#F2D1E4
(242,209,228)
#F4D8E7
(244,216,231)
#F6DFEA
(246,223,234)
#F8E6ED
(248,230,237)
#FAEDF0
(250,237,240)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AED5 color. Also use rgb(232,174,213) instead hex code.

Text Font Color

.myTextColor { color: #E8AED5; }

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

This text font color is #E8AED5.


Background Color

.myBgColor { background-color: #E8AED5; }

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

This div background color is #E8AED5.


Border color

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

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

This div border color is #E8AED5.


Opacity

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

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

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

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

This text has shadow with #E8AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AED5 on black background.


Color preview on white background

This text has color #E8AED5 on white background.



Black color preview on #E8AED5 background

This text has black color on #E8AED5 background.


White color preview on #E8AED5 background

This text has white color on #E8AED5 background.