COLOR #EED3BA

HEX: #EED3BA
RGB: (238,211,186)

Color info

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

RGB color model

#EED3BA color RGB value is (238,211,186).

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

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 186 of 255 = 73%

238
211
186

R + G + B ~ 83%. #EED3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 186 = 635 (100%)
R 238 of 635 ~ 37.48%
G 211 of 635 ~ 33.23%
B 186 of 635 ~ 29.29%

%37.48
%33.23
%29.29

CMYK color model

#EED3BA color CMYK value is (0,11,22,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,11,22,7)
C0M11Y22K7 
(0%,11%,22%,7%)
(0.00/0.11/0.22/0.07)	

CMYK percentages

%0
%11.34
%21.85
%6.67

Codes

Color #EED3BA in popluar color models

EED3BA
RGB238211186
HSL29°60.47%83.14%
HSB/HSV29°21.85%93.33%
CMYK0.00%11.34%21.85%
6.67%

Color #EED3BA in popluar number systems.

HEXEED3BA
Decimal238211186
Binary111011101101001110111010
Octal356323272

Shades and tints

Shades of #EED3BA

#EED3BA
(238,211,186)
#D9C0AA
(217,192,170)
#C4AD9A
(196,173,154)
#AF9A8A
(175,154,138)
#9A877A
(154,135,122)
#85746A
(133,116,106)
#70615A
(112,97,90)
#5B4E4A
(91,78,74)
#463B3A
(70,59,58)
#31282A
(49,40,42)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #EED3BA

#EED3BA
(238,211,186)
#EFD7C0
(239,215,192)
#F0DBC6
(240,219,198)
#F1DFCC
(241,223,204)
#F2E3D2
(242,227,210)
#F3E7D8
(243,231,216)
#F4EBDE
(244,235,222)
#F5EFE4
(245,239,228)
#F6F3EA
(246,243,234)
#F7F7F0
(247,247,240)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED3BA; }

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

This text font color is #EED3BA.


Background Color

.myBgColor { background-color: #EED3BA; }

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

This div background color is #EED3BA.


Border color

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

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

This div border color is #EED3BA.


Opacity

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

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

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

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

This text has shadow with #EED3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3BA on black background.


Color preview on white background

This text has color #EED3BA on white background.



Black color preview on #EED3BA background

This text has black color on #EED3BA background.


White color preview on #EED3BA background

This text has white color on #EED3BA background.