COLOR #ABB0B1

HEX: #ABB0B1 RGB: (171,176,177)

Color info

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

RGB color model

#ABB0B1 color RGB value is (171,176,177).

RGB: (171,176,177) (67%, 69%, 69%)

RGB channels and saturation

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

171
176
177

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

Portions of RGB colors in percentages

R + G + B = 171 + 176 + 177 = 524 (100%)
R 171 of 524 ~ 32.63%
G 176 of 524 ~ 33.59%
B 177 of 524 ~ 33.78'%

%32.63
%33.59
%33.78

CMYK color model

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

  • cyan value is 3.39%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (3,1,0,31)
C3M1Y0K31 (3%, 1%, 0%, 31%)
(0.03 / 0.01 / 0.00 / 0.31)

CMYK percentages

%3.39
%0.56
%0
%30.59

Codes

Color #ABB0B1 in popluar color models

AB B0 B1
RGB 171 176 177
HSL 190° 3.70% 68.24%
HSB/HSV 190° 3.39% 69.41%
CMYK 3.39% 0.56% 0.00%
30.59%

Color #ABB0B1 in popluar number systems.

HEX AB B0 B1
Decimal 171 176 177
Binary 10101011 10110000 10110001
Octal 253 260 261

Shades and tints

Shades of #ABB0B1

#ABB0B1
(171,176,177)
#9CA0A1
(156,160,161)
#8D9091
(141,144,145)
#7E8081
(126,128,129)
#6F7071
(111,112,113)
#606061
(96,96,97)
#515051
(81,80,81)
#424041
(66,64,65)
#333031
(51,48,49)
#242021
(36,32,33)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #ABB0B1

#ABB0B1
(171,176,177)
#B2B7B8
(178,183,184)
#B9BEBF
(185,190,191)
#C0C5C6
(192,197,198)
#C7CCCD
(199,204,205)
#CED3D4
(206,211,212)
#D5DADB
(213,218,219)
#DCE1E2
(220,225,226)
#E3E8E9
(227,232,233)
#EAEFF0
(234,239,240)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0B1; }

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

This text font color is #ABB0B1.

Background Color

.myBgColor { background-color: #ABB0B1; }

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

This div background color is #ABB0B1.

Border color

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

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

This div border color is #ABB0B1.

Opacity

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

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

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

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

This text has shadow with #ABB0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB0B1.

Preview

Color preview on black background

This text has color #ABB0B1 on black background.


Color preview on white background

This text has color #ABB0B1 on white background.


Black color preview on #ABB0B1 background

This text has black color on #ABB0B1 background.


White color preview on #ABB0B1 background

This text has white color on #ABB0B1 background.


Related colors

Complementary color

Complementary color for #hex is #544F4E.


I love getcolorcode.com

Triadic colors

1 #B1ABB0 and #B0B1AB with #ABB0B1 are triadic colors.

2 #B1B0AB and #B0ABB1 with #ABB0B1 are triadic colors.