COLOR #EDAAE9

HEX: #EDAAE9
RGB: (237,170,233)

Color info

#EDAAE9 contains mainly red and blue colors. Web safe color of #EDAAE9 is #FF99FF (or #F9F).

RGB color model

#EDAAE9 color RGB value is (237,170,233).

  • red value is 237;
  • green value is 170;
  • blue value is 233.
RGB:
(237,170,233)
(93%,67%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 170 of 255 = 67%
B 233 of 255 = 91%

237
170
233

R + G + B ~ 84%. #EDAAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 170 + 233 = 640 (100%)
R 237 of 640 ~ 37.03%
G 170 of 640 ~ 26.56%
B 233 of 640 ~ 36.41%

%37.03
%26.56
%36.41

CMYK color model

#EDAAE9 color CMYK value is (0,28,2,7).

  • cyan value is 0.00%
  • magenta value is 28.27%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,28,2,7)
C0M28Y2K7 
(0%,28%,2%,7%)
(0.00/0.28/0.02/0.07)	

CMYK percentages

%0
%28.27
%1.69
%7.06

Codes

Color #EDAAE9 in popluar color models

EDAAE9
RGB237170233
HSL304°65.05%79.80%
HSB/HSV304°28.27%92.94%
CMYK0.00%28.27%1.69%
7.06%

Color #EDAAE9 in popluar number systems.

HEXEDAAE9
Decimal237170233
Binary111011011010101011101001
Octal355252351

Shades and tints

Shades of #EDAAE9

#EDAAE9
(237,170,233)
#D89BD4
(216,155,212)
#C38CBF
(195,140,191)
#AE7DAA
(174,125,170)
#996E95
(153,110,149)
#845F80
(132,95,128)
#6F506B
(111,80,107)
#5A4156
(90,65,86)
#453241
(69,50,65)
#30232C
(48,35,44)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #EDAAE9

#EDAAE9
(237,170,233)
#EEB1EB
(238,177,235)
#EFB8ED
(239,184,237)
#F0BFEF
(240,191,239)
#F1C6F1
(241,198,241)
#F2CDF3
(242,205,243)
#F3D4F5
(243,212,245)
#F4DBF7
(244,219,247)
#F5E2F9
(245,226,249)
#F6E9FB
(246,233,251)
#F7F0FD
(247,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAAE9 color. Also use rgb(237,170,233) instead hex code.

Text Font Color

.myTextColor { color: #EDAAE9; }

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

This text font color is #EDAAE9.


Background Color

.myBgColor { background-color: #EDAAE9; }

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

This div background color is #EDAAE9.


Border color

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

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

This div border color is #EDAAE9.


Opacity

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

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

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

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

This text has shadow with #EDAAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAAE9 on black background.


Color preview on white background

This text has color #EDAAE9 on white background.



Black color preview on #EDAAE9 background

This text has black color on #EDAAE9 background.


White color preview on #EDAAE9 background

This text has white color on #EDAAE9 background.