COLOR #ABB2AB

HEX: #ABB2AB RGB: (171,178,171)

Color info

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

RGB color model

#ABB2AB color RGB value is (171,178,171).

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

RGB channels and saturation

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

171
178
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 171 = 520 (100%)
R 171 of 520 ~ 32.88%
G 178 of 520 ~ 34.23%
B 171 of 520 ~ 32.88'%

%32.88
%34.23
%32.88

CMYK color model

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

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%
CMYK: (4,0,4,30) C4M0Y4K30 (4%,0%,4%,30%) (0.04/0.00/0.04/0.30) 

CMYK percentages

%3.93
%0
%3.93
%30.2

Codes

Color #ABB2AB in popluar color models

AB B2 AB
RGB 171 178 171
HSL 120° 4.35% 68.43%
HSB/HSV 120° 3.93% 69.80%
CMYK 3.93% 0.00% 3.93%
30.20%

Color #ABB2AB in popluar number systems.

HEX AB B2 AB
Decimal 171 178 171
Binary 10101011 10110010 10101011
Octal 253 262 253

Shades and tints

Shades of #ABB2AB

#ABB2AB
(171,178,171)
#9CA29C
(156,162,156)
#8D928D
(141,146,141)
#7E827E
(126,130,126)
#6F726F
(111,114,111)
#606260
(96,98,96)
#515251
(81,82,81)
#424242
(66,66,66)
#333233
(51,50,51)
#242224
(36,34,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABB2AB

#ABB2AB
(171,178,171)
#B2B9B2
(178,185,178)
#B9C0B9
(185,192,185)
#C0C7C0
(192,199,192)
#C7CEC7
(199,206,199)
#CED5CE
(206,213,206)
#D5DCD5
(213,220,213)
#DCE3DC
(220,227,220)
#E3EAE3
(227,234,227)
#EAF1EA
(234,241,234)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2AB; }

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

This text font color is #ABB2AB.

Background Color

.myBgColor { background-color: #ABB2AB; }

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

This div background color is #ABB2AB.

Border color

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

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

This div border color is #ABB2AB.

Opacity

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

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

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

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

This text has shadow with #ABB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2AB.

Preview

Color preview on black background

This text has color #ABB2AB on black background.


Color preview on white background

This text has color #ABB2AB on white background.


Black color preview on #ABB2AB background

This text has black color on #ABB2AB background.


White color preview on #ABB2AB background

This text has white color on #ABB2AB background.


Related colors

Complementary color

Complementary color for #hex is #544D54.


I love getcolorcode.com

Triadic colors

1 #ABABB2 and #B2ABAB with #ABB2AB are triadic colors.

2 #ABB2AB and #B2ABAB with #ABB2AB are triadic colors.