COLOR #EDA9B4

HEX: #EDA9B4
RGB: (237,169,180)

Color info

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

RGB color model

#EDA9B4 color RGB value is (237,169,180).

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

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 180 of 255 = 71%

237
169
180

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

Portions of RGB colors in percentages

R + G + B =
237 + 169 + 180 = 586 (100%)
R 237 of 586 ~ 40.44%
G 169 of 586 ~ 28.84%
B 180 of 586 ~ 30.72%

%40.44
%28.84
%30.72

CMYK color model

#EDA9B4 color CMYK value is (0,29,24,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(0,29,24,7)
C0M29Y24K7 
(0%,29%,24%,7%)
(0.00/0.29/0.24/0.07)	

CMYK percentages

%0
%28.69
%24.05
%7.06

Codes

Color #EDA9B4 in popluar color models

EDA9B4
RGB237169180
HSL350°65.38%79.61%
HSB/HSV350°28.69%92.94%
CMYK0.00%28.69%24.05%
7.06%

Color #EDA9B4 in popluar number systems.

HEXEDA9B4
Decimal237169180
Binary111011011010100110110100
Octal355251264

Shades and tints

Shades of #EDA9B4

#EDA9B4
(237,169,180)
#D89AA4
(216,154,164)
#C38B94
(195,139,148)
#AE7C84
(174,124,132)
#996D74
(153,109,116)
#845E64
(132,94,100)
#6F4F54
(111,79,84)
#5A4044
(90,64,68)
#453134
(69,49,52)
#302224
(48,34,36)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #EDA9B4

#EDA9B4
(237,169,180)
#EEB0BA
(238,176,186)
#EFB7C0
(239,183,192)
#F0BEC6
(240,190,198)
#F1C5CC
(241,197,204)
#F2CCD2
(242,204,210)
#F3D3D8
(243,211,216)
#F4DADE
(244,218,222)
#F5E1E4
(245,225,228)
#F6E8EA
(246,232,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA9B4; }

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

This text font color is #EDA9B4.


Background Color

.myBgColor { background-color: #EDA9B4; }

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

This div background color is #EDA9B4.


Border color

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

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

This div border color is #EDA9B4.


Opacity

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

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

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

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

This text has shadow with #EDA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA9B4 on black background.


Color preview on white background

This text has color #EDA9B4 on white background.



Black color preview on #EDA9B4 background

This text has black color on #EDA9B4 background.


White color preview on #EDA9B4 background

This text has white color on #EDA9B4 background.