COLOR #EDD7B9

HEX: #EDD7B9
RGB: (237,215,185)

Color info

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

RGB color model

#EDD7B9 color RGB value is (237,215,185).

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

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 185 of 255 = 73%

237
215
185

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 185 = 637 (100%)
R 237 of 637 ~ 37.21%
G 215 of 637 ~ 33.75%
B 185 of 637 ~ 29.04%

%37.21
%33.75
%29.04

CMYK color model

#EDD7B9 color CMYK value is (0,9,22,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(0,9,22,7)
C0M9Y22K7 
(0%,9%,22%,7%)
(0.00/0.09/0.22/0.07)	

CMYK percentages

%0
%9.28
%21.94
%7.06

Codes

Color #EDD7B9 in popluar color models

EDD7B9
RGB237215185
HSL35°59.09%82.75%
HSB/HSV35°21.94%92.94%
CMYK0.00%9.28%21.94%
7.06%

Color #EDD7B9 in popluar number systems.

HEXEDD7B9
Decimal237215185
Binary111011011101011110111001
Octal355327271

Shades and tints

Shades of #EDD7B9

#EDD7B9
(237,215,185)
#D8C4A9
(216,196,169)
#C3B199
(195,177,153)
#AE9E89
(174,158,137)
#998B79
(153,139,121)
#847869
(132,120,105)
#6F6559
(111,101,89)
#5A5249
(90,82,73)
#453F39
(69,63,57)
#302C29
(48,44,41)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDD7B9

#EDD7B9
(237,215,185)
#EEDABF
(238,218,191)
#EFDDC5
(239,221,197)
#F0E0CB
(240,224,203)
#F1E3D1
(241,227,209)
#F2E6D7
(242,230,215)
#F3E9DD
(243,233,221)
#F4ECE3
(244,236,227)
#F5EFE9
(245,239,233)
#F6F2EF
(246,242,239)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7B9; }

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

This text font color is #EDD7B9.


Background Color

.myBgColor { background-color: #EDD7B9; }

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

This div background color is #EDD7B9.


Border color

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

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

This div border color is #EDD7B9.


Opacity

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

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

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

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

This text has shadow with #EDD7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7B9 on black background.


Color preview on white background

This text has color #EDD7B9 on white background.



Black color preview on #EDD7B9 background

This text has black color on #EDD7B9 background.


White color preview on #EDD7B9 background

This text has white color on #EDD7B9 background.