COLOR #EEEDCB

HEX: #EEEDCB
RGB: (238,237,203)

Color info

#EEEDCB contains red, green and blue colors in about the same proportion. Web safe color of #EEEDCB is #FFFFCC (or #FFC).

RGB color model

#EEEDCB color RGB value is (238,237,203).

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

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 203 of 255 = 80%

238
237
203

R + G + B ~ 89%. #EEEDCB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 203 = 678 (100%)
R 238 of 678 ~ 35.1%
G 237 of 678 ~ 34.96%
B 203 of 678 ~ 29.94%

%35.1
%34.96
%29.94

CMYK color model

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

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

CMYK percentages

%0
%0.42
%14.71
%6.67

Codes

Color #EEEDCB in popluar color models

EEEDCB
RGB238237203
HSL58°50.72%86.47%
HSB/HSV58°14.71%93.33%
CMYK0.00%0.42%14.71%
6.67%

Color #EEEDCB in popluar number systems.

HEXEEEDCB
Decimal238237203
Binary111011101110110111001011
Octal356355313

Shades and tints

Shades of #EEEDCB

#EEEDCB
(238,237,203)
#D9D8B9
(217,216,185)
#C4C3A7
(196,195,167)
#AFAE95
(175,174,149)
#9A9983
(154,153,131)
#858471
(133,132,113)
#706F5F
(112,111,95)
#5B5A4D
(91,90,77)
#46453B
(70,69,59)
#313029
(49,48,41)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #EEEDCB

#EEEDCB
(238,237,203)
#EFEECF
(239,238,207)
#F0EFD3
(240,239,211)
#F1F0D7
(241,240,215)
#F2F1DB
(242,241,219)
#F3F2DF
(243,242,223)
#F4F3E3
(244,243,227)
#F5F4E7
(245,244,231)
#F6F5EB
(246,245,235)
#F7F6EF
(247,246,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDCB; }

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

This text font color is #EEEDCB.


Background Color

.myBgColor { background-color: #EEEDCB; }

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

This div background color is #EEEDCB.


Border color

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

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

This div border color is #EEEDCB.


Opacity

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

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

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

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

This text has shadow with #EEEDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDCB on black background.


Color preview on white background

This text has color #EEEDCB on white background.



Black color preview on #EEEDCB background

This text has black color on #EEEDCB background.


White color preview on #EEEDCB background

This text has white color on #EEEDCB background.