COLOR #EDD7B4

HEX: #EDD7B4
RGB: (237,215,180)

Color info

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

RGB color model

#EDD7B4 color RGB value is (237,215,180).

  • red value is 237;
  • green value is 215;
  • blue value is 180.
RGB:
(237,215,180)
(93%,84%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 180 of 255 = 71%

237
215
180

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 180 = 632 (100%)
R 237 of 632 ~ 37.5%
G 215 of 632 ~ 34.02%
B 180 of 632 ~ 28.48%

%37.5
%34.02
%28.48

CMYK color model

#EDD7B4 color CMYK value is (0,9,24,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(0,9,24,7)
C0M9Y24K7 
(0%,9%,24%,7%)
(0.00/0.09/0.24/0.07)	

CMYK percentages

%0
%9.28
%24.05
%7.06

Codes

Color #EDD7B4 in popluar color models

EDD7B4
RGB237215180
HSL37°61.29%81.76%
HSB/HSV37°24.05%92.94%
CMYK0.00%9.28%24.05%
7.06%

Color #EDD7B4 in popluar number systems.

HEXEDD7B4
Decimal237215180
Binary111011011101011110110100
Octal355327264

Shades and tints

Shades of #EDD7B4

#EDD7B4
(237,215,180)
#D8C4A4
(216,196,164)
#C3B194
(195,177,148)
#AE9E84
(174,158,132)
#998B74
(153,139,116)
#847864
(132,120,100)
#6F6554
(111,101,84)
#5A5244
(90,82,68)
#453F34
(69,63,52)
#302C24
(48,44,36)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDD7B4

#EDD7B4
(237,215,180)
#EEDABA
(238,218,186)
#EFDDC0
(239,221,192)
#F0E0C6
(240,224,198)
#F1E3CC
(241,227,204)
#F2E6D2
(242,230,210)
#F3E9D8
(243,233,216)
#F4ECDE
(244,236,222)
#F5EFE4
(245,239,228)
#F6F2EA
(246,242,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7B4 color. Also use rgb(237,215,180) instead hex code.

Text Font Color

.myTextColor { color: #EDD7B4; }

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

This text font color is #EDD7B4.


Background Color

.myBgColor { background-color: #EDD7B4; }

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

This div background color is #EDD7B4.


Border color

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

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

This div border color is #EDD7B4.


Opacity

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

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

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

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

This text has shadow with #EDD7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7B4 on black background.


Color preview on white background

This text has color #EDD7B4 on white background.



Black color preview on #EDD7B4 background

This text has black color on #EDD7B4 background.


White color preview on #EDD7B4 background

This text has white color on #EDD7B4 background.