COLOR #ABAD96

HEX: #ABAD96
RGB: (171,173,150)

Color info

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

RGB color model

#ABAD96 color RGB value is (171,173,150).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 150 of 255 = 59%

171
173
150

R + G + B ~ 65%. #ABAD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 150 = 494 (100%)
R 171 of 494 ~ 34.62%
G 173 of 494 ~ 35.02%
B 150 of 494 ~ 30.36%

%34.62
%35.02
%30.36

CMYK color model

#ABAD96 color CMYK value is (1,0,13,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(1,0,13,32)
C1M0Y13K32 
(1%,0%,13%,32%)
(0.01/0.00/0.13/0.32)	

CMYK percentages

%1.16
%0
%13.29
%32.16

Codes

Color #ABAD96 in popluar color models

ABAD96
RGB171173150
HSL65°12.30%63.33%
HSB/HSV65°13.29%67.84%
CMYK1.16%0.00%13.29%
32.16%

Color #ABAD96 in popluar number systems.

HEXABAD96
Decimal171173150
Binary101010111010110110010110
Octal253255226

Shades and tints

Shades of #ABAD96

#ABAD96
(171,173,150)
#9C9E89
(156,158,137)
#8D8F7C
(141,143,124)
#7E806F
(126,128,111)
#6F7162
(111,113,98)
#606255
(96,98,85)
#515348
(81,83,72)
#42443B
(66,68,59)
#33352E
(51,53,46)
#242621
(36,38,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABAD96

#ABAD96
(171,173,150)
#B2B49F
(178,180,159)
#B9BBA8
(185,187,168)
#C0C2B1
(192,194,177)
#C7C9BA
(199,201,186)
#CED0C3
(206,208,195)
#D5D7CC
(213,215,204)
#DCDED5
(220,222,213)
#E3E5DE
(227,229,222)
#EAECE7
(234,236,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAD96; }

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

This text font color is #ABAD96.


Background Color

.myBgColor { background-color: #ABAD96; }

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

This div background color is #ABAD96.


Border color

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

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

This div border color is #ABAD96.


Opacity

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

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

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

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

This text has shadow with #ABAD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD96 on black background.


Color preview on white background

This text has color #ABAD96 on white background.



Black color preview on #ABAD96 background

This text has black color on #ABAD96 background.


White color preview on #ABAD96 background

This text has white color on #ABAD96 background.