COLOR #EDDDC7

HEX: #EDDDC7
RGB: (237,221,199)

Color info

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

RGB color model

#EDDDC7 color RGB value is (237,221,199).

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

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 199 of 255 = 78%

237
221
199

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

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 199 = 657 (100%)
R 237 of 657 ~ 36.07%
G 221 of 657 ~ 33.64%
B 199 of 657 ~ 30.29%

%36.07
%33.64
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK:
(0,7,16,7)
C0M7Y16K7 
(0%,7%,16%,7%)
(0.00/0.07/0.16/0.07)	

CMYK percentages

%0
%6.75
%16.03
%7.06

Codes

Color #EDDDC7 in popluar color models

EDDDC7
RGB237221199
HSL35°51.35%85.49%
HSB/HSV35°16.03%92.94%
CMYK0.00%6.75%16.03%
7.06%

Color #EDDDC7 in popluar number systems.

HEXEDDDC7
Decimal237221199
Binary111011011101110111000111
Octal355335307

Shades and tints

Shades of #EDDDC7

#EDDDC7
(237,221,199)
#D8C9B5
(216,201,181)
#C3B5A3
(195,181,163)
#AEA191
(174,161,145)
#998D7F
(153,141,127)
#84796D
(132,121,109)
#6F655B
(111,101,91)
#5A5149
(90,81,73)
#453D37
(69,61,55)
#302925
(48,41,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDDDC7

#EDDDC7
(237,221,199)
#EEE0CC
(238,224,204)
#EFE3D1
(239,227,209)
#F0E6D6
(240,230,214)
#F1E9DB
(241,233,219)
#F2ECE0
(242,236,224)
#F3EFE5
(243,239,229)
#F4F2EA
(244,242,234)
#F5F5EF
(245,245,239)
#F6F8F4
(246,248,244)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDC7; }

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

This text font color is #EDDDC7.


Background Color

.myBgColor { background-color: #EDDDC7; }

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

This div background color is #EDDDC7.


Border color

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

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

This div border color is #EDDDC7.


Opacity

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

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

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

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

This text has shadow with #EDDDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDDC7 on black background.


Color preview on white background

This text has color #EDDDC7 on white background.



Black color preview on #EDDDC7 background

This text has black color on #EDDDC7 background.


White color preview on #EDDDC7 background

This text has white color on #EDDDC7 background.