COLOR #ABB2AF

HEX: #ABB2AF RGB: (171,178,175)

Color info

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

RGB color model

#ABB2AF color RGB value is (171,178,175).

RGB: (171,178,175) (67%, 70%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 175 of 255 = 69%

171
178
175

R + G + B ~ 69%. #ABB2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 175 = 524 (100%)
R 171 of 524 ~ 32.63%
G 178 of 524 ~ 33.97%
B 175 of 524 ~ 33.4'%

%32.63
%33.97
%33.4

CMYK color model

#ABB2AF color CMYK value is (4,0,2,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%

CMYK: (4,0,2,30)
C4M0Y2K30 (4%, 0%, 2%, 30%)
(0.04 / 0.00 / 0.02 / 0.30)

CMYK percentages

%3.93
%0
%1.69
%30.2

Codes

Color #ABB2AF in popluar color models

AB B2 AF
RGB 171 178 175
HSL 154° 4.35% 68.43%
HSB/HSV 154° 3.93% 69.80%
CMYK 3.93% 0.00% 1.69%
30.20%

Color #ABB2AF in popluar number systems.

HEX AB B2 AF
Decimal 171 178 175
Binary 10101011 10110010 10101111
Octal 253 262 257

Shades and tints

Shades of #ABB2AF

#ABB2AF
(171,178,175)
#9CA2A0
(156,162,160)
#8D9291
(141,146,145)
#7E8282
(126,130,130)
#6F7273
(111,114,115)
#606264
(96,98,100)
#515255
(81,82,85)
#424246
(66,66,70)
#333237
(51,50,55)
#242228
(36,34,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #ABB2AF

#ABB2AF
(171,178,175)
#B2B9B6
(178,185,182)
#B9C0BD
(185,192,189)
#C0C7C4
(192,199,196)
#C7CECB
(199,206,203)
#CED5D2
(206,213,210)
#D5DCD9
(213,220,217)
#DCE3E0
(220,227,224)
#E3EAE7
(227,234,231)
#EAF1EE
(234,241,238)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2AF; }

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

This text font color is #ABB2AF.

Background Color

.myBgColor { background-color: #ABB2AF; }

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

This div background color is #ABB2AF.

Border color

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

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

This div border color is #ABB2AF.

Opacity

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

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

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

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

This text has shadow with #ABB2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2AF.

Preview

Color preview on black background

This text has color #ABB2AF on black background.


Color preview on white background

This text has color #ABB2AF on white background.


Black color preview on #ABB2AF background

This text has black color on #ABB2AF background.


White color preview on #ABB2AF background

This text has white color on #ABB2AF background.


Related colors

Complementary color

Complementary color for #hex is #544D50.


I love getcolorcode.com

Triadic colors

1 #AFABB2 and #B2AFAB with #ABB2AF are triadic colors.

2 #AFB2AB and #B2ABAF with #ABB2AF are triadic colors.