COLOR #EDA9D0

HEX: #EDA9D0 RGB: (237,169,208)

Color info

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

RGB color model

#EDA9D0 color RGB value is (237,169,208).

RGB: (237,169,208) (93%, 66%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 208 of 255 = 82%

237
169
208

R + G + B ~ 80%. #EDA9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 169 + 208 = 614 (100%)
R 237 of 614 ~ 38.6%
G 169 of 614 ~ 27.52%
B 208 of 614 ~ 33.88'%

%38.6
%27.52
%33.88

CMYK color model

#EDA9D0 color CMYK value is (0,29,12,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 12.24%
  • key color value is 7.06%

CMYK: (0,29,12,7)
C0M29Y12K7 (0%, 29%, 12%, 7%)
(0.00 / 0.29 / 0.12 / 0.07)

CMYK percentages

%0
%28.69
%12.24
%7.06

Codes

Color #EDA9D0 in popluar color models

ED A9 D0
RGB 237 169 208
HSL 326° 65.38% 79.61%
HSB/HSV 326° 28.69% 92.94%
CMYK 0.00% 28.69% 12.24%
7.06%

Color #EDA9D0 in popluar number systems.

HEX ED A9 D0
Decimal 237 169 208
Binary 11101101 10101001 11010000
Octal 355 251 320

Shades and tints

Shades of #EDA9D0

#EDA9D0
(237,169,208)
#D89ABE
(216,154,190)
#C38BAC
(195,139,172)
#AE7C9A
(174,124,154)
#996D88
(153,109,136)
#845E76
(132,94,118)
#6F4F64
(111,79,100)
#5A4052
(90,64,82)
#453140
(69,49,64)
#30222E
(48,34,46)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #EDA9D0

#EDA9D0
(237,169,208)
#EEB0D4
(238,176,212)
#EFB7D8
(239,183,216)
#F0BEDC
(240,190,220)
#F1C5E0
(241,197,224)
#F2CCE4
(242,204,228)
#F3D3E8
(243,211,232)
#F4DAEC
(244,218,236)
#F5E1F0
(245,225,240)
#F6E8F4
(246,232,244)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA9D0; }

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

This text font color is #EDA9D0.

Background Color

.myBgColor { background-color: #EDA9D0; }

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

This div background color is #EDA9D0.

Border color

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

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

This div border color is #EDA9D0.

Opacity

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

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

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

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

This text has shadow with #EDA9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA9D0.

Preview

Color preview on black background

This text has color #EDA9D0 on black background.


Color preview on white background

This text has color #EDA9D0 on white background.


Black color preview on #EDA9D0 background

This text has black color on #EDA9D0 background.


White color preview on #EDA9D0 background

This text has white color on #EDA9D0 background.


Related colors

Complementary color

Complementary color for #hex is #12562F.


I love getcolorcode.com

Triadic colors

1 #D0EDA9 and #A9D0ED with #EDA9D0 are triadic colors.

2 #D0A9ED and #A9EDD0 with #EDA9D0 are triadic colors.