COLOR #EED9BA

HEX: #EED9BA
RGB: (238,217,186)

Color info

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

RGB color model

#EED9BA color RGB value is (238,217,186).

  • red value is 238;
  • green value is 217;
  • blue value is 186.
RGB:
(238,217,186)
(93%,85%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 186 of 255 = 73%

238
217
186

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

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 186 = 641 (100%)
R 238 of 641 ~ 37.13%
G 217 of 641 ~ 33.85%
B 186 of 641 ~ 29.02%

%37.13
%33.85
%29.02

CMYK color model

#EED9BA color CMYK value is (0,9,22,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,9,22,7)
C0M9Y22K7 
(0%,9%,22%,7%)
(0.00/0.09/0.22/0.07)	

CMYK percentages

%0
%8.82
%21.85
%6.67

Codes

Color #EED9BA in popluar color models

EED9BA
RGB238217186
HSL36°60.47%83.14%
HSB/HSV36°21.85%93.33%
CMYK0.00%8.82%21.85%
6.67%

Color #EED9BA in popluar number systems.

HEXEED9BA
Decimal238217186
Binary111011101101100110111010
Octal356331272

Shades and tints

Shades of #EED9BA

#EED9BA
(238,217,186)
#D9C6AA
(217,198,170)
#C4B39A
(196,179,154)
#AFA08A
(175,160,138)
#9A8D7A
(154,141,122)
#857A6A
(133,122,106)
#70675A
(112,103,90)
#5B544A
(91,84,74)
#46413A
(70,65,58)
#312E2A
(49,46,42)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EED9BA

#EED9BA
(238,217,186)
#EFDCC0
(239,220,192)
#F0DFC6
(240,223,198)
#F1E2CC
(241,226,204)
#F2E5D2
(242,229,210)
#F3E8D8
(243,232,216)
#F4EBDE
(244,235,222)
#F5EEE4
(245,238,228)
#F6F1EA
(246,241,234)
#F7F4F0
(247,244,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9BA color. Also use rgb(238,217,186) instead hex code.

Text Font Color

.myTextColor { color: #EED9BA; }

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

This text font color is #EED9BA.


Background Color

.myBgColor { background-color: #EED9BA; }

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

This div background color is #EED9BA.


Border color

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

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

This div border color is #EED9BA.


Opacity

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

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

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

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

This text has shadow with #EED9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9BA on black background.


Color preview on white background

This text has color #EED9BA on white background.



Black color preview on #EED9BA background

This text has black color on #EED9BA background.


White color preview on #EED9BA background

This text has white color on #EED9BA background.