COLOR #EDC3AC

HEX: #EDC3AC
RGB: (237,195,172)

Color info

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

RGB color model

#EDC3AC color RGB value is (237,195,172).

  • red value is 237;
  • green value is 195;
  • blue value is 172.
RGB:
(237,195,172)
(93%,76%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 172 of 255 = 67%

237
195
172

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

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 172 = 604 (100%)
R 237 of 604 ~ 39.24%
G 195 of 604 ~ 32.28%
B 172 of 604 ~ 28.48%

%39.24
%32.28
%28.48

CMYK color model

#EDC3AC color CMYK value is (0,18,27,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 27.43%
  • key color value is 7.06%
CMYK:
(0,18,27,7)
C0M18Y27K7 
(0%,18%,27%,7%)
(0.00/0.18/0.27/0.07)	

CMYK percentages

%0
%17.72
%27.43
%7.06

Codes

Color #EDC3AC in popluar color models

EDC3AC
RGB237195172
HSL21°64.36%80.20%
HSB/HSV21°27.43%92.94%
CMYK0.00%17.72%27.43%
7.06%

Color #EDC3AC in popluar number systems.

HEXEDC3AC
Decimal237195172
Binary111011011100001110101100
Octal355303254

Shades and tints

Shades of #EDC3AC

#EDC3AC
(237,195,172)
#D8B29D
(216,178,157)
#C3A18E
(195,161,142)
#AE907F
(174,144,127)
#997F70
(153,127,112)
#846E61
(132,110,97)
#6F5D52
(111,93,82)
#5A4C43
(90,76,67)
#453B34
(69,59,52)
#302A25
(48,42,37)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDC3AC

#EDC3AC
(237,195,172)
#EEC8B3
(238,200,179)
#EFCDBA
(239,205,186)
#F0D2C1
(240,210,193)
#F1D7C8
(241,215,200)
#F2DCCF
(242,220,207)
#F3E1D6
(243,225,214)
#F4E6DD
(244,230,221)
#F5EBE4
(245,235,228)
#F6F0EB
(246,240,235)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC3AC color. Also use rgb(237,195,172) instead hex code.

Text Font Color

.myTextColor { color: #EDC3AC; }

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

This text font color is #EDC3AC.


Background Color

.myBgColor { background-color: #EDC3AC; }

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

This div background color is #EDC3AC.


Border color

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

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

This div border color is #EDC3AC.


Opacity

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

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

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

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

This text has shadow with #EDC3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3AC on black background.


Color preview on white background

This text has color #EDC3AC on white background.



Black color preview on #EDC3AC background

This text has black color on #EDC3AC background.


White color preview on #EDC3AC background

This text has white color on #EDC3AC background.