COLOR #EDC9B2

HEX: #EDC9B2
RGB: (237,201,178)

Color info

#EDC9B2 contains red, green and blue colors in about the same proportion. Web safe color of #EDC9B2 is #FFCC99 (or #FC9).

RGB color model

#EDC9B2 color RGB value is (237,201,178).

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

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 178 of 255 = 70%

237
201
178

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

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 178 = 616 (100%)
R 237 of 616 ~ 38.47%
G 201 of 616 ~ 32.63%
B 178 of 616 ~ 28.9%

%38.47
%32.63
%28.9

CMYK color model

#EDC9B2 color CMYK value is (0,15,25,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(0,15,25,7)
C0M15Y25K7 
(0%,15%,25%,7%)
(0.00/0.15/0.25/0.07)	

CMYK percentages

%0
%15.19
%24.89
%7.06

Codes

Color #EDC9B2 in popluar color models

EDC9B2
RGB237201178
HSL23°62.11%81.37%
HSB/HSV23°24.89%92.94%
CMYK0.00%15.19%24.89%
7.06%

Color #EDC9B2 in popluar number systems.

HEXEDC9B2
Decimal237201178
Binary111011011100100110110010
Octal355311262

Shades and tints

Shades of #EDC9B2

#EDC9B2
(237,201,178)
#D8B7A2
(216,183,162)
#C3A592
(195,165,146)
#AE9382
(174,147,130)
#998172
(153,129,114)
#846F62
(132,111,98)
#6F5D52
(111,93,82)
#5A4B42
(90,75,66)
#453932
(69,57,50)
#302722
(48,39,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #EDC9B2

#EDC9B2
(237,201,178)
#EECDB9
(238,205,185)
#EFD1C0
(239,209,192)
#F0D5C7
(240,213,199)
#F1D9CE
(241,217,206)
#F2DDD5
(242,221,213)
#F3E1DC
(243,225,220)
#F4E5E3
(244,229,227)
#F5E9EA
(245,233,234)
#F6EDF1
(246,237,241)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9B2; }

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

This text font color is #EDC9B2.


Background Color

.myBgColor { background-color: #EDC9B2; }

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

This div background color is #EDC9B2.


Border color

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

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

This div border color is #EDC9B2.


Opacity

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

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

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

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

This text has shadow with #EDC9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9B2 on black background.


Color preview on white background

This text has color #EDC9B2 on white background.



Black color preview on #EDC9B2 background

This text has black color on #EDC9B2 background.


White color preview on #EDC9B2 background

This text has white color on #EDC9B2 background.