COLOR #EDD8B8

HEX: #EDD8B8
RGB: (237,216,184)

Color info

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

RGB color model

#EDD8B8 color RGB value is (237,216,184).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 184 of 255 = 72%

237
216
184

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

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 184 = 637 (100%)
R 237 of 637 ~ 37.21%
G 216 of 637 ~ 33.91%
B 184 of 637 ~ 28.89%

%37.21
%33.91
%28.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 22.36%
  • 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
%8.86
%22.36
%7.06

Codes

Color #EDD8B8 in popluar color models

EDD8B8
RGB237216184
HSL36°59.55%82.55%
HSB/HSV36°22.36%92.94%
CMYK0.00%8.86%22.36%
7.06%

Color #EDD8B8 in popluar number systems.

HEXEDD8B8
Decimal237216184
Binary111011011101100010111000
Octal355330270

Shades and tints

Shades of #EDD8B8

#EDD8B8
(237,216,184)
#D8C5A8
(216,197,168)
#C3B298
(195,178,152)
#AE9F88
(174,159,136)
#998C78
(153,140,120)
#847968
(132,121,104)
#6F6658
(111,102,88)
#5A5348
(90,83,72)
#454038
(69,64,56)
#302D28
(48,45,40)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDD8B8

#EDD8B8
(237,216,184)
#EEDBBE
(238,219,190)
#EFDEC4
(239,222,196)
#F0E1CA
(240,225,202)
#F1E4D0
(241,228,208)
#F2E7D6
(242,231,214)
#F3EADC
(243,234,220)
#F4EDE2
(244,237,226)
#F5F0E8
(245,240,232)
#F6F3EE
(246,243,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8B8; }

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

This text font color is #EDD8B8.


Background Color

.myBgColor { background-color: #EDD8B8; }

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

This div background color is #EDD8B8.


Border color

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

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

This div border color is #EDD8B8.


Opacity

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

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

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

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

This text has shadow with #EDD8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8B8 on black background.


Color preview on white background

This text has color #EDD8B8 on white background.



Black color preview on #EDD8B8 background

This text has black color on #EDD8B8 background.


White color preview on #EDD8B8 background

This text has white color on #EDD8B8 background.