COLOR #ABB0A8

HEX: #ABB0A8
RGB: (171,176,168)

Color info

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

RGB color model

#ABB0A8 color RGB value is (171,176,168).

  • red value is 171;
  • green value is 176;
  • blue value is 168.
RGB:
(171,176,168)
(67%,69%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 168 of 255 = 66%

171
176
168

R + G + B ~ 67%. #ABB0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 168 = 515 (100%)
R 171 of 515 ~ 33.2%
G 176 of 515 ~ 34.17%
B 168 of 515 ~ 32.62%

%33.2
%34.17
%32.62

CMYK color model

#ABB0A8 color CMYK value is (3,0,5,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(3,0,5,31)
C3M0Y5K31 
(3%,0%,5%,31%)
(0.03/0.00/0.05/0.31)	

CMYK percentages

%2.84
%0
%4.55
%30.98

Codes

Color #ABB0A8 in popluar color models

ABB0A8
RGB171176168
HSL98°4.82%67.45%
HSB/HSV98°4.55%69.02%
CMYK2.84%0.00%4.55%
30.98%

Color #ABB0A8 in popluar number systems.

HEXABB0A8
Decimal171176168
Binary101010111011000010101000
Octal253260250

Shades and tints

Shades of #ABB0A8

#ABB0A8
(171,176,168)
#9CA099
(156,160,153)
#8D908A
(141,144,138)
#7E807B
(126,128,123)
#6F706C
(111,112,108)
#60605D
(96,96,93)
#51504E
(81,80,78)
#42403F
(66,64,63)
#333030
(51,48,48)
#242021
(36,32,33)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #ABB0A8

#ABB0A8
(171,176,168)
#B2B7AF
(178,183,175)
#B9BEB6
(185,190,182)
#C0C5BD
(192,197,189)
#C7CCC4
(199,204,196)
#CED3CB
(206,211,203)
#D5DAD2
(213,218,210)
#DCE1D9
(220,225,217)
#E3E8E0
(227,232,224)
#EAEFE7
(234,239,231)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0A8; }

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

This text font color is #ABB0A8.


Background Color

.myBgColor { background-color: #ABB0A8; }

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

This div background color is #ABB0A8.


Border color

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

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

This div border color is #ABB0A8.


Opacity

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

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

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

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

This text has shadow with #ABB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0A8 on black background.


Color preview on white background

This text has color #ABB0A8 on white background.



Black color preview on #ABB0A8 background

This text has black color on #ABB0A8 background.


White color preview on #ABB0A8 background

This text has white color on #ABB0A8 background.