COLOR #EDD9B6

HEX: #EDD9B6
RGB: (237,217,182)

Color info

#EDD9B6 contains red, green and blue colors in about the same proportion. Web safe color of #EDD9B6 is #FFCCCC (or #FCC).

RGB color model

#EDD9B6 color RGB value is (237,217,182).

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

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 182 of 255 = 71%

237
217
182

R + G + B ~ 83%. #EDD9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 182 = 636 (100%)
R 237 of 636 ~ 37.26%
G 217 of 636 ~ 34.12%
B 182 of 636 ~ 28.62%

%37.26
%34.12
%28.62

CMYK color model

#EDD9B6 color CMYK value is (0,8,23,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,8,23,7)
C0M8Y23K7 
(0%,8%,23%,7%)
(0.00/0.08/0.23/0.07)	

CMYK percentages

%0
%8.44
%23.21
%7.06

Codes

Color #EDD9B6 in popluar color models

EDD9B6
RGB237217182
HSL38°60.44%82.16%
HSB/HSV38°23.21%92.94%
CMYK0.00%8.44%23.21%
7.06%

Color #EDD9B6 in popluar number systems.

HEXEDD9B6
Decimal237217182
Binary111011011101100110110110
Octal355331266

Shades and tints

Shades of #EDD9B6

#EDD9B6
(237,217,182)
#D8C6A6
(216,198,166)
#C3B396
(195,179,150)
#AEA086
(174,160,134)
#998D76
(153,141,118)
#847A66
(132,122,102)
#6F6756
(111,103,86)
#5A5446
(90,84,70)
#454136
(69,65,54)
#302E26
(48,46,38)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDD9B6

#EDD9B6
(237,217,182)
#EEDCBC
(238,220,188)
#EFDFC2
(239,223,194)
#F0E2C8
(240,226,200)
#F1E5CE
(241,229,206)
#F2E8D4
(242,232,212)
#F3EBDA
(243,235,218)
#F4EEE0
(244,238,224)
#F5F1E6
(245,241,230)
#F6F4EC
(246,244,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9B6; }

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

This text font color is #EDD9B6.


Background Color

.myBgColor { background-color: #EDD9B6; }

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

This div background color is #EDD9B6.


Border color

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

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

This div border color is #EDD9B6.


Opacity

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

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

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

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

This text has shadow with #EDD9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9B6 on black background.


Color preview on white background

This text has color #EDD9B6 on white background.



Black color preview on #EDD9B6 background

This text has black color on #EDD9B6 background.


White color preview on #EDD9B6 background

This text has white color on #EDD9B6 background.