COLOR #EDC2A7

HEX: #EDC2A7
RGB: (237,194,167)

Color info

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

RGB color model

#EDC2A7 color RGB value is (237,194,167).

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

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 167 of 255 = 65%

237
194
167

R + G + B ~ 78%. #EDC2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 167 = 598 (100%)
R 237 of 598 ~ 39.63%
G 194 of 598 ~ 32.44%
B 167 of 598 ~ 27.93%

%39.63
%32.44
%27.93

CMYK color model

#EDC2A7 color CMYK value is (0,18,30,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 29.54%
  • key color value is 7.06%
CMYK:
(0,18,30,7)
C0M18Y30K7 
(0%,18%,30%,7%)
(0.00/0.18/0.30/0.07)	

CMYK percentages

%0
%18.14
%29.54
%7.06

Codes

Color #EDC2A7 in popluar color models

EDC2A7
RGB237194167
HSL23°66.04%79.22%
HSB/HSV23°29.54%92.94%
CMYK0.00%18.14%29.54%
7.06%

Color #EDC2A7 in popluar number systems.

HEXEDC2A7
Decimal237194167
Binary111011011100001010100111
Octal355302247

Shades and tints

Shades of #EDC2A7

#EDC2A7
(237,194,167)
#D8B198
(216,177,152)
#C3A089
(195,160,137)
#AE8F7A
(174,143,122)
#997E6B
(153,126,107)
#846D5C
(132,109,92)
#6F5C4D
(111,92,77)
#5A4B3E
(90,75,62)
#453A2F
(69,58,47)
#302920
(48,41,32)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #EDC2A7

#EDC2A7
(237,194,167)
#EEC7AF
(238,199,175)
#EFCCB7
(239,204,183)
#F0D1BF
(240,209,191)
#F1D6C7
(241,214,199)
#F2DBCF
(242,219,207)
#F3E0D7
(243,224,215)
#F4E5DF
(244,229,223)
#F5EAE7
(245,234,231)
#F6EFEF
(246,239,239)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2A7; }

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

This text font color is #EDC2A7.


Background Color

.myBgColor { background-color: #EDC2A7; }

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

This div background color is #EDC2A7.


Border color

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

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

This div border color is #EDC2A7.


Opacity

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

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

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

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

This text has shadow with #EDC2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2A7 on black background.


Color preview on white background

This text has color #EDC2A7 on white background.



Black color preview on #EDC2A7 background

This text has black color on #EDC2A7 background.


White color preview on #EDC2A7 background

This text has white color on #EDC2A7 background.