COLOR #ABB0AF

HEX: #ABB0AF
RGB: (171,176,175)

Color info

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

RGB color model

#ABB0AF color RGB value is (171,176,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 175 of 255 = 69%

171
176
175

R + G + B ~ 68%. #ABB0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 175 = 522 (100%)
R 171 of 522 ~ 32.76%
G 176 of 522 ~ 33.72%
B 175 of 522 ~ 33.52%

%32.76
%33.72
%33.52

CMYK color model

#ABB0AF color CMYK value is (3,0,1,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(3,0,1,31)
C3M0Y1K31 
(3%,0%,1%,31%)
(0.03/0.00/0.01/0.31)	

CMYK percentages

%2.84
%0
%0.57
%30.98

Codes

Color #ABB0AF in popluar color models

ABB0AF
RGB171176175
HSL168°3.07%68.04%
HSB/HSV168°2.84%69.02%
CMYK2.84%0.00%0.57%
30.98%

Color #ABB0AF in popluar number systems.

HEXABB0AF
Decimal171176175
Binary101010111011000010101111
Octal253260257

Shades and tints

Shades of #ABB0AF

#ABB0AF
(171,176,175)
#9CA0A0
(156,160,160)
#8D9091
(141,144,145)
#7E8082
(126,128,130)
#6F7073
(111,112,115)
#606064
(96,96,100)
#515055
(81,80,85)
#424046
(66,64,70)
#333037
(51,48,55)
#242028
(36,32,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #ABB0AF

#ABB0AF
(171,176,175)
#B2B7B6
(178,183,182)
#B9BEBD
(185,190,189)
#C0C5C4
(192,197,196)
#C7CCCB
(199,204,203)
#CED3D2
(206,211,210)
#D5DAD9
(213,218,217)
#DCE1E0
(220,225,224)
#E3E8E7
(227,232,231)
#EAEFEE
(234,239,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0AF; }

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

This text font color is #ABB0AF.


Background Color

.myBgColor { background-color: #ABB0AF; }

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

This div background color is #ABB0AF.


Border color

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

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

This div border color is #ABB0AF.


Opacity

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

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

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

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

This text has shadow with #ABB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0AF on black background.


Color preview on white background

This text has color #ABB0AF on white background.



Black color preview on #ABB0AF background

This text has black color on #ABB0AF background.


White color preview on #ABB0AF background

This text has white color on #ABB0AF background.