COLOR #EDD8AB

HEX: #EDD8AB
RGB: (237,216,171)

Color info

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

RGB color model

#EDD8AB color RGB value is (237,216,171).

  • red value is 237;
  • green value is 216;
  • blue value is 171.
RGB:
(237,216,171)
(93%,85%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 171 of 255 = 67%

237
216
171

R + G + B ~ 82%. #EDD8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 171 = 624 (100%)
R 237 of 624 ~ 37.98%
G 216 of 624 ~ 34.62%
B 171 of 624 ~ 27.4%

%37.98
%34.62
%27.4

CMYK color model

#EDD8AB color CMYK value is (0,9,28,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(0,9,28,7)
C0M9Y28K7 
(0%,9%,28%,7%)
(0.00/0.09/0.28/0.07)	

CMYK percentages

%0
%8.86
%27.85
%7.06

Codes

Color #EDD8AB in popluar color models

EDD8AB
RGB237216171
HSL41°64.71%80.00%
HSB/HSV41°27.85%92.94%
CMYK0.00%8.86%27.85%
7.06%

Color #EDD8AB in popluar number systems.

HEXEDD8AB
Decimal237216171
Binary111011011101100010101011
Octal355330253

Shades and tints

Shades of #EDD8AB

#EDD8AB
(237,216,171)
#D8C59C
(216,197,156)
#C3B28D
(195,178,141)
#AE9F7E
(174,159,126)
#998C6F
(153,140,111)
#847960
(132,121,96)
#6F6651
(111,102,81)
#5A5342
(90,83,66)
#454033
(69,64,51)
#302D24
(48,45,36)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDD8AB

#EDD8AB
(237,216,171)
#EEDBB2
(238,219,178)
#EFDEB9
(239,222,185)
#F0E1C0
(240,225,192)
#F1E4C7
(241,228,199)
#F2E7CE
(242,231,206)
#F3EAD5
(243,234,213)
#F4EDDC
(244,237,220)
#F5F0E3
(245,240,227)
#F6F3EA
(246,243,234)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8AB; }

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

This text font color is #EDD8AB.


Background Color

.myBgColor { background-color: #EDD8AB; }

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

This div background color is #EDD8AB.


Border color

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

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

This div border color is #EDD8AB.


Opacity

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

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

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

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

This text has shadow with #EDD8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8AB on black background.


Color preview on white background

This text has color #EDD8AB on white background.



Black color preview on #EDD8AB background

This text has black color on #EDD8AB background.


White color preview on #EDD8AB background

This text has white color on #EDD8AB background.