COLOR #EDA6F8

HEX: #EDA6F8
RGB: (237,166,248)

Color info

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

RGB color model

#EDA6F8 color RGB value is (237,166,248).

  • red value is 237;
  • green value is 166;
  • blue value is 248.
RGB:
(237,166,248)
(93%,65%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 166 of 255 = 65%
B 248 of 255 = 97%

237
166
248

R + G + B ~ 85%. #EDA6F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 166 + 248 = 651 (100%)
R 237 of 651 ~ 36.41%
G 166 of 651 ~ 25.5%
B 248 of 651 ~ 38.1%

%36.41
%25.5
%38.1

CMYK color model

#EDA6F8 color CMYK value is (4,33,0,3).

  • cyan value is 4.44%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,33,0,3)
C4M33Y0K3 
(4%,33%,0%,3%)
(0.04/0.33/0.00/0.03)	

CMYK percentages

%4.44
%33.06
%0
%2.75

Codes

Color #EDA6F8 in popluar color models

EDA6F8
RGB237166248
HSL292°85.42%81.18%
HSB/HSV292°33.06%97.25%
CMYK4.44%33.06%0.00%
2.75%

Color #EDA6F8 in popluar number systems.

HEXEDA6F8
Decimal237166248
Binary111011011010011011111000
Octal355246370

Shades and tints

Shades of #EDA6F8

#EDA6F8
(237,166,248)
#D897E2
(216,151,226)
#C388CC
(195,136,204)
#AE79B6
(174,121,182)
#996AA0
(153,106,160)
#845B8A
(132,91,138)
#6F4C74
(111,76,116)
#5A3D5E
(90,61,94)
#452E48
(69,46,72)
#301F32
(48,31,50)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #EDA6F8

#EDA6F8
(237,166,248)
#EEAEF8
(238,174,248)
#EFB6F8
(239,182,248)
#F0BEF8
(240,190,248)
#F1C6F8
(241,198,248)
#F2CEF8
(242,206,248)
#F3D6F8
(243,214,248)
#F4DEF8
(244,222,248)
#F5E6F8
(245,230,248)
#F6EEF8
(246,238,248)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA6F8 color. Also use rgb(237,166,248) instead hex code.

Text Font Color

.myTextColor { color: #EDA6F8; }

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

This text font color is #EDA6F8.


Background Color

.myBgColor { background-color: #EDA6F8; }

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

This div background color is #EDA6F8.


Border color

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

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

This div border color is #EDA6F8.


Opacity

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

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

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

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

This text has shadow with #EDA6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA6F8 on black background.


Color preview on white background

This text has color #EDA6F8 on white background.



Black color preview on #EDA6F8 background

This text has black color on #EDA6F8 background.


White color preview on #EDA6F8 background

This text has white color on #EDA6F8 background.