COLOR #EDD8B6

HEX: #EDD8B6
RGB: (237,216,182)

Color info

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

RGB color model

#EDD8B6 color RGB value is (237,216,182).

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

RGB channels and saturation

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

237
216
182

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

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 182 = 635 (100%)
R 237 of 635 ~ 37.32%
G 216 of 635 ~ 34.02%
B 182 of 635 ~ 28.66%

%37.32
%34.02
%28.66

CMYK color model

#EDD8B6 color CMYK value is (0,9,23,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,9,23,7)
C0M9Y23K7 
(0%,9%,23%,7%)
(0.00/0.09/0.23/0.07)	

CMYK percentages

%0
%8.86
%23.21
%7.06

Codes

Color #EDD8B6 in popluar color models

EDD8B6
RGB237216182
HSL37°60.44%82.16%
HSB/HSV37°23.21%92.94%
CMYK0.00%8.86%23.21%
7.06%

Color #EDD8B6 in popluar number systems.

HEXEDD8B6
Decimal237216182
Binary111011011101100010110110
Octal355330266

Shades and tints

Shades of #EDD8B6

#EDD8B6
(237,216,182)
#D8C5A6
(216,197,166)
#C3B296
(195,178,150)
#AE9F86
(174,159,134)
#998C76
(153,140,118)
#847966
(132,121,102)
#6F6656
(111,102,86)
#5A5346
(90,83,70)
#454036
(69,64,54)
#302D26
(48,45,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDD8B6

#EDD8B6
(237,216,182)
#EEDBBC
(238,219,188)
#EFDEC2
(239,222,194)
#F0E1C8
(240,225,200)
#F1E4CE
(241,228,206)
#F2E7D4
(242,231,212)
#F3EADA
(243,234,218)
#F4EDE0
(244,237,224)
#F5F0E6
(245,240,230)
#F6F3EC
(246,243,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8B6; }

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

This text font color is #EDD8B6.


Background Color

.myBgColor { background-color: #EDD8B6; }

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

This div background color is #EDD8B6.


Border color

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

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

This div border color is #EDD8B6.


Opacity

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

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

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

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

This text has shadow with #EDD8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8B6 on black background.


Color preview on white background

This text has color #EDD8B6 on white background.



Black color preview on #EDD8B6 background

This text has black color on #EDD8B6 background.


White color preview on #EDD8B6 background

This text has white color on #EDD8B6 background.