COLOR #EDA9B7

HEX: #EDA9B7
RGB: (237,169,183)

Color info

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

RGB color model

#EDA9B7 color RGB value is (237,169,183).

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

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 183 of 255 = 72%

237
169
183

R + G + B ~ 77%. #EDA9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 169 + 183 = 589 (100%)
R 237 of 589 ~ 40.24%
G 169 of 589 ~ 28.69%
B 183 of 589 ~ 31.07%

%40.24
%28.69
%31.07

CMYK color model

#EDA9B7 color CMYK value is (0,29,23,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(0,29,23,7)
C0M29Y23K7 
(0%,29%,23%,7%)
(0.00/0.29/0.23/0.07)	

CMYK percentages

%0
%28.69
%22.78
%7.06

Codes

Color #EDA9B7 in popluar color models

EDA9B7
RGB237169183
HSL348°65.38%79.61%
HSB/HSV348°28.69%92.94%
CMYK0.00%28.69%22.78%
7.06%

Color #EDA9B7 in popluar number systems.

HEXEDA9B7
Decimal237169183
Binary111011011010100110110111
Octal355251267

Shades and tints

Shades of #EDA9B7

#EDA9B7
(237,169,183)
#D89AA7
(216,154,167)
#C38B97
(195,139,151)
#AE7C87
(174,124,135)
#996D77
(153,109,119)
#845E67
(132,94,103)
#6F4F57
(111,79,87)
#5A4047
(90,64,71)
#453137
(69,49,55)
#302227
(48,34,39)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDA9B7

#EDA9B7
(237,169,183)
#EEB0BD
(238,176,189)
#EFB7C3
(239,183,195)
#F0BEC9
(240,190,201)
#F1C5CF
(241,197,207)
#F2CCD5
(242,204,213)
#F3D3DB
(243,211,219)
#F4DAE1
(244,218,225)
#F5E1E7
(245,225,231)
#F6E8ED
(246,232,237)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA9B7; }

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

This text font color is #EDA9B7.


Background Color

.myBgColor { background-color: #EDA9B7; }

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

This div background color is #EDA9B7.


Border color

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

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

This div border color is #EDA9B7.


Opacity

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

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

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

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

This text has shadow with #EDA9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA9B7 on black background.


Color preview on white background

This text has color #EDA9B7 on white background.



Black color preview on #EDA9B7 background

This text has black color on #EDA9B7 background.


White color preview on #EDA9B7 background

This text has white color on #EDA9B7 background.