COLOR #EDA2B7

HEX: #EDA2B7
RGB: (237,162,183)

Color info

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

RGB color model

#EDA2B7 color RGB value is (237,162,183).

  • red value is 237;
  • green value is 162;
  • blue value is 183.
RGB:
(237,162,183)
(93%,64%,72%)

RGB channels and saturation

R 237 of 255 = 93%
G 162 of 255 = 64%
B 183 of 255 = 72%

237
162
183

R + G + B ~ 76%. #EDA2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 162 + 183 = 582 (100%)
R 237 of 582 ~ 40.72%
G 162 of 582 ~ 27.84%
B 183 of 582 ~ 31.44%

%40.72
%27.84
%31.44

CMYK color model

#EDA2B7 color CMYK value is (0,32,23,7).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(0,32,23,7)
C0M32Y23K7 
(0%,32%,23%,7%)
(0.00/0.32/0.23/0.07)	

CMYK percentages

%0
%31.65
%22.78
%7.06

Codes

Color #EDA2B7 in popluar color models

EDA2B7
RGB237162183
HSL343°67.57%78.24%
HSB/HSV343°31.65%92.94%
CMYK0.00%31.65%22.78%
7.06%

Color #EDA2B7 in popluar number systems.

HEXEDA2B7
Decimal237162183
Binary111011011010001010110111
Octal355242267

Shades and tints

Shades of #EDA2B7

#EDA2B7
(237,162,183)
#D894A7
(216,148,167)
#C38697
(195,134,151)
#AE7887
(174,120,135)
#996A77
(153,106,119)
#845C67
(132,92,103)
#6F4E57
(111,78,87)
#5A4047
(90,64,71)
#453237
(69,50,55)
#302427
(48,36,39)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDA2B7

#EDA2B7
(237,162,183)
#EEAABD
(238,170,189)
#EFB2C3
(239,178,195)
#F0BAC9
(240,186,201)
#F1C2CF
(241,194,207)
#F2CAD5
(242,202,213)
#F3D2DB
(243,210,219)
#F4DAE1
(244,218,225)
#F5E2E7
(245,226,231)
#F6EAED
(246,234,237)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA2B7 color. Also use rgb(237,162,183) instead hex code.

Text Font Color

.myTextColor { color: #EDA2B7; }

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

This text font color is #EDA2B7.


Background Color

.myBgColor { background-color: #EDA2B7; }

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

This div background color is #EDA2B7.


Border color

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

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

This div border color is #EDA2B7.


Opacity

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

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

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

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

This text has shadow with #EDA2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA2B7 on black background.


Color preview on white background

This text has color #EDA2B7 on white background.



Black color preview on #EDA2B7 background

This text has black color on #EDA2B7 background.


White color preview on #EDA2B7 background

This text has white color on #EDA2B7 background.