COLOR #EDD8C9

HEX: #EDD8C9
RGB: (237,216,201)

Color info

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

RGB color model

#EDD8C9 color RGB value is (237,216,201).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 201 of 255 = 79%

237
216
201

R + G + B ~ 86%. #EDD8C9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 201 = 654 (100%)
R 237 of 654 ~ 36.24%
G 216 of 654 ~ 33.03%
B 201 of 654 ~ 30.73%

%36.24
%33.03
%30.73

CMYK color model

#EDD8C9 color CMYK value is (0,9,15,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,9,15,7)
C0M9Y15K7 
(0%,9%,15%,7%)
(0.00/0.09/0.15/0.07)	

CMYK percentages

%0
%8.86
%15.19
%7.06

Codes

Color #EDD8C9 in popluar color models

EDD8C9
RGB237216201
HSL25°50.00%85.88%
HSB/HSV25°15.19%92.94%
CMYK0.00%8.86%15.19%
7.06%

Color #EDD8C9 in popluar number systems.

HEXEDD8C9
Decimal237216201
Binary111011011101100011001001
Octal355330311

Shades and tints

Shades of #EDD8C9

#EDD8C9
(237,216,201)
#D8C5B7
(216,197,183)
#C3B2A5
(195,178,165)
#AE9F93
(174,159,147)
#998C81
(153,140,129)
#84796F
(132,121,111)
#6F665D
(111,102,93)
#5A534B
(90,83,75)
#454039
(69,64,57)
#302D27
(48,45,39)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDD8C9

#EDD8C9
(237,216,201)
#EEDBCD
(238,219,205)
#EFDED1
(239,222,209)
#F0E1D5
(240,225,213)
#F1E4D9
(241,228,217)
#F2E7DD
(242,231,221)
#F3EAE1
(243,234,225)
#F4EDE5
(244,237,229)
#F5F0E9
(245,240,233)
#F6F3ED
(246,243,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8C9; }

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

This text font color is #EDD8C9.


Background Color

.myBgColor { background-color: #EDD8C9; }

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

This div background color is #EDD8C9.


Border color

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

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

This div border color is #EDD8C9.


Opacity

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

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

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

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

This text has shadow with #EDD8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8C9 on black background.


Color preview on white background

This text has color #EDD8C9 on white background.



Black color preview on #EDD8C9 background

This text has black color on #EDD8C9 background.


White color preview on #EDD8C9 background

This text has white color on #EDD8C9 background.