COLOR #EDD9C8

HEX: #EDD9C8
RGB: (237,217,200)

Color info

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

RGB color model

#EDD9C8 color RGB value is (237,217,200).

  • red value is 237;
  • green value is 217;
  • blue value is 200.
RGB:
(237,217,200)
(93%,85%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 200 of 255 = 78%

237
217
200

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 200 = 654 (100%)
R 237 of 654 ~ 36.24%
G 217 of 654 ~ 33.18%
B 200 of 654 ~ 30.58%

%36.24
%33.18
%30.58

CMYK color model

#EDD9C8 color CMYK value is (0,8,16,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(0,8,16,7)
C0M8Y16K7 
(0%,8%,16%,7%)
(0.00/0.08/0.16/0.07)	

CMYK percentages

%0
%8.44
%15.61
%7.06

Codes

Color #EDD9C8 in popluar color models

EDD9C8
RGB237217200
HSL28°50.68%85.69%
HSB/HSV28°15.61%92.94%
CMYK0.00%8.44%15.61%
7.06%

Color #EDD9C8 in popluar number systems.

HEXEDD9C8
Decimal237217200
Binary111011011101100111001000
Octal355331310

Shades and tints

Shades of #EDD9C8

#EDD9C8
(237,217,200)
#D8C6B6
(216,198,182)
#C3B3A4
(195,179,164)
#AEA092
(174,160,146)
#998D80
(153,141,128)
#847A6E
(132,122,110)
#6F675C
(111,103,92)
#5A544A
(90,84,74)
#454138
(69,65,56)
#302E26
(48,46,38)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDD9C8

#EDD9C8
(237,217,200)
#EEDCCD
(238,220,205)
#EFDFD2
(239,223,210)
#F0E2D7
(240,226,215)
#F1E5DC
(241,229,220)
#F2E8E1
(242,232,225)
#F3EBE6
(243,235,230)
#F4EEEB
(244,238,235)
#F5F1F0
(245,241,240)
#F6F4F5
(246,244,245)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9C8; }

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

This text font color is #EDD9C8.


Background Color

.myBgColor { background-color: #EDD9C8; }

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

This div background color is #EDD9C8.


Border color

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

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

This div border color is #EDD9C8.


Opacity

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

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

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

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

This text has shadow with #EDD9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9C8 on black background.


Color preview on white background

This text has color #EDD9C8 on white background.



Black color preview on #EDD9C8 background

This text has black color on #EDD9C8 background.


White color preview on #EDD9C8 background

This text has white color on #EDD9C8 background.