COLOR #EED8BD

HEX: #EED8BD
RGB: (238,216,189)

Color info

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

RGB color model

#EED8BD color RGB value is (238,216,189).

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

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 189 of 255 = 74%

238
216
189

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

Portions of RGB colors in percentages

R + G + B =
238 + 216 + 189 = 643 (100%)
R 238 of 643 ~ 37.01%
G 216 of 643 ~ 33.59%
B 189 of 643 ~ 29.39%

%37.01
%33.59
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK: (0,9,21,7) C0M9Y21K7 (0%,9%,21%,7%) (0.00/0.09/0.21/0.07)

CMYK percentages

%0
%9.24
%20.59
%6.67

Codes

Color #EED8BD in popluar color models

EED8BD
RGB238216189
HSL33°59.04%83.73%
HSB/HSV33°20.59%93.33%
CMYK0.00%9.24%20.59%
6.67%

Color #EED8BD in popluar number systems.

HEXEED8BD
Decimal238216189
Binary111011101101100010111101
Octal356330275

Shades and tints

Shades of #EED8BD

#EED8BD
(238,216,189)
#D9C5AC
(217,197,172)
#C4B29B
(196,178,155)
#AF9F8A
(175,159,138)
#9A8C79
(154,140,121)
#857968
(133,121,104)
#706657
(112,102,87)
#5B5346
(91,83,70)
#464035
(70,64,53)
#312D24
(49,45,36)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #EED8BD

#EED8BD
(238,216,189)
#EFDBC3
(239,219,195)
#F0DEC9
(240,222,201)
#F1E1CF
(241,225,207)
#F2E4D5
(242,228,213)
#F3E7DB
(243,231,219)
#F4EAE1
(244,234,225)
#F5EDE7
(245,237,231)
#F6F0ED
(246,240,237)
#F7F3F3
(247,243,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8BD; }

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

This text font color is #EED8BD.


Background Color

.myBgColor { background-color: #EED8BD; }

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

This div background color is #EED8BD.


Border color

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

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

This div border color is #EED8BD.


Opacity

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

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

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

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

This text has shadow with #EED8BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EED8BD on black background.


Color preview on white background

This text has color #EED8BD on white background.



Black color preview on #EED8BD background

This text has black color on #EED8BD background.


White color preview on #EED8BD background

This text has white color on #EED8BD background.