COLOR #EDD2B8

HEX: #EDD2B8
RGB: (237,210,184)

Color info

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

RGB color model

#EDD2B8 color RGB value is (237,210,184).

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

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 184 of 255 = 72%

237
210
184

R + G + B ~ 82%. #EDD2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 184 = 631 (100%)
R 237 of 631 ~ 37.56%
G 210 of 631 ~ 33.28%
B 184 of 631 ~ 29.16%

%37.56
%33.28
%29.16

CMYK color model

#EDD2B8 color CMYK value is (0,11,22,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(0,11,22,7)
C0M11Y22K7 
(0%,11%,22%,7%)
(0.00/0.11/0.22/0.07)	

CMYK percentages

%0
%11.39
%22.36
%7.06

Codes

Color #EDD2B8 in popluar color models

EDD2B8
RGB237210184
HSL29°59.55%82.55%
HSB/HSV29°22.36%92.94%
CMYK0.00%11.39%22.36%
7.06%

Color #EDD2B8 in popluar number systems.

HEXEDD2B8
Decimal237210184
Binary111011011101001010111000
Octal355322270

Shades and tints

Shades of #EDD2B8

#EDD2B8
(237,210,184)
#D8BFA8
(216,191,168)
#C3AC98
(195,172,152)
#AE9988
(174,153,136)
#998678
(153,134,120)
#847368
(132,115,104)
#6F6058
(111,96,88)
#5A4D48
(90,77,72)
#453A38
(69,58,56)
#302728
(48,39,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #EDD2B8

#EDD2B8
(237,210,184)
#EED6BE
(238,214,190)
#EFDAC4
(239,218,196)
#F0DECA
(240,222,202)
#F1E2D0
(241,226,208)
#F2E6D6
(242,230,214)
#F3EADC
(243,234,220)
#F4EEE2
(244,238,226)
#F5F2E8
(245,242,232)
#F6F6EE
(246,246,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2B8; }

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

This text font color is #EDD2B8.


Background Color

.myBgColor { background-color: #EDD2B8; }

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

This div background color is #EDD2B8.


Border color

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

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

This div border color is #EDD2B8.


Opacity

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

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

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

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

This text has shadow with #EDD2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2B8 on black background.


Color preview on white background

This text has color #EDD2B8 on white background.



Black color preview on #EDD2B8 background

This text has black color on #EDD2B8 background.


White color preview on #EDD2B8 background

This text has white color on #EDD2B8 background.