COLOR #EDC8A9

HEX: #EDC8A9 RGB: (237,200,169)

Color info

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

RGB color model

#EDC8A9 color RGB value is (237,200,169).

RGB: (237,200,169) (93%, 78%, 66%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 169 of 255 = 66%

237
200
169

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

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 169 = 606 (100%)
R 237 of 606 ~ 39.11%
G 200 of 606 ~ 33%
B 169 of 606 ~ 27.89'%

%39.11
%33
%27.89

CMYK color model

#EDC8A9 color CMYK value is (0,16,29,7).

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

CMYK: (0,16,29,7)
C0M16Y29K7 (0%, 16%, 29%, 7%)
(0.00 / 0.16 / 0.29 / 0.07)

CMYK percentages

%0
%15.61
%28.69
%7.06

Codes

Color #EDC8A9 in popluar color models

ED C8 A9
RGB 237 200 169
HSL 27° 65.38% 79.61%
HSB/HSV 27° 28.69% 92.94%
CMYK 0.00% 15.61% 28.69%
7.06%

Color #EDC8A9 in popluar number systems.

HEX ED C8 A9
Decimal 237 200 169
Binary 11101101 11001000 10101001
Octal 355 310 251

Shades and tints

Shades of #EDC8A9

#EDC8A9
(237,200,169)
#D8B69A
(216,182,154)
#C3A48B
(195,164,139)
#AE927C
(174,146,124)
#99806D
(153,128,109)
#846E5E
(132,110,94)
#6F5C4F
(111,92,79)
#5A4A40
(90,74,64)
#453831
(69,56,49)
#302622
(48,38,34)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDC8A9

#EDC8A9
(237,200,169)
#EECDB0
(238,205,176)
#EFD2B7
(239,210,183)
#F0D7BE
(240,215,190)
#F1DCC5
(241,220,197)
#F2E1CC
(242,225,204)
#F3E6D3
(243,230,211)
#F4EBDA
(244,235,218)
#F5F0E1
(245,240,225)
#F6F5E8
(246,245,232)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8A9; }

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

This text font color is #EDC8A9.

Background Color

.myBgColor { background-color: #EDC8A9; }

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

This div background color is #EDC8A9.

Border color

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

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

This div border color is #EDC8A9.

Opacity

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

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

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

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

This text has shadow with #EDC8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8A9.

Preview

Color preview on black background

This text has color #EDC8A9 on black background.


Color preview on white background

This text has color #EDC8A9 on white background.


Black color preview on #EDC8A9 background

This text has black color on #EDC8A9 background.


White color preview on #EDC8A9 background

This text has white color on #EDC8A9 background.


Related colors

Complementary color

Complementary color for #hex is #123756.


I love getcolorcode.com

Triadic colors

1 #A9EDC8 and #C8A9ED with #EDC8A9 are triadic colors.

2 #A9C8ED and #C8EDA9 with #EDC8A9 are triadic colors.