COLOR #EDB9D2

HEX: #EDB9D2 RGB: (237,185,210)

Color info

#EDB9D2 contains red, green and blue colors in about the same proportion. Web safe color of #EDB9D2 is #FFCCCC (or #FCC).

RGB color model

#EDB9D2 color RGB value is (237,185,210).

RGB: (237,185,210) (93%, 73%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 210 of 255 = 82%

237
185
210

R + G + B ~ 83%. #EDB9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 185 + 210 = 632 (100%)
R 237 of 632 ~ 37.5%
G 185 of 632 ~ 29.27%
B 210 of 632 ~ 33.23'%

%37.5
%29.27
%33.23

CMYK color model

#EDB9D2 color CMYK value is (0,22,11,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK: (0,22,11,7) C0M22Y11K7 (0%,22%,11%,7%) (0.00/0.22/0.11/0.07) 

CMYK percentages

%0
%21.94
%11.39
%7.06

Codes

Color #EDB9D2 in popluar color models

ED B9 D2
RGB 237 185 210
HSL 331° 59.09% 82.75%
HSB/HSV 331° 21.94% 92.94%
CMYK 0.00% 21.94% 11.39%
7.06%

Color #EDB9D2 in popluar number systems.

HEX ED B9 D2
Decimal 237 185 210
Binary 11101101 10111001 11010010
Octal 355 271 322

Shades and tints

Shades of #EDB9D2

#EDB9D2
(237,185,210)
#D8A9BF
(216,169,191)
#C399AC
(195,153,172)
#AE8999
(174,137,153)
#997986
(153,121,134)
#846973
(132,105,115)
#6F5960
(111,89,96)
#5A494D
(90,73,77)
#45393A
(69,57,58)
#302927
(48,41,39)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDB9D2

#EDB9D2
(237,185,210)
#EEBFD6
(238,191,214)
#EFC5DA
(239,197,218)
#F0CBDE
(240,203,222)
#F1D1E2
(241,209,226)
#F2D7E6
(242,215,230)
#F3DDEA
(243,221,234)
#F4E3EE
(244,227,238)
#F5E9F2
(245,233,242)
#F6EFF6
(246,239,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB9D2 color. Also use rgb(237,185,210) instead hex code.

Text Font Color

.myTextColor { color: #EDB9D2; }

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

This text font color is #EDB9D2.

Background Color

.myBgColor { background-color: #EDB9D2; }

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

This div background color is #EDB9D2.

Border color

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

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

This div border color is #EDB9D2.

Opacity

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

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

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

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

This text has shadow with #EDB9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB9D2.

Preview

Color preview on black background

This text has color #EDB9D2 on black background.


Color preview on white background

This text has color #EDB9D2 on white background.


Black color preview on #EDB9D2 background

This text has black color on #EDB9D2 background.


White color preview on #EDB9D2 background

This text has white color on #EDB9D2 background.


Related colors

Complementary color

Complementary color for #hex is #12462D.


I love getcolorcode.com

Triadic colors

1 #D2EDB9 and #B9D2ED with #EDB9D2 are triadic colors.

2 #D2B9ED and #B9EDD2 with #EDB9D2 are triadic colors.