COLOR #EEDDCB

HEX: #EEDDCB
RGB: (238,221,203)

Color info

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

RGB color model

#EEDDCB color RGB value is (238,221,203).

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

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 203 of 255 = 80%

238
221
203

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 203 = 662 (100%)
R 238 of 662 ~ 35.95%
G 221 of 662 ~ 33.38%
B 203 of 662 ~ 30.66%

%35.95
%33.38
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,7,15,7)
C0M7Y15K7 
(0%,7%,15%,7%)
(0.00/0.07/0.15/0.07)	

CMYK percentages

%0
%7.14
%14.71
%6.67

Codes

Color #EEDDCB in popluar color models

EEDDCB
RGB238221203
HSL31°50.72%86.47%
HSB/HSV31°14.71%93.33%
CMYK0.00%7.14%14.71%
6.67%

Color #EEDDCB in popluar number systems.

HEXEEDDCB
Decimal238221203
Binary111011101101110111001011
Octal356335313

Shades and tints

Shades of #EEDDCB

#EEDDCB
(238,221,203)
#D9C9B9
(217,201,185)
#C4B5A7
(196,181,167)
#AFA195
(175,161,149)
#9A8D83
(154,141,131)
#857971
(133,121,113)
#70655F
(112,101,95)
#5B514D
(91,81,77)
#463D3B
(70,61,59)
#312929
(49,41,41)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEDDCB

#EEDDCB
(238,221,203)
#EFE0CF
(239,224,207)
#F0E3D3
(240,227,211)
#F1E6D7
(241,230,215)
#F2E9DB
(242,233,219)
#F3ECDF
(243,236,223)
#F4EFE3
(244,239,227)
#F5F2E7
(245,242,231)
#F6F5EB
(246,245,235)
#F7F8EF
(247,248,239)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDCB; }

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

This text font color is #EEDDCB.


Background Color

.myBgColor { background-color: #EEDDCB; }

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

This div background color is #EEDDCB.


Border color

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

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

This div border color is #EEDDCB.


Opacity

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

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

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

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

This text has shadow with #EEDDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDCB on black background.


Color preview on white background

This text has color #EEDDCB on white background.



Black color preview on #EEDDCB background

This text has black color on #EEDDCB background.


White color preview on #EEDDCB background

This text has white color on #EEDDCB background.