COLOR #EDC4AB

HEX: #EDC4AB RGB: (237,196,171)

Color info

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

RGB color model

#EDC4AB color RGB value is (237,196,171).

RGB: (237,196,171) (93%, 77%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 171 of 255 = 67%

237
196
171

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

Portions of RGB colors in percentages

R + G + B = 237 + 196 + 171 = 604 (100%)
R 237 of 604 ~ 39.24%
G 196 of 604 ~ 32.45%
B 171 of 604 ~ 28.31'%

%39.24
%32.45
%28.31

CMYK color model

#EDC4AB color CMYK value is (0,17,28,7).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 27.85%
  • key color value is 7.06%

CMYK: (0,17,28,7)
C0M17Y28K7 (0%, 17%, 28%, 7%)
(0.00 / 0.17 / 0.28 / 0.07)

CMYK percentages

%0
%17.3
%27.85
%7.06

Codes

Color #EDC4AB in popluar color models

ED C4 AB
RGB 237 196 171
HSL 23° 64.71% 80.00%
HSB/HSV 23° 27.85% 92.94%
CMYK 0.00% 17.30% 27.85%
7.06%

Color #EDC4AB in popluar number systems.

HEX ED C4 AB
Decimal 237 196 171
Binary 11101101 11000100 10101011
Octal 355 304 253

Shades and tints

Shades of #EDC4AB

#EDC4AB
(237,196,171)
#D8B39C
(216,179,156)
#C3A28D
(195,162,141)
#AE917E
(174,145,126)
#99806F
(153,128,111)
#846F60
(132,111,96)
#6F5E51
(111,94,81)
#5A4D42
(90,77,66)
#453C33
(69,60,51)
#302B24
(48,43,36)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDC4AB

#EDC4AB
(237,196,171)
#EEC9B2
(238,201,178)
#EFCEB9
(239,206,185)
#F0D3C0
(240,211,192)
#F1D8C7
(241,216,199)
#F2DDCE
(242,221,206)
#F3E2D5
(243,226,213)
#F4E7DC
(244,231,220)
#F5ECE3
(245,236,227)
#F6F1EA
(246,241,234)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC4AB color. Also use rgb(237,196,171) instead hex code.

Text Font Color

.myTextColor { color: #EDC4AB; }

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

This text font color is #EDC4AB.

Background Color

.myBgColor { background-color: #EDC4AB; }

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

This div background color is #EDC4AB.

Border color

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

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

This div border color is #EDC4AB.

Opacity

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

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

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

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

This text has shadow with #EDC4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC4AB.

Preview

Color preview on black background

This text has color #EDC4AB on black background.


Color preview on white background

This text has color #EDC4AB on white background.


Black color preview on #EDC4AB background

This text has black color on #EDC4AB background.


White color preview on #EDC4AB background

This text has white color on #EDC4AB background.


Related colors

Complementary color

Complementary color for #hex is #123B54.


I love getcolorcode.com

Triadic colors

1 #ABEDC4 and #C4ABED with #EDC4AB are triadic colors.

2 #ABC4ED and #C4EDAB with #EDC4AB are triadic colors.