COLOR #E0AED7

HEX: #E0AED7
RGB: (224,174,215)

Color info

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

RGB color model

#E0AED7 color RGB value is (224,174,215).

  • red value is 224;
  • green value is 174;
  • blue value is 215.
RGB:
(224,174,215)
(88%,68%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 215 of 255 = 84%

224
174
215

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

Portions of RGB colors in percentages

R + G + B =
224 + 174 + 215 = 613 (100%)
R 224 of 613 ~ 36.54%
G 174 of 613 ~ 28.38%
B 215 of 613 ~ 35.07%

%36.54
%28.38
%35.07

CMYK color model

#E0AED7 color CMYK value is (0,22,4,12).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(0,22,4,12)
C0M22Y4K12 
(0%,22%,4%,12%)
(0.00/0.22/0.04/0.12)	

CMYK percentages

%0
%22.32
%4.02
%12.16

Codes

Color #E0AED7 in popluar color models

E0AED7
RGB224174215
HSL311°44.64%78.04%
HSB/HSV311°22.32%87.84%
CMYK0.00%22.32%4.02%
12.16%

Color #E0AED7 in popluar number systems.

HEXE0AED7
Decimal224174215
Binary111000001010111011010111
Octal340256327

Shades and tints

Shades of #E0AED7

#E0AED7
(224,174,215)
#CC9FC4
(204,159,196)
#B890B1
(184,144,177)
#A4819E
(164,129,158)
#90728B
(144,114,139)
#7C6378
(124,99,120)
#685465
(104,84,101)
#544552
(84,69,82)
#40363F
(64,54,63)
#2C272C
(44,39,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #E0AED7

#E0AED7
(224,174,215)
#E2B5DA
(226,181,218)
#E4BCDD
(228,188,221)
#E6C3E0
(230,195,224)
#E8CAE3
(232,202,227)
#EAD1E6
(234,209,230)
#ECD8E9
(236,216,233)
#EEDFEC
(238,223,236)
#F0E6EF
(240,230,239)
#F2EDF2
(242,237,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AED7 color. Also use rgb(224,174,215) instead hex code.

Text Font Color

.myTextColor { color: #E0AED7; }

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

This text font color is #E0AED7.


Background Color

.myBgColor { background-color: #E0AED7; }

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

This div background color is #E0AED7.


Border color

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

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

This div border color is #E0AED7.


Opacity

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

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

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

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

This text has shadow with #E0AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AED7 on black background.


Color preview on white background

This text has color #E0AED7 on white background.



Black color preview on #E0AED7 background

This text has black color on #E0AED7 background.


White color preview on #E0AED7 background

This text has white color on #E0AED7 background.