COLOR #EEAA96

HEX: #EEAA96
RGB: (238,170,150)

Color info

#EEAA96 contains mainly red color. Web safe color of #EEAA96 is #FF9999 (or #F99).

RGB color model

#EEAA96 color RGB value is (238,170,150).

  • red value is 238;
  • green value is 170;
  • blue value is 150.
RGB:
(238,170,150)
(93%,67%,59%)

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 150 of 255 = 59%

238
170
150

R + G + B ~ 73%. #EEAA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 170 + 150 = 558 (100%)
R 238 of 558 ~ 42.65%
G 170 of 558 ~ 30.47%
B 150 of 558 ~ 26.88%

%42.65
%30.47
%26.88

CMYK color model

#EEAA96 color CMYK value is (0,29,37,7).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(0,29,37,7)
C0M29Y37K7 
(0%,29%,37%,7%)
(0.00/0.29/0.37/0.07)	

CMYK percentages

%0
%28.57
%36.97
%6.67

Codes

Color #EEAA96 in popluar color models

EEAA96
RGB238170150
HSL14°72.13%76.08%
HSB/HSV14°36.97%93.33%
CMYK0.00%28.57%36.97%
6.67%

Color #EEAA96 in popluar number systems.

HEXEEAA96
Decimal238170150
Binary111011101010101010010110
Octal356252226

Shades and tints

Shades of #EEAA96

#EEAA96
(238,170,150)
#D99B89
(217,155,137)
#C48C7C
(196,140,124)
#AF7D6F
(175,125,111)
#9A6E62
(154,110,98)
#855F55
(133,95,85)
#705048
(112,80,72)
#5B413B
(91,65,59)
#46322E
(70,50,46)
#312321
(49,35,33)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEAA96

#EEAA96
(238,170,150)
#EFB19F
(239,177,159)
#F0B8A8
(240,184,168)
#F1BFB1
(241,191,177)
#F2C6BA
(242,198,186)
#F3CDC3
(243,205,195)
#F4D4CC
(244,212,204)
#F5DBD5
(245,219,213)
#F6E2DE
(246,226,222)
#F7E9E7
(247,233,231)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAA96 color. Also use rgb(238,170,150) instead hex code.

Text Font Color

.myTextColor { color: #EEAA96; }

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

This text font color is #EEAA96.


Background Color

.myBgColor { background-color: #EEAA96; }

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

This div background color is #EEAA96.


Border color

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

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

This div border color is #EEAA96.


Opacity

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

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

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

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

This text has shadow with #EEAA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAA96 on black background.


Color preview on white background

This text has color #EEAA96 on white background.



Black color preview on #EEAA96 background

This text has black color on #EEAA96 background.


White color preview on #EEAA96 background

This text has white color on #EEAA96 background.