COLOR #EDA8E4

HEX: #EDA8E4
RGB: (237,168,228)

Color info

#EDA8E4 contains mainly red and blue colors. Web safe color of #EDA8E4 is #FF99CC (or #F9C).

RGB color model

#EDA8E4 color RGB value is (237,168,228).

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

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 228 of 255 = 89%

237
168
228

R + G + B ~ 83%. #EDA8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 228 = 633 (100%)
R 237 of 633 ~ 37.44%
G 168 of 633 ~ 26.54%
B 228 of 633 ~ 36.02%

%37.44
%26.54
%36.02

CMYK color model

#EDA8E4 color CMYK value is (0,29,4,7).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,29,4,7)
C0M29Y4K7 
(0%,29%,4%,7%)
(0.00/0.29/0.04/0.07)	

CMYK percentages

%0
%29.11
%3.8
%7.06

Codes

Color #EDA8E4 in popluar color models

EDA8E4
RGB237168228
HSL308°65.71%79.41%
HSB/HSV308°29.11%92.94%
CMYK0.00%29.11%3.80%
7.06%

Color #EDA8E4 in popluar number systems.

HEXEDA8E4
Decimal237168228
Binary111011011010100011100100
Octal355250344

Shades and tints

Shades of #EDA8E4

#EDA8E4
(237,168,228)
#D899D0
(216,153,208)
#C38ABC
(195,138,188)
#AE7BA8
(174,123,168)
#996C94
(153,108,148)
#845D80
(132,93,128)
#6F4E6C
(111,78,108)
#5A3F58
(90,63,88)
#453044
(69,48,68)
#302130
(48,33,48)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #EDA8E4

#EDA8E4
(237,168,228)
#EEAFE6
(238,175,230)
#EFB6E8
(239,182,232)
#F0BDEA
(240,189,234)
#F1C4EC
(241,196,236)
#F2CBEE
(242,203,238)
#F3D2F0
(243,210,240)
#F4D9F2
(244,217,242)
#F5E0F4
(245,224,244)
#F6E7F6
(246,231,246)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA8E4; }

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

This text font color is #EDA8E4.


Background Color

.myBgColor { background-color: #EDA8E4; }

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

This div background color is #EDA8E4.


Border color

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

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

This div border color is #EDA8E4.


Opacity

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

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

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

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

This text has shadow with #EDA8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA8E4 on black background.


Color preview on white background

This text has color #EDA8E4 on white background.



Black color preview on #EDA8E4 background

This text has black color on #EDA8E4 background.


White color preview on #EDA8E4 background

This text has white color on #EDA8E4 background.