COLOR #E9AED2

HEX: #E9AED2
RGB: (233,174,210)

Color info

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

RGB color model

#E9AED2 color RGB value is (233,174,210).

  • red value is 233;
  • green value is 174;
  • blue value is 210.
RGB:
(233,174,210)
(91%,68%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 174 of 255 = 68%
B 210 of 255 = 82%

233
174
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 174 + 210 = 617 (100%)
R 233 of 617 ~ 37.76%
G 174 of 617 ~ 28.2%
B 210 of 617 ~ 34.04%

%37.76
%28.2
%34.04

CMYK color model

#E9AED2 color CMYK value is (0,25,10,9).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(0,25,10,9)
C0M25Y10K9 
(0%,25%,10%,9%)
(0.00/0.25/0.10/0.09)	

CMYK percentages

%0
%25.32
%9.87
%8.63

Codes

Color #E9AED2 in popluar color models

E9AED2
RGB233174210
HSL323°57.28%79.80%
HSB/HSV323°25.32%91.37%
CMYK0.00%25.32%9.87%
8.63%

Color #E9AED2 in popluar number systems.

HEXE9AED2
Decimal233174210
Binary111010011010111011010010
Octal351256322

Shades and tints

Shades of #E9AED2

#E9AED2
(233,174,210)
#D49FBF
(212,159,191)
#BF90AC
(191,144,172)
#AA8199
(170,129,153)
#957286
(149,114,134)
#806373
(128,99,115)
#6B5460
(107,84,96)
#56454D
(86,69,77)
#41363A
(65,54,58)
#2C2727
(44,39,39)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #E9AED2

#E9AED2
(233,174,210)
#EBB5D6
(235,181,214)
#EDBCDA
(237,188,218)
#EFC3DE
(239,195,222)
#F1CAE2
(241,202,226)
#F3D1E6
(243,209,230)
#F5D8EA
(245,216,234)
#F7DFEE
(247,223,238)
#F9E6F2
(249,230,242)
#FBEDF6
(251,237,246)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AED2 color. Also use rgb(233,174,210) instead hex code.

Text Font Color

.myTextColor { color: #E9AED2; }

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

This text font color is #E9AED2.


Background Color

.myBgColor { background-color: #E9AED2; }

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

This div background color is #E9AED2.


Border color

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

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

This div border color is #E9AED2.


Opacity

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

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

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

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

This text has shadow with #E9AED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AED2 on black background.


Color preview on white background

This text has color #E9AED2 on white background.



Black color preview on #E9AED2 background

This text has black color on #E9AED2 background.


White color preview on #E9AED2 background

This text has white color on #E9AED2 background.