COLOR #EDD5C9

HEX: #EDD5C9
RGB: (237,213,201)

Color info

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

RGB color model

#EDD5C9 color RGB value is (237,213,201).

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

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 201 of 255 = 79%

237
213
201

R + G + B ~ 85%. #EDD5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 201 = 651 (100%)
R 237 of 651 ~ 36.41%
G 213 of 651 ~ 32.72%
B 201 of 651 ~ 30.88%

%36.41
%32.72
%30.88

CMYK color model

#EDD5C9 color CMYK value is (0,10,15,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,10,15,7)
C0M10Y15K7 
(0%,10%,15%,7%)
(0.00/0.10/0.15/0.07)	

CMYK percentages

%0
%10.13
%15.19
%7.06

Codes

Color #EDD5C9 in popluar color models

EDD5C9
RGB237213201
HSL20°50.00%85.88%
HSB/HSV20°15.19%92.94%
CMYK0.00%10.13%15.19%
7.06%

Color #EDD5C9 in popluar number systems.

HEXEDD5C9
Decimal237213201
Binary111011011101010111001001
Octal355325311

Shades and tints

Shades of #EDD5C9

#EDD5C9
(237,213,201)
#D8C2B7
(216,194,183)
#C3AFA5
(195,175,165)
#AE9C93
(174,156,147)
#998981
(153,137,129)
#84766F
(132,118,111)
#6F635D
(111,99,93)
#5A504B
(90,80,75)
#453D39
(69,61,57)
#302A27
(48,42,39)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDD5C9

#EDD5C9
(237,213,201)
#EED8CD
(238,216,205)
#EFDBD1
(239,219,209)
#F0DED5
(240,222,213)
#F1E1D9
(241,225,217)
#F2E4DD
(242,228,221)
#F3E7E1
(243,231,225)
#F4EAE5
(244,234,229)
#F5EDE9
(245,237,233)
#F6F0ED
(246,240,237)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5C9; }

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

This text font color is #EDD5C9.


Background Color

.myBgColor { background-color: #EDD5C9; }

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

This div background color is #EDD5C9.


Border color

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

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

This div border color is #EDD5C9.


Opacity

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

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

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

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

This text has shadow with #EDD5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5C9 on black background.


Color preview on white background

This text has color #EDD5C9 on white background.



Black color preview on #EDD5C9 background

This text has black color on #EDD5C9 background.


White color preview on #EDD5C9 background

This text has white color on #EDD5C9 background.