COLOR #ABB1AC

HEX: #ABB1AC
RGB: (171,177,172)

Color info

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

RGB color model

#ABB1AC color RGB value is (171,177,172).

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

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 172 of 255 = 67%

171
177
172

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

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 172 = 520 (100%)
R 171 of 520 ~ 32.88%
G 177 of 520 ~ 34.04%
B 172 of 520 ~ 33.08%

%32.88
%34.04
%33.08

CMYK color model

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

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(3,0,3,31)
C3M0Y3K31 
(3%,0%,3%,31%)
(0.03/0.00/0.03/0.31)	

CMYK percentages

%3.39
%0
%2.82
%30.59

Codes

Color #ABB1AC in popluar color models

ABB1AC
RGB171177172
HSL130°3.70%68.24%
HSB/HSV130°3.39%69.41%
CMYK3.39%0.00%2.82%
30.59%

Color #ABB1AC in popluar number systems.

HEXABB1AC
Decimal171177172
Binary101010111011000110101100
Octal253261254

Shades and tints

Shades of #ABB1AC

#ABB1AC
(171,177,172)
#9CA19D
(156,161,157)
#8D918E
(141,145,142)
#7E817F
(126,129,127)
#6F7170
(111,113,112)
#606161
(96,97,97)
#515152
(81,81,82)
#424143
(66,65,67)
#333134
(51,49,52)
#242125
(36,33,37)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABB1AC

#ABB1AC
(171,177,172)
#B2B8B3
(178,184,179)
#B9BFBA
(185,191,186)
#C0C6C1
(192,198,193)
#C7CDC8
(199,205,200)
#CED4CF
(206,212,207)
#D5DBD6
(213,219,214)
#DCE2DD
(220,226,221)
#E3E9E4
(227,233,228)
#EAF0EB
(234,240,235)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1AC; }

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

This text font color is #ABB1AC.


Background Color

.myBgColor { background-color: #ABB1AC; }

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

This div background color is #ABB1AC.


Border color

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

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

This div border color is #ABB1AC.


Opacity

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

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

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

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

This text has shadow with #ABB1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1AC on black background.


Color preview on white background

This text has color #ABB1AC on white background.



Black color preview on #ABB1AC background

This text has black color on #ABB1AC background.


White color preview on #ABB1AC background

This text has white color on #ABB1AC background.