COLOR #EDA4D9

HEX: #EDA4D9
RGB: (237,164,217)

Color info

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

RGB color model

#EDA4D9 color RGB value is (237,164,217).

  • red value is 237;
  • green value is 164;
  • blue value is 217.
RGB:
(237,164,217)
(93%,64%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 164 of 255 = 64%
B 217 of 255 = 85%

237
164
217

R + G + B ~ 81%. #EDA4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 164 + 217 = 618 (100%)
R 237 of 618 ~ 38.35%
G 164 of 618 ~ 26.54%
B 217 of 618 ~ 35.11%

%38.35
%26.54
%35.11

CMYK color model

#EDA4D9 color CMYK value is (0,31,8,7).

  • cyan value is 0.00%
  • magenta value is 30.80%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(0,31,8,7)
C0M31Y8K7 
(0%,31%,8%,7%)
(0.00/0.31/0.08/0.07)	

CMYK percentages

%0
%30.8
%8.44
%7.06

Codes

Color #EDA4D9 in popluar color models

EDA4D9
RGB237164217
HSL316°66.97%78.63%
HSB/HSV316°30.80%92.94%
CMYK0.00%30.80%8.44%
7.06%

Color #EDA4D9 in popluar number systems.

HEXEDA4D9
Decimal237164217
Binary111011011010010011011001
Octal355244331

Shades and tints

Shades of #EDA4D9

#EDA4D9
(237,164,217)
#D896C6
(216,150,198)
#C388B3
(195,136,179)
#AE7AA0
(174,122,160)
#996C8D
(153,108,141)
#845E7A
(132,94,122)
#6F5067
(111,80,103)
#5A4254
(90,66,84)
#453441
(69,52,65)
#30262E
(48,38,46)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDA4D9

#EDA4D9
(237,164,217)
#EEACDC
(238,172,220)
#EFB4DF
(239,180,223)
#F0BCE2
(240,188,226)
#F1C4E5
(241,196,229)
#F2CCE8
(242,204,232)
#F3D4EB
(243,212,235)
#F4DCEE
(244,220,238)
#F5E4F1
(245,228,241)
#F6ECF4
(246,236,244)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA4D9 color. Also use rgb(237,164,217) instead hex code.

Text Font Color

.myTextColor { color: #EDA4D9; }

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

This text font color is #EDA4D9.


Background Color

.myBgColor { background-color: #EDA4D9; }

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

This div background color is #EDA4D9.


Border color

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

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

This div border color is #EDA4D9.


Opacity

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

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

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

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

This text has shadow with #EDA4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA4D9 on black background.


Color preview on white background

This text has color #EDA4D9 on white background.



Black color preview on #EDA4D9 background

This text has black color on #EDA4D9 background.


White color preview on #EDA4D9 background

This text has white color on #EDA4D9 background.