COLOR #EDDEC9

HEX: #EDDEC9
RGB: (237,222,201)

Color info

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

RGB color model

#EDDEC9 color RGB value is (237,222,201).

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

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 201 of 255 = 79%

237
222
201

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

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 201 = 660 (100%)
R 237 of 660 ~ 35.91%
G 222 of 660 ~ 33.64%
B 201 of 660 ~ 30.45%

%35.91
%33.64
%30.45

CMYK color model

#EDDEC9 color CMYK value is (0,6,15,7).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,6,15,7)
C0M6Y15K7 
(0%,6%,15%,7%)
(0.00/0.06/0.15/0.07)	

CMYK percentages

%0
%6.33
%15.19
%7.06

Codes

Color #EDDEC9 in popluar color models

EDDEC9
RGB237222201
HSL35°50.00%85.88%
HSB/HSV35°15.19%92.94%
CMYK0.00%6.33%15.19%
7.06%

Color #EDDEC9 in popluar number systems.

HEXEDDEC9
Decimal237222201
Binary111011011101111011001001
Octal355336311

Shades and tints

Shades of #EDDEC9

#EDDEC9
(237,222,201)
#D8CAB7
(216,202,183)
#C3B6A5
(195,182,165)
#AEA293
(174,162,147)
#998E81
(153,142,129)
#847A6F
(132,122,111)
#6F665D
(111,102,93)
#5A524B
(90,82,75)
#453E39
(69,62,57)
#302A27
(48,42,39)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDDEC9

#EDDEC9
(237,222,201)
#EEE1CD
(238,225,205)
#EFE4D1
(239,228,209)
#F0E7D5
(240,231,213)
#F1EAD9
(241,234,217)
#F2EDDD
(242,237,221)
#F3F0E1
(243,240,225)
#F4F3E5
(244,243,229)
#F5F6E9
(245,246,233)
#F6F9ED
(246,249,237)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEC9; }

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

This text font color is #EDDEC9.


Background Color

.myBgColor { background-color: #EDDEC9; }

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

This div background color is #EDDEC9.


Border color

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

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

This div border color is #EDDEC9.


Opacity

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

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

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

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

This text has shadow with #EDDEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDEC9 on black background.


Color preview on white background

This text has color #EDDEC9 on white background.



Black color preview on #EDDEC9 background

This text has black color on #EDDEC9 background.


White color preview on #EDDEC9 background

This text has white color on #EDDEC9 background.