COLOR #EDB9C4

HEX: #EDB9C4 RGB: (237,185,196)

Color info

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

RGB color model

#EDB9C4 color RGB value is (237,185,196).

RGB: (237,185,196) (93%, 73%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 196 of 255 = 77%

237
185
196

R + G + B ~ 81%. #EDB9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 185 + 196 = 618 (100%)
R 237 of 618 ~ 38.35%
G 185 of 618 ~ 29.94%
B 196 of 618 ~ 31.72'%

%38.35
%29.94
%31.72

CMYK color model

#EDB9C4 color CMYK value is (0,22,17,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (0,22,17,7)
C0M22Y17K7 (0%, 22%, 17%, 7%)
(0.00 / 0.22 / 0.17 / 0.07)

CMYK percentages

%0
%21.94
%17.3
%7.06

Codes

Color #EDB9C4 in popluar color models

ED B9 C4
RGB 237 185 196
HSL 347° 59.09% 82.75%
HSB/HSV 347° 21.94% 92.94%
CMYK 0.00% 21.94% 17.30%
7.06%

Color #EDB9C4 in popluar number systems.

HEX ED B9 C4
Decimal 237 185 196
Binary 11101101 10111001 11000100
Octal 355 271 304

Shades and tints

Shades of #EDB9C4

#EDB9C4
(237,185,196)
#D8A9B3
(216,169,179)
#C399A2
(195,153,162)
#AE8991
(174,137,145)
#997980
(153,121,128)
#84696F
(132,105,111)
#6F595E
(111,89,94)
#5A494D
(90,73,77)
#45393C
(69,57,60)
#30292B
(48,41,43)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDB9C4

#EDB9C4
(237,185,196)
#EEBFC9
(238,191,201)
#EFC5CE
(239,197,206)
#F0CBD3
(240,203,211)
#F1D1D8
(241,209,216)
#F2D7DD
(242,215,221)
#F3DDE2
(243,221,226)
#F4E3E7
(244,227,231)
#F5E9EC
(245,233,236)
#F6EFF1
(246,239,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9C4; }

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

This text font color is #EDB9C4.

Background Color

.myBgColor { background-color: #EDB9C4; }

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

This div background color is #EDB9C4.

Border color

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

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

This div border color is #EDB9C4.

Opacity

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

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

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

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

This text has shadow with #EDB9C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB9C4.

Preview

Color preview on black background

This text has color #EDB9C4 on black background.


Color preview on white background

This text has color #EDB9C4 on white background.


Black color preview on #EDB9C4 background

This text has black color on #EDB9C4 background.


White color preview on #EDB9C4 background

This text has white color on #EDB9C4 background.


Related colors

Complementary color

Complementary color for #hex is #12463B.


I love getcolorcode.com

Triadic colors

1 #C4EDB9 and #B9C4ED with #EDB9C4 are triadic colors.

2 #C4B9ED and #B9EDC4 with #EDB9C4 are triadic colors.