COLOR #EEDDD0

HEX: #EEDDD0
RGB: (238,221,208)

Color info

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

RGB color model

#EEDDD0 color RGB value is (238,221,208).

  • red value is 238;
  • green value is 221;
  • blue value is 208.
RGB:
(238,221,208)
(93%,87%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 208 of 255 = 82%

238
221
208

R + G + B ~ 87%. #EEDDD0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 208 = 667 (100%)
R 238 of 667 ~ 35.68%
G 221 of 667 ~ 33.13%
B 208 of 667 ~ 31.18%

%35.68
%33.13
%31.18

CMYK color model

#EEDDD0 color CMYK value is (0,7,13,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(0,7,13,7)
C0M7Y13K7 
(0%,7%,13%,7%)
(0.00/0.07/0.13/0.07)	

CMYK percentages

%0
%7.14
%12.61
%6.67

Codes

Color #EEDDD0 in popluar color models

EEDDD0
RGB238221208
HSL26°46.88%87.45%
HSB/HSV26°12.61%93.33%
CMYK0.00%7.14%12.61%
6.67%

Color #EEDDD0 in popluar number systems.

HEXEEDDD0
Decimal238221208
Binary111011101101110111010000
Octal356335320

Shades and tints

Shades of #EEDDD0

#EEDDD0
(238,221,208)
#D9C9BE
(217,201,190)
#C4B5AC
(196,181,172)
#AFA19A
(175,161,154)
#9A8D88
(154,141,136)
#857976
(133,121,118)
#706564
(112,101,100)
#5B5152
(91,81,82)
#463D40
(70,61,64)
#31292E
(49,41,46)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #EEDDD0

#EEDDD0
(238,221,208)
#EFE0D4
(239,224,212)
#F0E3D8
(240,227,216)
#F1E6DC
(241,230,220)
#F2E9E0
(242,233,224)
#F3ECE4
(243,236,228)
#F4EFE8
(244,239,232)
#F5F2EC
(245,242,236)
#F6F5F0
(246,245,240)
#F7F8F4
(247,248,244)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDD0 color. Also use rgb(238,221,208) instead hex code.

Text Font Color

.myTextColor { color: #EEDDD0; }

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

This text font color is #EEDDD0.


Background Color

.myBgColor { background-color: #EEDDD0; }

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

This div background color is #EEDDD0.


Border color

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

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

This div border color is #EEDDD0.


Opacity

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

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

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

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

This text has shadow with #EEDDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDD0 on black background.


Color preview on white background

This text has color #EEDDD0 on white background.



Black color preview on #EEDDD0 background

This text has black color on #EEDDD0 background.


White color preview on #EEDDD0 background

This text has white color on #EEDDD0 background.