COLOR #EDD9B0

HEX: #EDD9B0
RGB: (237,217,176)

Color info

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

RGB color model

#EDD9B0 color RGB value is (237,217,176).

  • red value is 237;
  • green value is 217;
  • blue value is 176.
RGB:
(237,217,176)
(93%,85%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 176 of 255 = 69%

237
217
176

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 176 = 630 (100%)
R 237 of 630 ~ 37.62%
G 217 of 630 ~ 34.44%
B 176 of 630 ~ 27.94%

%37.62
%34.44
%27.94

CMYK color model

#EDD9B0 color CMYK value is (0,8,26,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK:
(0,8,26,7)
C0M8Y26K7 
(0%,8%,26%,7%)
(0.00/0.08/0.26/0.07)	

CMYK percentages

%0
%8.44
%25.74
%7.06

Codes

Color #EDD9B0 in popluar color models

EDD9B0
RGB237217176
HSL40°62.89%80.98%
HSB/HSV40°25.74%92.94%
CMYK0.00%8.44%25.74%
7.06%

Color #EDD9B0 in popluar number systems.

HEXEDD9B0
Decimal237217176
Binary111011011101100110110000
Octal355331260

Shades and tints

Shades of #EDD9B0

#EDD9B0
(237,217,176)
#D8C6A0
(216,198,160)
#C3B390
(195,179,144)
#AEA080
(174,160,128)
#998D70
(153,141,112)
#847A60
(132,122,96)
#6F6750
(111,103,80)
#5A5440
(90,84,64)
#454130
(69,65,48)
#302E20
(48,46,32)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #EDD9B0

#EDD9B0
(237,217,176)
#EEDCB7
(238,220,183)
#EFDFBE
(239,223,190)
#F0E2C5
(240,226,197)
#F1E5CC
(241,229,204)
#F2E8D3
(242,232,211)
#F3EBDA
(243,235,218)
#F4EEE1
(244,238,225)
#F5F1E8
(245,241,232)
#F6F4EF
(246,244,239)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9B0 color. Also use rgb(237,217,176) instead hex code.

Text Font Color

.myTextColor { color: #EDD9B0; }

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

This text font color is #EDD9B0.


Background Color

.myBgColor { background-color: #EDD9B0; }

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

This div background color is #EDD9B0.


Border color

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

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

This div border color is #EDD9B0.


Opacity

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

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

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

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

This text has shadow with #EDD9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9B0 on black background.


Color preview on white background

This text has color #EDD9B0 on white background.



Black color preview on #EDD9B0 background

This text has black color on #EDD9B0 background.


White color preview on #EDD9B0 background

This text has white color on #EDD9B0 background.