COLOR #EDC9BB

HEX: #EDC9BB
RGB: (237,201,187)

Color info

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

RGB color model

#EDC9BB color RGB value is (237,201,187).

  • red value is 237;
  • green value is 201;
  • blue value is 187.
RGB:
(237,201,187)
(93%,79%,73%)

RGB channels and saturation

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

237
201
187

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

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 187 = 625 (100%)
R 237 of 625 ~ 37.92%
G 201 of 625 ~ 32.16%
B 187 of 625 ~ 29.92%

%37.92
%32.16
%29.92

CMYK color model

#EDC9BB color CMYK value is (0,15,21,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK:
(0,15,21,7)
C0M15Y21K7 
(0%,15%,21%,7%)
(0.00/0.15/0.21/0.07)	

CMYK percentages

%0
%15.19
%21.1
%7.06

Codes

Color #EDC9BB in popluar color models

EDC9BB
RGB237201187
HSL17°58.14%83.14%
HSB/HSV17°21.10%92.94%
CMYK0.00%15.19%21.10%
7.06%

Color #EDC9BB in popluar number systems.

HEXEDC9BB
Decimal237201187
Binary111011011100100110111011
Octal355311273

Shades and tints

Shades of #EDC9BB

#EDC9BB
(237,201,187)
#D8B7AA
(216,183,170)
#C3A599
(195,165,153)
#AE9388
(174,147,136)
#998177
(153,129,119)
#846F66
(132,111,102)
#6F5D55
(111,93,85)
#5A4B44
(90,75,68)
#453933
(69,57,51)
#302722
(48,39,34)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #EDC9BB

#EDC9BB
(237,201,187)
#EECDC1
(238,205,193)
#EFD1C7
(239,209,199)
#F0D5CD
(240,213,205)
#F1D9D3
(241,217,211)
#F2DDD9
(242,221,217)
#F3E1DF
(243,225,223)
#F4E5E5
(244,229,229)
#F5E9EB
(245,233,235)
#F6EDF1
(246,237,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9BB; }

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

This text font color is #EDC9BB.


Background Color

.myBgColor { background-color: #EDC9BB; }

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

This div background color is #EDC9BB.


Border color

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

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

This div border color is #EDC9BB.


Opacity

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

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

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

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

This text has shadow with #EDC9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9BB on black background.


Color preview on white background

This text has color #EDC9BB on white background.



Black color preview on #EDC9BB background

This text has black color on #EDC9BB background.


White color preview on #EDC9BB background

This text has white color on #EDC9BB background.