COLOR #EEBAA6

HEX: #EEBAA6
RGB: (238,186,166)

Color info

#EEBAA6 contains mainly red and green colors. Web safe color of #EEBAA6 is #FFCC99 (or #FC9).

RGB color model

#EEBAA6 color RGB value is (238,186,166).

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

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 166 of 255 = 65%

238
186
166

R + G + B ~ 77%. #EEBAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 186 + 166 = 590 (100%)
R 238 of 590 ~ 40.34%
G 186 of 590 ~ 31.53%
B 166 of 590 ~ 28.14%

%40.34
%31.53
%28.14

CMYK color model

#EEBAA6 color CMYK value is (0,22,30,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 30.25%
  • key color value is 6.67%
CMYK:
(0,22,30,7)
C0M22Y30K7 
(0%,22%,30%,7%)
(0.00/0.22/0.30/0.07)	

CMYK percentages

%0
%21.85
%30.25
%6.67

Codes

Color #EEBAA6 in popluar color models

EEBAA6
RGB238186166
HSL17°67.92%79.22%
HSB/HSV17°30.25%93.33%
CMYK0.00%21.85%30.25%
6.67%

Color #EEBAA6 in popluar number systems.

HEXEEBAA6
Decimal238186166
Binary111011101011101010100110
Octal356272246

Shades and tints

Shades of #EEBAA6

#EEBAA6
(238,186,166)
#D9AA97
(217,170,151)
#C49A88
(196,154,136)
#AF8A79
(175,138,121)
#9A7A6A
(154,122,106)
#856A5B
(133,106,91)
#705A4C
(112,90,76)
#5B4A3D
(91,74,61)
#463A2E
(70,58,46)
#312A1F
(49,42,31)
#1C1A10
(28,26,16)
#000000
(0,0,0)

Tints of #EEBAA6

#EEBAA6
(238,186,166)
#EFC0AE
(239,192,174)
#F0C6B6
(240,198,182)
#F1CCBE
(241,204,190)
#F2D2C6
(242,210,198)
#F3D8CE
(243,216,206)
#F4DED6
(244,222,214)
#F5E4DE
(245,228,222)
#F6EAE6
(246,234,230)
#F7F0EE
(247,240,238)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBAA6; }

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

This text font color is #EEBAA6.


Background Color

.myBgColor { background-color: #EEBAA6; }

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

This div background color is #EEBAA6.


Border color

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

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

This div border color is #EEBAA6.


Opacity

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

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

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

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

This text has shadow with #EEBAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBAA6 on black background.


Color preview on white background

This text has color #EEBAA6 on white background.



Black color preview on #EEBAA6 background

This text has black color on #EEBAA6 background.


White color preview on #EEBAA6 background

This text has white color on #EEBAA6 background.