COLOR #EEDDBD

HEX: #EEDDBD
RGB: (238,221,189)

Color info

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

RGB color model

#EEDDBD color RGB value is (238,221,189).

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

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 189 of 255 = 74%

238
221
189

R + G + B ~ 85%. #EEDDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 189 = 648 (100%)
R 238 of 648 ~ 36.73%
G 221 of 648 ~ 34.1%
B 189 of 648 ~ 29.17%

%36.73
%34.1
%29.17

CMYK color model

#EEDDBD color CMYK value is (0,7,21,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK: (0,7,21,7) C0M7Y21K7 (0%,7%,21%,7%) (0.00/0.07/0.21/0.07)

CMYK percentages

%0
%7.14
%20.59
%6.67

Codes

Color #EEDDBD in popluar color models

EEDDBD
RGB238221189
HSL39°59.04%83.73%
HSB/HSV39°20.59%93.33%
CMYK0.00%7.14%20.59%
6.67%

Color #EEDDBD in popluar number systems.

HEXEEDDBD
Decimal238221189
Binary111011101101110110111101
Octal356335275

Shades and tints

Shades of #EEDDBD

#EEDDBD
(238,221,189)
#D9C9AC
(217,201,172)
#C4B59B
(196,181,155)
#AFA18A
(175,161,138)
#9A8D79
(154,141,121)
#857968
(133,121,104)
#706557
(112,101,87)
#5B5146
(91,81,70)
#463D35
(70,61,53)
#312924
(49,41,36)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #EEDDBD

#EEDDBD
(238,221,189)
#EFE0C3
(239,224,195)
#F0E3C9
(240,227,201)
#F1E6CF
(241,230,207)
#F2E9D5
(242,233,213)
#F3ECDB
(243,236,219)
#F4EFE1
(244,239,225)
#F5F2E7
(245,242,231)
#F6F5ED
(246,245,237)
#F7F8F3
(247,248,243)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDBD; }

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

This text font color is #EEDDBD.


Background Color

.myBgColor { background-color: #EEDDBD; }

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

This div background color is #EEDDBD.


Border color

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

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

This div border color is #EEDDBD.


Opacity

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

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

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

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

This text has shadow with #EEDDBD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EEDDBD on black background.


Color preview on white background

This text has color #EEDDBD on white background.



Black color preview on #EEDDBD background

This text has black color on #EEDDBD background.


White color preview on #EEDDBD background

This text has white color on #EEDDBD background.