COLOR #EEDBCB

HEX: #EEDBCB
RGB: (238,219,203)

Color info

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

RGB color model

#EEDBCB color RGB value is (238,219,203).

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

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 203 of 255 = 80%

238
219
203

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

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 203 = 660 (100%)
R 238 of 660 ~ 36.06%
G 219 of 660 ~ 33.18%
B 203 of 660 ~ 30.76%

%36.06
%33.18
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,8,15,7)
C0M8Y15K7 
(0%,8%,15%,7%)
(0.00/0.08/0.15/0.07)	

CMYK percentages

%0
%7.98
%14.71
%6.67

Codes

Color #EEDBCB in popluar color models

EEDBCB
RGB238219203
HSL27°50.72%86.47%
HSB/HSV27°14.71%93.33%
CMYK0.00%7.98%14.71%
6.67%

Color #EEDBCB in popluar number systems.

HEXEEDBCB
Decimal238219203
Binary111011101101101111001011
Octal356333313

Shades and tints

Shades of #EEDBCB

#EEDBCB
(238,219,203)
#D9C8B9
(217,200,185)
#C4B5A7
(196,181,167)
#AFA295
(175,162,149)
#9A8F83
(154,143,131)
#857C71
(133,124,113)
#70695F
(112,105,95)
#5B564D
(91,86,77)
#46433B
(70,67,59)
#313029
(49,48,41)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEDBCB

#EEDBCB
(238,219,203)
#EFDECF
(239,222,207)
#F0E1D3
(240,225,211)
#F1E4D7
(241,228,215)
#F2E7DB
(242,231,219)
#F3EADF
(243,234,223)
#F4EDE3
(244,237,227)
#F5F0E7
(245,240,231)
#F6F3EB
(246,243,235)
#F7F6EF
(247,246,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBCB; }

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

This text font color is #EEDBCB.


Background Color

.myBgColor { background-color: #EEDBCB; }

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

This div background color is #EEDBCB.


Border color

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

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

This div border color is #EEDBCB.


Opacity

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

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

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

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

This text has shadow with #EEDBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBCB on black background.


Color preview on white background

This text has color #EEDBCB on white background.



Black color preview on #EEDBCB background

This text has black color on #EEDBCB background.


White color preview on #EEDBCB background

This text has white color on #EEDBCB background.