COLOR #ABABB1

HEX: #ABABB1
RGB: (171,171,177)

Color info

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

RGB color model

#ABABB1 color RGB value is (171,171,177).

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

RGB channels and saturation

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

171
171
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 177 = 519 (100%)
R 171 of 519 ~ 32.95%
G 171 of 519 ~ 32.95%
B 177 of 519 ~ 34.1%

%32.95
%32.95
%34.1

CMYK color model

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

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

CMYK percentages

%3.39
%3.39
%0
%30.59

Codes

Color #ABABB1 in popluar color models

ABABB1
RGB171171177
HSL240°3.70%68.24%
HSB/HSV240°3.39%69.41%
CMYK3.39%3.39%0.00%
30.59%

Color #ABABB1 in popluar number systems.

HEXABABB1
Decimal171171177
Binary101010111010101110110001
Octal253253261

Shades and tints

Shades of #ABABB1

#ABABB1
(171,171,177)
#9C9CA1
(156,156,161)
#8D8D91
(141,141,145)
#7E7E81
(126,126,129)
#6F6F71
(111,111,113)
#606061
(96,96,97)
#515151
(81,81,81)
#424241
(66,66,65)
#333331
(51,51,49)
#242421
(36,36,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABABB1

#ABABB1
(171,171,177)
#B2B2B8
(178,178,184)
#B9B9BF
(185,185,191)
#C0C0C6
(192,192,198)
#C7C7CD
(199,199,205)
#CECED4
(206,206,212)
#D5D5DB
(213,213,219)
#DCDCE2
(220,220,226)
#E3E3E9
(227,227,233)
#EAEAF0
(234,234,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABB1; }

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

This text font color is #ABABB1.


Background Color

.myBgColor { background-color: #ABABB1; }

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

This div background color is #ABABB1.


Border color

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

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

This div border color is #ABABB1.


Opacity

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

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

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

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

This text has shadow with #ABABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABB1 on black background.


Color preview on white background

This text has color #ABABB1 on white background.



Black color preview on #ABABB1 background

This text has black color on #ABABB1 background.


White color preview on #ABABB1 background

This text has white color on #ABABB1 background.