COLOR #EDD2BB

HEX: #EDD2BB
RGB: (237,210,187)

Color info

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

RGB color model

#EDD2BB color RGB value is (237,210,187).

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

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 187 of 255 = 73%

237
210
187

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

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 187 = 634 (100%)
R 237 of 634 ~ 37.38%
G 210 of 634 ~ 33.12%
B 187 of 634 ~ 29.5%

%37.38
%33.12
%29.5

CMYK color model

#EDD2BB color CMYK value is (0,11,21,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK: (0,11,21,7) C0M11Y21K7 (0%,11%,21%,7%) (0.00/0.11/0.21/0.07)

CMYK percentages

%0
%11.39
%21.1
%7.06

Codes

Color #EDD2BB in popluar color models

EDD2BB
RGB237210187
HSL28°58.14%83.14%
HSB/HSV28°21.10%92.94%
CMYK0.00%11.39%21.10%
7.06%

Color #EDD2BB in popluar number systems.

HEXEDD2BB
Decimal237210187
Binary111011011101001010111011
Octal355322273

Shades and tints

Shades of #EDD2BB

#EDD2BB
(237,210,187)
#D8BFAA
(216,191,170)
#C3AC99
(195,172,153)
#AE9988
(174,153,136)
#998677
(153,134,119)
#847366
(132,115,102)
#6F6055
(111,96,85)
#5A4D44
(90,77,68)
#453A33
(69,58,51)
#302722
(48,39,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #EDD2BB

#EDD2BB
(237,210,187)
#EED6C1
(238,214,193)
#EFDAC7
(239,218,199)
#F0DECD
(240,222,205)
#F1E2D3
(241,226,211)
#F2E6D9
(242,230,217)
#F3EADF
(243,234,223)
#F4EEE5
(244,238,229)
#F5F2EB
(245,242,235)
#F6F6F1
(246,246,241)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2BB; }

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

This text font color is #EDD2BB.


Background Color

.myBgColor { background-color: #EDD2BB; }

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

This div background color is #EDD2BB.


Border color

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

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

This div border color is #EDD2BB.


Opacity

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

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

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

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

This text has shadow with #EDD2BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDD2BB on black background.


Color preview on white background

This text has color #EDD2BB on white background.



Black color preview on #EDD2BB background

This text has black color on #EDD2BB background.


White color preview on #EDD2BB background

This text has white color on #EDD2BB background.