COLOR #E6AED7

HEX: #E6AED7
RGB: (230,174,215)

Color info

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

RGB color model

#E6AED7 color RGB value is (230,174,215).

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

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 215 of 255 = 84%

230
174
215

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

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 215 = 619 (100%)
R 230 of 619 ~ 37.16%
G 174 of 619 ~ 28.11%
B 215 of 619 ~ 34.73%

%37.16
%28.11
%34.73

CMYK color model

#E6AED7 color CMYK value is (0,24,7,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(0,24,7,10)
C0M24Y7K10 
(0%,24%,7%,10%)
(0.00/0.24/0.07/0.10)	

CMYK percentages

%0
%24.35
%6.52
%9.8

Codes

Color #E6AED7 in popluar color models

E6AED7
RGB230174215
HSL316°52.83%79.22%
HSB/HSV316°24.35%90.20%
CMYK0.00%24.35%6.52%
9.80%

Color #E6AED7 in popluar number systems.

HEXE6AED7
Decimal230174215
Binary111001101010111011010111
Octal346256327

Shades and tints

Shades of #E6AED7

#E6AED7
(230,174,215)
#D29FC4
(210,159,196)
#BE90B1
(190,144,177)
#AA819E
(170,129,158)
#96728B
(150,114,139)
#826378
(130,99,120)
#6E5465
(110,84,101)
#5A4552
(90,69,82)
#46363F
(70,54,63)
#32272C
(50,39,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6AED7

#E6AED7
(230,174,215)
#E8B5DA
(232,181,218)
#EABCDD
(234,188,221)
#ECC3E0
(236,195,224)
#EECAE3
(238,202,227)
#F0D1E6
(240,209,230)
#F2D8E9
(242,216,233)
#F4DFEC
(244,223,236)
#F6E6EF
(246,230,239)
#F8EDF2
(248,237,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AED7; }

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

This text font color is #E6AED7.


Background Color

.myBgColor { background-color: #E6AED7; }

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

This div background color is #E6AED7.


Border color

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

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

This div border color is #E6AED7.


Opacity

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

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

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

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

This text has shadow with #E6AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AED7 on black background.


Color preview on white background

This text has color #E6AED7 on white background.



Black color preview on #E6AED7 background

This text has black color on #E6AED7 background.


White color preview on #E6AED7 background

This text has white color on #E6AED7 background.