COLOR #EDC9B6

HEX: #EDC9B6
RGB: (237,201,182)

Color info

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

RGB color model

#EDC9B6 color RGB value is (237,201,182).

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

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 182 of 255 = 71%

237
201
182

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

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 182 = 620 (100%)
R 237 of 620 ~ 38.23%
G 201 of 620 ~ 32.42%
B 182 of 620 ~ 29.35%

%38.23
%32.42
%29.35

CMYK color model

#EDC9B6 color CMYK value is (0,15,23,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,15,23,7)
C0M15Y23K7 
(0%,15%,23%,7%)
(0.00/0.15/0.23/0.07)	

CMYK percentages

%0
%15.19
%23.21
%7.06

Codes

Color #EDC9B6 in popluar color models

EDC9B6
RGB237201182
HSL21°60.44%82.16%
HSB/HSV21°23.21%92.94%
CMYK0.00%15.19%23.21%
7.06%

Color #EDC9B6 in popluar number systems.

HEXEDC9B6
Decimal237201182
Binary111011011100100110110110
Octal355311266

Shades and tints

Shades of #EDC9B6

#EDC9B6
(237,201,182)
#D8B7A6
(216,183,166)
#C3A596
(195,165,150)
#AE9386
(174,147,134)
#998176
(153,129,118)
#846F66
(132,111,102)
#6F5D56
(111,93,86)
#5A4B46
(90,75,70)
#453936
(69,57,54)
#302726
(48,39,38)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #EDC9B6

#EDC9B6
(237,201,182)
#EECDBC
(238,205,188)
#EFD1C2
(239,209,194)
#F0D5C8
(240,213,200)
#F1D9CE
(241,217,206)
#F2DDD4
(242,221,212)
#F3E1DA
(243,225,218)
#F4E5E0
(244,229,224)
#F5E9E6
(245,233,230)
#F6EDEC
(246,237,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9B6; }

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

This text font color is #EDC9B6.


Background Color

.myBgColor { background-color: #EDC9B6; }

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

This div background color is #EDC9B6.


Border color

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

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

This div border color is #EDC9B6.


Opacity

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

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

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

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

This text has shadow with #EDC9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9B6 on black background.


Color preview on white background

This text has color #EDC9B6 on white background.



Black color preview on #EDC9B6 background

This text has black color on #EDC9B6 background.


White color preview on #EDC9B6 background

This text has white color on #EDC9B6 background.