COLOR #EDC8AC

HEX: #EDC8AC RGB: (237,200,172)

Color info

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

RGB color model

#EDC8AC color RGB value is (237,200,172).

RGB: (237,200,172) (93%, 78%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 172 of 255 = 67%

237
200
172

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

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 172 = 609 (100%)
R 237 of 609 ~ 38.92%
G 200 of 609 ~ 32.84%
B 172 of 609 ~ 28.24'%

%38.92
%32.84
%28.24

CMYK color model

#EDC8AC color CMYK value is (0,16,27,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 27.43%
  • key color value is 7.06%

CMYK: (0,16,27,7)
C0M16Y27K7 (0%, 16%, 27%, 7%)
(0.00 / 0.16 / 0.27 / 0.07)

CMYK percentages

%0
%15.61
%27.43
%7.06

Codes

Color #EDC8AC in popluar color models

ED C8 AC
RGB 237 200 172
HSL 26° 64.36% 80.20%
HSB/HSV 26° 27.43% 92.94%
CMYK 0.00% 15.61% 27.43%
7.06%

Color #EDC8AC in popluar number systems.

HEX ED C8 AC
Decimal 237 200 172
Binary 11101101 11001000 10101100
Octal 355 310 254

Shades and tints

Shades of #EDC8AC

#EDC8AC
(237,200,172)
#D8B69D
(216,182,157)
#C3A48E
(195,164,142)
#AE927F
(174,146,127)
#998070
(153,128,112)
#846E61
(132,110,97)
#6F5C52
(111,92,82)
#5A4A43
(90,74,67)
#453834
(69,56,52)
#302625
(48,38,37)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDC8AC

#EDC8AC
(237,200,172)
#EECDB3
(238,205,179)
#EFD2BA
(239,210,186)
#F0D7C1
(240,215,193)
#F1DCC8
(241,220,200)
#F2E1CF
(242,225,207)
#F3E6D6
(243,230,214)
#F4EBDD
(244,235,221)
#F5F0E4
(245,240,228)
#F6F5EB
(246,245,235)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8AC; }

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

This text font color is #EDC8AC.

Background Color

.myBgColor { background-color: #EDC8AC; }

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

This div background color is #EDC8AC.

Border color

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

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

This div border color is #EDC8AC.

Opacity

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

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

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

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

This text has shadow with #EDC8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8AC.

Preview

Color preview on black background

This text has color #EDC8AC on black background.


Color preview on white background

This text has color #EDC8AC on white background.


Black color preview on #EDC8AC background

This text has black color on #EDC8AC background.


White color preview on #EDC8AC background

This text has white color on #EDC8AC background.


Related colors

Complementary color

Complementary color for #hex is #123753.


I love getcolorcode.com

Triadic colors

1 #ACEDC8 and #C8ACED with #EDC8AC are triadic colors.

2 #ACC8ED and #C8EDAC with #EDC8AC are triadic colors.