COLOR #EDD4AB

HEX: #EDD4AB RGB: (237,212,171)

Color info

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

RGB color model

#EDD4AB color RGB value is (237,212,171).

RGB: (237,212,171) (93%, 83%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 171 of 255 = 67%

237
212
171

R + G + B ~ 81%. #EDD4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 212 + 171 = 620 (100%)
R 237 of 620 ~ 38.23%
G 212 of 620 ~ 34.19%
B 171 of 620 ~ 27.58'%

%38.23
%34.19
%27.58

CMYK color model

#EDD4AB color CMYK value is (0,11,28,7).

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

CMYK: (0,11,28,7)
C0M11Y28K7 (0%, 11%, 28%, 7%)
(0.00 / 0.11 / 0.28 / 0.07)

CMYK percentages

%0
%10.55
%27.85
%7.06

Codes

Color #EDD4AB in popluar color models

ED D4 AB
RGB 237 212 171
HSL 37° 64.71% 80.00%
HSB/HSV 37° 27.85% 92.94%
CMYK 0.00% 10.55% 27.85%
7.06%

Color #EDD4AB in popluar number systems.

HEX ED D4 AB
Decimal 237 212 171
Binary 11101101 11010100 10101011
Octal 355 324 253

Shades and tints

Shades of #EDD4AB

#EDD4AB
(237,212,171)
#D8C19C
(216,193,156)
#C3AE8D
(195,174,141)
#AE9B7E
(174,155,126)
#99886F
(153,136,111)
#847560
(132,117,96)
#6F6251
(111,98,81)
#5A4F42
(90,79,66)
#453C33
(69,60,51)
#302924
(48,41,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDD4AB

#EDD4AB
(237,212,171)
#EED7B2
(238,215,178)
#EFDAB9
(239,218,185)
#F0DDC0
(240,221,192)
#F1E0C7
(241,224,199)
#F2E3CE
(242,227,206)
#F3E6D5
(243,230,213)
#F4E9DC
(244,233,220)
#F5ECE3
(245,236,227)
#F6EFEA
(246,239,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4AB; }

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

This text font color is #EDD4AB.

Background Color

.myBgColor { background-color: #EDD4AB; }

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

This div background color is #EDD4AB.

Border color

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

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

This div border color is #EDD4AB.

Opacity

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

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

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

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

This text has shadow with #EDD4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD4AB.

Preview

Color preview on black background

This text has color #EDD4AB on black background.


Color preview on white background

This text has color #EDD4AB on white background.


Black color preview on #EDD4AB background

This text has black color on #EDD4AB background.


White color preview on #EDD4AB background

This text has white color on #EDD4AB background.


Related colors

Complementary color

Complementary color for #hex is #122B54.


I love getcolorcode.com

Triadic colors

1 #ABEDD4 and #D4ABED with #EDD4AB are triadic colors.

2 #ABD4ED and #D4EDAB with #EDD4AB are triadic colors.