COLOR #ABAA96

HEX: #ABAA96
RGB: (171,170,150)

Color info

#ABAA96 contains red, green and blue colors in about the same proportion. Web safe color of #ABAA96 is #999999 (or #999).

RGB color model

#ABAA96 color RGB value is (171,170,150).

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

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 150 of 255 = 59%

171
170
150

R + G + B ~ 64%. #ABAA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 150 = 491 (100%)
R 171 of 491 ~ 34.83%
G 170 of 491 ~ 34.62%
B 150 of 491 ~ 30.55%

%34.83
%34.62
%30.55

CMYK color model

#ABAA96 color CMYK value is (0,1,12,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,1,12,33)
C0M1Y12K33 
(0%,1%,12%,33%)
(0.00/0.01/0.12/0.33)	

CMYK percentages

%0
%0.58
%12.28
%32.94

Codes

Color #ABAA96 in popluar color models

ABAA96
RGB171170150
HSL57°11.11%62.94%
HSB/HSV57°12.28%67.06%
CMYK0.00%0.58%12.28%
32.94%

Color #ABAA96 in popluar number systems.

HEXABAA96
Decimal171170150
Binary101010111010101010010110
Octal253252226

Shades and tints

Shades of #ABAA96

#ABAA96
(171,170,150)
#9C9B89
(156,155,137)
#8D8C7C
(141,140,124)
#7E7D6F
(126,125,111)
#6F6E62
(111,110,98)
#605F55
(96,95,85)
#515048
(81,80,72)
#42413B
(66,65,59)
#33322E
(51,50,46)
#242321
(36,35,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABAA96

#ABAA96
(171,170,150)
#B2B19F
(178,177,159)
#B9B8A8
(185,184,168)
#C0BFB1
(192,191,177)
#C7C6BA
(199,198,186)
#CECDC3
(206,205,195)
#D5D4CC
(213,212,204)
#DCDBD5
(220,219,213)
#E3E2DE
(227,226,222)
#EAE9E7
(234,233,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA96; }

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

This text font color is #ABAA96.


Background Color

.myBgColor { background-color: #ABAA96; }

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

This div background color is #ABAA96.


Border color

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

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

This div border color is #ABAA96.


Opacity

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

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

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

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

This text has shadow with #ABAA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAA96 on black background.


Color preview on white background

This text has color #ABAA96 on white background.



Black color preview on #ABAA96 background

This text has black color on #ABAA96 background.


White color preview on #ABAA96 background

This text has white color on #ABAA96 background.