COLOR #EDAEE8

HEX: #EDAEE8
RGB: (237,174,232)

Color info

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

RGB color model

#EDAEE8 color RGB value is (237,174,232).

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

RGB channels and saturation

R 237 of 255 = 93%
G 174 of 255 = 68%
B 232 of 255 = 91%

237
174
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 174 + 232 = 643 (100%)
R 237 of 643 ~ 36.86%
G 174 of 643 ~ 27.06%
B 232 of 643 ~ 36.08%

%36.86
%27.06
%36.08

CMYK color model

#EDAEE8 color CMYK value is (0,27,2,7).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,27,2,7)
C0M27Y2K7 
(0%,27%,2%,7%)
(0.00/0.27/0.02/0.07)	

CMYK percentages

%0
%26.58
%2.11
%7.06

Codes

Color #EDAEE8 in popluar color models

EDAEE8
RGB237174232
HSL305°63.64%80.59%
HSB/HSV305°26.58%92.94%
CMYK0.00%26.58%2.11%
7.06%

Color #EDAEE8 in popluar number systems.

HEXEDAEE8
Decimal237174232
Binary111011011010111011101000
Octal355256350

Shades and tints

Shades of #EDAEE8

#EDAEE8
(237,174,232)
#D89FD3
(216,159,211)
#C390BE
(195,144,190)
#AE81A9
(174,129,169)
#997294
(153,114,148)
#84637F
(132,99,127)
#6F546A
(111,84,106)
#5A4555
(90,69,85)
#453640
(69,54,64)
#30272B
(48,39,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDAEE8

#EDAEE8
(237,174,232)
#EEB5EA
(238,181,234)
#EFBCEC
(239,188,236)
#F0C3EE
(240,195,238)
#F1CAF0
(241,202,240)
#F2D1F2
(242,209,242)
#F3D8F4
(243,216,244)
#F4DFF6
(244,223,246)
#F5E6F8
(245,230,248)
#F6EDFA
(246,237,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDAEE8; }

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

This text font color is #EDAEE8.


Background Color

.myBgColor { background-color: #EDAEE8; }

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

This div background color is #EDAEE8.


Border color

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

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

This div border color is #EDAEE8.


Opacity

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

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

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

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

This text has shadow with #EDAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAEE8 on black background.


Color preview on white background

This text has color #EDAEE8 on white background.



Black color preview on #EDAEE8 background

This text has black color on #EDAEE8 background.


White color preview on #EDAEE8 background

This text has white color on #EDAEE8 background.