COLOR #EDE8BB

HEX: #EDE8BB RGB: (237,232,187)

Color info

#EDE8BB contains red, green and blue colors in about the same proportion. Web safe color of #EDE8BB is #FFFFCC (or #FFC).

RGB color model

#EDE8BB color RGB value is (237,232,187).

RGB: (237,232,187) (93%, 91%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 187 of 255 = 73%

237
232
187

R + G + B ~ 86%. #EDE8BB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 232 + 187 = 656 (100%)
R 237 of 656 ~ 36.13%
G 232 of 656 ~ 35.37%
B 187 of 656 ~ 28.51'%

%36.13
%35.37
%28.51

CMYK color model

#EDE8BB color CMYK value is (0,2,21,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 21.10%
  • key color value is 7.06%

CMYK: (0,2,21,7)
C0M2Y21K7 (0%, 2%, 21%, 7%)
(0.00 / 0.02 / 0.21 / 0.07)

CMYK percentages

%0
%2.11
%21.1
%7.06

Codes

Color #EDE8BB in popluar color models

ED E8 BB
RGB 237 232 187
HSL 54° 58.14% 83.14%
HSB/HSV 54° 21.10% 92.94%
CMYK 0.00% 2.11% 21.10%
7.06%

Color #EDE8BB in popluar number systems.

HEX ED E8 BB
Decimal 237 232 187
Binary 11101101 11101000 10111011
Octal 355 350 273

Shades and tints

Shades of #EDE8BB

#EDE8BB
(237,232,187)
#D8D3AA
(216,211,170)
#C3BE99
(195,190,153)
#AEA988
(174,169,136)
#999477
(153,148,119)
#847F66
(132,127,102)
#6F6A55
(111,106,85)
#5A5544
(90,85,68)
#454033
(69,64,51)
#302B22
(48,43,34)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #EDE8BB

#EDE8BB
(237,232,187)
#EEEAC1
(238,234,193)
#EFECC7
(239,236,199)
#F0EECD
(240,238,205)
#F1F0D3
(241,240,211)
#F2F2D9
(242,242,217)
#F3F4DF
(243,244,223)
#F4F6E5
(244,246,229)
#F5F8EB
(245,248,235)
#F6FAF1
(246,250,241)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE8BB; }

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

This text font color is #EDE8BB.

Background Color

.myBgColor { background-color: #EDE8BB; }

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

This div background color is #EDE8BB.

Border color

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

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

This div border color is #EDE8BB.

Opacity

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

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

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

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

This text has shadow with #EDE8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE8BB.

Preview

Color preview on black background

This text has color #EDE8BB on black background.


Color preview on white background

This text has color #EDE8BB on white background.


Black color preview on #EDE8BB background

This text has black color on #EDE8BB background.


White color preview on #EDE8BB background

This text has white color on #EDE8BB background.


Related colors

Complementary color

Complementary color for #hex is #121744.


I love getcolorcode.com

Triadic colors

1 #BBEDE8 and #E8BBED with #EDE8BB are triadic colors.

2 #BBE8ED and #E8EDBB with #EDE8BB are triadic colors.