COLOR #EDC9B9

HEX: #EDC9B9 RGB: (237,201,185)

Color info

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

RGB color model

#EDC9B9 color RGB value is (237,201,185).

RGB: (237,201,185) (93%, 79%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 185 of 255 = 73%

237
201
185

R + G + B ~ 82%. #EDC9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 201 + 185 = 623 (100%)
R 237 of 623 ~ 38.04%
G 201 of 623 ~ 32.26%
B 185 of 623 ~ 29.7'%

%38.04
%32.26
%29.7

CMYK color model

#EDC9B9 color CMYK value is (0,15,22,7).

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

CMYK: (0,15,22,7)
C0M15Y22K7 (0%, 15%, 22%, 7%)
(0.00 / 0.15 / 0.22 / 0.07)

CMYK percentages

%0
%15.19
%21.94
%7.06

Codes

Color #EDC9B9 in popluar color models

ED C9 B9
RGB 237 201 185
HSL 18° 59.09% 82.75%
HSB/HSV 18° 21.94% 92.94%
CMYK 0.00% 15.19% 21.94%
7.06%

Color #EDC9B9 in popluar number systems.

HEX ED C9 B9
Decimal 237 201 185
Binary 11101101 11001001 10111001
Octal 355 311 271

Shades and tints

Shades of #EDC9B9

#EDC9B9
(237,201,185)
#D8B7A9
(216,183,169)
#C3A599
(195,165,153)
#AE9389
(174,147,137)
#998179
(153,129,121)
#846F69
(132,111,105)
#6F5D59
(111,93,89)
#5A4B49
(90,75,73)
#453939
(69,57,57)
#302729
(48,39,41)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDC9B9

#EDC9B9
(237,201,185)
#EECDBF
(238,205,191)
#EFD1C5
(239,209,197)
#F0D5CB
(240,213,203)
#F1D9D1
(241,217,209)
#F2DDD7
(242,221,215)
#F3E1DD
(243,225,221)
#F4E5E3
(244,229,227)
#F5E9E9
(245,233,233)
#F6EDEF
(246,237,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9B9; }

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

This text font color is #EDC9B9.

Background Color

.myBgColor { background-color: #EDC9B9; }

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

This div background color is #EDC9B9.

Border color

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

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

This div border color is #EDC9B9.

Opacity

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

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

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

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

This text has shadow with #EDC9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC9B9.

Preview

Color preview on black background

This text has color #EDC9B9 on black background.


Color preview on white background

This text has color #EDC9B9 on white background.


Black color preview on #EDC9B9 background

This text has black color on #EDC9B9 background.


White color preview on #EDC9B9 background

This text has white color on #EDC9B9 background.


Related colors

Complementary color

Complementary color for #hex is #123646.


I love getcolorcode.com

Triadic colors

1 #B9EDC9 and #C9B9ED with #EDC9B9 are triadic colors.

2 #B9C9ED and #C9EDB9 with #EDC9B9 are triadic colors.