COLOR #ABAB97

HEX: #ABAB97
RGB: (171,171,151)

Color info

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

RGB color model

#ABAB97 color RGB value is (171,171,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 151 of 255 = 59%

171
171
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 151 = 493 (100%)
R 171 of 493 ~ 34.69%
G 171 of 493 ~ 34.69%
B 151 of 493 ~ 30.63%

%34.69
%34.69
%30.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,0,12,33)
C0M0Y12K33 
(0%,0%,12%,33%)
(0.00/0.00/0.12/0.33)	

CMYK percentages

%0
%0
%11.7
%32.94

Codes

Color #ABAB97 in popluar color models

ABAB97
RGB171171151
HSL60°10.64%63.14%
HSB/HSV60°11.70%67.06%
CMYK0.00%0.00%11.70%
32.94%

Color #ABAB97 in popluar number systems.

HEXABAB97
Decimal171171151
Binary101010111010101110010111
Octal253253227

Shades and tints

Shades of #ABAB97

#ABAB97
(171,171,151)
#9C9C8A
(156,156,138)
#8D8D7D
(141,141,125)
#7E7E70
(126,126,112)
#6F6F63
(111,111,99)
#606056
(96,96,86)
#515149
(81,81,73)
#42423C
(66,66,60)
#33332F
(51,51,47)
#242422
(36,36,34)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABAB97

#ABAB97
(171,171,151)
#B2B2A0
(178,178,160)
#B9B9A9
(185,185,169)
#C0C0B2
(192,192,178)
#C7C7BB
(199,199,187)
#CECEC4
(206,206,196)
#D5D5CD
(213,213,205)
#DCDCD6
(220,220,214)
#E3E3DF
(227,227,223)
#EAEAE8
(234,234,232)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB97; }

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

This text font color is #ABAB97.


Background Color

.myBgColor { background-color: #ABAB97; }

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

This div background color is #ABAB97.


Border color

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

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

This div border color is #ABAB97.


Opacity

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

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

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

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

This text has shadow with #ABAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB97 on black background.


Color preview on white background

This text has color #ABAB97 on white background.



Black color preview on #ABAB97 background

This text has black color on #ABAB97 background.


White color preview on #ABAB97 background

This text has white color on #ABAB97 background.