COLOR #EDC8A7

HEX: #EDC8A7
RGB: (237,200,167)

Color info

#EDC8A7 contains mainly red and green colors. Web safe color of #EDC8A7 is #FFCC99 (or #FC9).

RGB color model

#EDC8A7 color RGB value is (237,200,167).

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

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 167 of 255 = 65%

237
200
167

R + G + B ~ 79%. #EDC8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 167 = 604 (100%)
R 237 of 604 ~ 39.24%
G 200 of 604 ~ 33.11%
B 167 of 604 ~ 27.65%

%39.24
%33.11
%27.65

CMYK color model

#EDC8A7 color CMYK value is (0,16,30,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 29.54%
  • key color value is 7.06%
CMYK:
(0,16,30,7)
C0M16Y30K7 
(0%,16%,30%,7%)
(0.00/0.16/0.30/0.07)	

CMYK percentages

%0
%15.61
%29.54
%7.06

Codes

Color #EDC8A7 in popluar color models

EDC8A7
RGB237200167
HSL28°66.04%79.22%
HSB/HSV28°29.54%92.94%
CMYK0.00%15.61%29.54%
7.06%

Color #EDC8A7 in popluar number systems.

HEXEDC8A7
Decimal237200167
Binary111011011100100010100111
Octal355310247

Shades and tints

Shades of #EDC8A7

#EDC8A7
(237,200,167)
#D8B698
(216,182,152)
#C3A489
(195,164,137)
#AE927A
(174,146,122)
#99806B
(153,128,107)
#846E5C
(132,110,92)
#6F5C4D
(111,92,77)
#5A4A3E
(90,74,62)
#45382F
(69,56,47)
#302620
(48,38,32)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #EDC8A7

#EDC8A7
(237,200,167)
#EECDAF
(238,205,175)
#EFD2B7
(239,210,183)
#F0D7BF
(240,215,191)
#F1DCC7
(241,220,199)
#F2E1CF
(242,225,207)
#F3E6D7
(243,230,215)
#F4EBDF
(244,235,223)
#F5F0E7
(245,240,231)
#F6F5EF
(246,245,239)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8A7; }

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

This text font color is #EDC8A7.


Background Color

.myBgColor { background-color: #EDC8A7; }

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

This div background color is #EDC8A7.


Border color

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

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

This div border color is #EDC8A7.


Opacity

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

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

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

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

This text has shadow with #EDC8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8A7 on black background.


Color preview on white background

This text has color #EDC8A7 on white background.



Black color preview on #EDC8A7 background

This text has black color on #EDC8A7 background.


White color preview on #EDC8A7 background

This text has white color on #EDC8A7 background.