COLOR #EDC8B7

HEX: #EDC8B7
RGB: (237,200,183)

Color info

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

RGB color model

#EDC8B7 color RGB value is (237,200,183).

  • red value is 237;
  • green value is 200;
  • blue value is 183.
RGB:
(237,200,183)
(93%,78%,72%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 183 of 255 = 72%

237
200
183

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

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 183 = 620 (100%)
R 237 of 620 ~ 38.23%
G 200 of 620 ~ 32.26%
B 183 of 620 ~ 29.52%

%38.23
%32.26
%29.52

CMYK color model

#EDC8B7 color CMYK value is (0,16,23,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(0,16,23,7)
C0M16Y23K7 
(0%,16%,23%,7%)
(0.00/0.16/0.23/0.07)	

CMYK percentages

%0
%15.61
%22.78
%7.06

Codes

Color #EDC8B7 in popluar color models

EDC8B7
RGB237200183
HSL19°60.00%82.35%
HSB/HSV19°22.78%92.94%
CMYK0.00%15.61%22.78%
7.06%

Color #EDC8B7 in popluar number systems.

HEXEDC8B7
Decimal237200183
Binary111011011100100010110111
Octal355310267

Shades and tints

Shades of #EDC8B7

#EDC8B7
(237,200,183)
#D8B6A7
(216,182,167)
#C3A497
(195,164,151)
#AE9287
(174,146,135)
#998077
(153,128,119)
#846E67
(132,110,103)
#6F5C57
(111,92,87)
#5A4A47
(90,74,71)
#453837
(69,56,55)
#302627
(48,38,39)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #EDC8B7

#EDC8B7
(237,200,183)
#EECDBD
(238,205,189)
#EFD2C3
(239,210,195)
#F0D7C9
(240,215,201)
#F1DCCF
(241,220,207)
#F2E1D5
(242,225,213)
#F3E6DB
(243,230,219)
#F4EBE1
(244,235,225)
#F5F0E7
(245,240,231)
#F6F5ED
(246,245,237)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC8B7 color. Also use rgb(237,200,183) instead hex code.

Text Font Color

.myTextColor { color: #EDC8B7; }

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

This text font color is #EDC8B7.


Background Color

.myBgColor { background-color: #EDC8B7; }

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

This div background color is #EDC8B7.


Border color

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

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

This div border color is #EDC8B7.


Opacity

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

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

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

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

This text has shadow with #EDC8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8B7 on black background.


Color preview on white background

This text has color #EDC8B7 on white background.



Black color preview on #EDC8B7 background

This text has black color on #EDC8B7 background.


White color preview on #EDC8B7 background

This text has white color on #EDC8B7 background.