COLOR #EDD8C7

HEX: #EDD8C7
RGB: (237,216,199)

Color info

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

RGB color model

#EDD8C7 color RGB value is (237,216,199).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 199 of 255 = 78%

237
216
199

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

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 199 = 652 (100%)
R 237 of 652 ~ 36.35%
G 216 of 652 ~ 33.13%
B 199 of 652 ~ 30.52%

%36.35
%33.13
%30.52

CMYK color model

#EDD8C7 color CMYK value is (0,9,16,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK:
(0,9,16,7)
C0M9Y16K7 
(0%,9%,16%,7%)
(0.00/0.09/0.16/0.07)	

CMYK percentages

%0
%8.86
%16.03
%7.06

Codes

Color #EDD8C7 in popluar color models

EDD8C7
RGB237216199
HSL27°51.35%85.49%
HSB/HSV27°16.03%92.94%
CMYK0.00%8.86%16.03%
7.06%

Color #EDD8C7 in popluar number systems.

HEXEDD8C7
Decimal237216199
Binary111011011101100011000111
Octal355330307

Shades and tints

Shades of #EDD8C7

#EDD8C7
(237,216,199)
#D8C5B5
(216,197,181)
#C3B2A3
(195,178,163)
#AE9F91
(174,159,145)
#998C7F
(153,140,127)
#84796D
(132,121,109)
#6F665B
(111,102,91)
#5A5349
(90,83,73)
#454037
(69,64,55)
#302D25
(48,45,37)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDD8C7

#EDD8C7
(237,216,199)
#EEDBCC
(238,219,204)
#EFDED1
(239,222,209)
#F0E1D6
(240,225,214)
#F1E4DB
(241,228,219)
#F2E7E0
(242,231,224)
#F3EAE5
(243,234,229)
#F4EDEA
(244,237,234)
#F5F0EF
(245,240,239)
#F6F3F4
(246,243,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8C7; }

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

This text font color is #EDD8C7.


Background Color

.myBgColor { background-color: #EDD8C7; }

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

This div background color is #EDD8C7.


Border color

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

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

This div border color is #EDD8C7.


Opacity

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

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

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

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

This text has shadow with #EDD8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8C7 on black background.


Color preview on white background

This text has color #EDD8C7 on white background.



Black color preview on #EDD8C7 background

This text has black color on #EDD8C7 background.


White color preview on #EDD8C7 background

This text has white color on #EDD8C7 background.