COLOR #EDD5C8

HEX: #EDD5C8 RGB: (237,213,200)

Color info

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

RGB color model

#EDD5C8 color RGB value is (237,213,200).

RGB: (237,213,200) (93%, 84%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 200 of 255 = 78%

237
213
200

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

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 200 = 650 (100%)
R 237 of 650 ~ 36.46%
G 213 of 650 ~ 32.77%
B 200 of 650 ~ 30.77'%

%36.46
%32.77
%30.77

CMYK color model

#EDD5C8 color CMYK value is (0,10,16,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 15.61%
  • key color value is 7.06%

CMYK: (0,10,16,7)
C0M10Y16K7 (0%, 10%, 16%, 7%)
(0.00 / 0.10 / 0.16 / 0.07)

CMYK percentages

%0
%10.13
%15.61
%7.06

Codes

Color #EDD5C8 in popluar color models

ED D5 C8
RGB 237 213 200
HSL 21° 50.68% 85.69%
HSB/HSV 21° 15.61% 92.94%
CMYK 0.00% 10.13% 15.61%
7.06%

Color #EDD5C8 in popluar number systems.

HEX ED D5 C8
Decimal 237 213 200
Binary 11101101 11010101 11001000
Octal 355 325 310

Shades and tints

Shades of #EDD5C8

#EDD5C8
(237,213,200)
#D8C2B6
(216,194,182)
#C3AFA4
(195,175,164)
#AE9C92
(174,156,146)
#998980
(153,137,128)
#84766E
(132,118,110)
#6F635C
(111,99,92)
#5A504A
(90,80,74)
#453D38
(69,61,56)
#302A26
(48,42,38)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDD5C8

#EDD5C8
(237,213,200)
#EED8CD
(238,216,205)
#EFDBD2
(239,219,210)
#F0DED7
(240,222,215)
#F1E1DC
(241,225,220)
#F2E4E1
(242,228,225)
#F3E7E6
(243,231,230)
#F4EAEB
(244,234,235)
#F5EDF0
(245,237,240)
#F6F0F5
(246,240,245)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5C8; }

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

This text font color is #EDD5C8.

Background Color

.myBgColor { background-color: #EDD5C8; }

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

This div background color is #EDD5C8.

Border color

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

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

This div border color is #EDD5C8.

Opacity

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

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

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

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

This text has shadow with #EDD5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD5C8.

Preview

Color preview on black background

This text has color #EDD5C8 on black background.


Color preview on white background

This text has color #EDD5C8 on white background.


Black color preview on #EDD5C8 background

This text has black color on #EDD5C8 background.


White color preview on #EDD5C8 background

This text has white color on #EDD5C8 background.


Related colors

Complementary color

Complementary color for #hex is #122A37.


I love getcolorcode.com

Triadic colors

1 #C8EDD5 and #D5C8ED with #EDD5C8 are triadic colors.

2 #C8D5ED and #D5EDC8 with #EDD5C8 are triadic colors.