COLOR #EEDCD9

HEX: #EEDCD9
RGB: (238,220,217)

Color info

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

RGB color model

#EEDCD9 color RGB value is (238,220,217).

  • red value is 238;
  • green value is 220;
  • blue value is 217.
RGB:
(238,220,217)
(93%,86%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 217 of 255 = 85%

238
220
217

R + G + B ~ 88%. #EEDCD9 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 217 = 675 (100%)
R 238 of 675 ~ 35.26%
G 220 of 675 ~ 32.59%
B 217 of 675 ~ 32.15%

%35.26
%32.59
%32.15

CMYK color model

#EEDCD9 color CMYK value is (0,8,9,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 8.82%
  • key color value is 6.67%
CMYK:
(0,8,9,7)
C0M8Y9K7 
(0%,8%,9%,7%)
(0.00/0.08/0.09/0.07)	

CMYK percentages

%0
%7.56
%8.82
%6.67

Codes

Color #EEDCD9 in popluar color models

EEDCD9
RGB238220217
HSL38.18%89.22%
HSB/HSV8.82%93.33%
CMYK0.00%7.56%8.82%
6.67%

Color #EEDCD9 in popluar number systems.

HEXEEDCD9
Decimal238220217
Binary111011101101110011011001
Octal356334331

Shades and tints

Shades of #EEDCD9

#EEDCD9
(238,220,217)
#D9C8C6
(217,200,198)
#C4B4B3
(196,180,179)
#AFA0A0
(175,160,160)
#9A8C8D
(154,140,141)
#85787A
(133,120,122)
#706467
(112,100,103)
#5B5054
(91,80,84)
#463C41
(70,60,65)
#31282E
(49,40,46)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EEDCD9

#EEDCD9
(238,220,217)
#EFDFDC
(239,223,220)
#F0E2DF
(240,226,223)
#F1E5E2
(241,229,226)
#F2E8E5
(242,232,229)
#F3EBE8
(243,235,232)
#F4EEEB
(244,238,235)
#F5F1EE
(245,241,238)
#F6F4F1
(246,244,241)
#F7F7F4
(247,247,244)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDCD9 color. Also use rgb(238,220,217) instead hex code.

Text Font Color

.myTextColor { color: #EEDCD9; }

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

This text font color is #EEDCD9.


Background Color

.myBgColor { background-color: #EEDCD9; }

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

This div background color is #EEDCD9.


Border color

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

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

This div border color is #EEDCD9.


Opacity

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

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

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

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

This text has shadow with #EEDCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCD9 on black background.


Color preview on white background

This text has color #EEDCD9 on white background.



Black color preview on #EEDCD9 background

This text has black color on #EEDCD9 background.


White color preview on #EEDCD9 background

This text has white color on #EEDCD9 background.