COLOR #EDA8F6

HEX: #EDA8F6
RGB: (237,168,246)

Color info

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

RGB color model

#EDA8F6 color RGB value is (237,168,246).

  • red value is 237;
  • green value is 168;
  • blue value is 246.
RGB:
(237,168,246)
(93%,66%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 246 of 255 = 96%

237
168
246

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

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 246 = 651 (100%)
R 237 of 651 ~ 36.41%
G 168 of 651 ~ 25.81%
B 246 of 651 ~ 37.79%

%36.41
%25.81
%37.79

CMYK color model

#EDA8F6 color CMYK value is (4,32,0,4).

  • cyan value is 3.66%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,32,0,4)
C4M32Y0K4 
(4%,32%,0%,4%)
(0.04/0.32/0.00/0.04)	

CMYK percentages

%3.66
%31.71
%0
%3.53

Codes

Color #EDA8F6 in popluar color models

EDA8F6
RGB237168246
HSL293°81.25%81.18%
HSB/HSV293°31.71%96.47%
CMYK3.66%31.71%0.00%
3.53%

Color #EDA8F6 in popluar number systems.

HEXEDA8F6
Decimal237168246
Binary111011011010100011110110
Octal355250366

Shades and tints

Shades of #EDA8F6

#EDA8F6
(237,168,246)
#D899E0
(216,153,224)
#C38ACA
(195,138,202)
#AE7BB4
(174,123,180)
#996C9E
(153,108,158)
#845D88
(132,93,136)
#6F4E72
(111,78,114)
#5A3F5C
(90,63,92)
#453046
(69,48,70)
#302130
(48,33,48)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #EDA8F6

#EDA8F6
(237,168,246)
#EEAFF6
(238,175,246)
#EFB6F6
(239,182,246)
#F0BDF6
(240,189,246)
#F1C4F6
(241,196,246)
#F2CBF6
(242,203,246)
#F3D2F6
(243,210,246)
#F4D9F6
(244,217,246)
#F5E0F6
(245,224,246)
#F6E7F6
(246,231,246)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA8F6 color. Also use rgb(237,168,246) instead hex code.

Text Font Color

.myTextColor { color: #EDA8F6; }

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

This text font color is #EDA8F6.


Background Color

.myBgColor { background-color: #EDA8F6; }

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

This div background color is #EDA8F6.


Border color

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

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

This div border color is #EDA8F6.


Opacity

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

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

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

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

This text has shadow with #EDA8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA8F6 on black background.


Color preview on white background

This text has color #EDA8F6 on white background.



Black color preview on #EDA8F6 background

This text has black color on #EDA8F6 background.


White color preview on #EDA8F6 background

This text has white color on #EDA8F6 background.