COLOR #EDD8BB

HEX: #EDD8BB
RGB: (237,216,187)

Color info

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

RGB color model

#EDD8BB color RGB value is (237,216,187).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 187 of 255 = 73%

237
216
187

R + G + B ~ 84%. #EDD8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 187 = 640 (100%)
R 237 of 640 ~ 37.03%
G 216 of 640 ~ 33.75%
B 187 of 640 ~ 29.22%

%37.03
%33.75
%29.22

CMYK color model

#EDD8BB color CMYK value is (0,9,21,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK:
(0,9,21,7)
C0M9Y21K7 
(0%,9%,21%,7%)
(0.00/0.09/0.21/0.07)	

CMYK percentages

%0
%8.86
%21.1
%7.06

Codes

Color #EDD8BB in popluar color models

EDD8BB
RGB237216187
HSL35°58.14%83.14%
HSB/HSV35°21.10%92.94%
CMYK0.00%8.86%21.10%
7.06%

Color #EDD8BB in popluar number systems.

HEXEDD8BB
Decimal237216187
Binary111011011101100010111011
Octal355330273

Shades and tints

Shades of #EDD8BB

#EDD8BB
(237,216,187)
#D8C5AA
(216,197,170)
#C3B299
(195,178,153)
#AE9F88
(174,159,136)
#998C77
(153,140,119)
#847966
(132,121,102)
#6F6655
(111,102,85)
#5A5344
(90,83,68)
#454033
(69,64,51)
#302D22
(48,45,34)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #EDD8BB

#EDD8BB
(237,216,187)
#EEDBC1
(238,219,193)
#EFDEC7
(239,222,199)
#F0E1CD
(240,225,205)
#F1E4D3
(241,228,211)
#F2E7D9
(242,231,217)
#F3EADF
(243,234,223)
#F4EDE5
(244,237,229)
#F5F0EB
(245,240,235)
#F6F3F1
(246,243,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8BB; }

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

This text font color is #EDD8BB.


Background Color

.myBgColor { background-color: #EDD8BB; }

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

This div background color is #EDD8BB.


Border color

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

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

This div border color is #EDD8BB.


Opacity

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

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

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

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

This text has shadow with #EDD8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8BB on black background.


Color preview on white background

This text has color #EDD8BB on white background.



Black color preview on #EDD8BB background

This text has black color on #EDD8BB background.


White color preview on #EDD8BB background

This text has white color on #EDD8BB background.