COLOR #EEDBB9

HEX: #EEDBB9
RGB: (238,219,185)

Color info

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

RGB color model

#EEDBB9 color RGB value is (238,219,185).

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

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 185 of 255 = 73%

238
219
185

R + G + B ~ 84%. #EEDBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 185 = 642 (100%)
R 238 of 642 ~ 37.07%
G 219 of 642 ~ 34.11%
B 185 of 642 ~ 28.82%

%37.07
%34.11
%28.82

CMYK color model

#EEDBB9 color CMYK value is (0,8,22,7).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(0,8,22,7)
C0M8Y22K7 
(0%,8%,22%,7%)
(0.00/0.08/0.22/0.07)	

CMYK percentages

%0
%7.98
%22.27
%6.67

Codes

Color #EEDBB9 in popluar color models

EEDBB9
RGB238219185
HSL38°60.92%82.94%
HSB/HSV38°22.27%93.33%
CMYK0.00%7.98%22.27%
6.67%

Color #EEDBB9 in popluar number systems.

HEXEEDBB9
Decimal238219185
Binary111011101101101110111001
Octal356333271

Shades and tints

Shades of #EEDBB9

#EEDBB9
(238,219,185)
#D9C8A9
(217,200,169)
#C4B599
(196,181,153)
#AFA289
(175,162,137)
#9A8F79
(154,143,121)
#857C69
(133,124,105)
#706959
(112,105,89)
#5B5649
(91,86,73)
#464339
(70,67,57)
#313029
(49,48,41)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #EEDBB9

#EEDBB9
(238,219,185)
#EFDEBF
(239,222,191)
#F0E1C5
(240,225,197)
#F1E4CB
(241,228,203)
#F2E7D1
(242,231,209)
#F3EAD7
(243,234,215)
#F4EDDD
(244,237,221)
#F5F0E3
(245,240,227)
#F6F3E9
(246,243,233)
#F7F6EF
(247,246,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBB9; }

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

This text font color is #EEDBB9.


Background Color

.myBgColor { background-color: #EEDBB9; }

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

This div background color is #EEDBB9.


Border color

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

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

This div border color is #EEDBB9.


Opacity

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

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

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

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

This text has shadow with #EEDBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBB9 on black background.


Color preview on white background

This text has color #EEDBB9 on white background.



Black color preview on #EEDBB9 background

This text has black color on #EEDBB9 background.


White color preview on #EEDBB9 background

This text has white color on #EEDBB9 background.