COLOR #ABB3B0

HEX: #ABB3B0 RGB: (171,179,176)

Color info

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

RGB color model

#ABB3B0 color RGB value is (171,179,176).

RGB: (171,179,176) (67%, 70%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 176 of 255 = 69%

171
179
176

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

Portions of RGB colors in percentages

R + G + B = 171 + 179 + 176 = 526 (100%)
R 171 of 526 ~ 32.51%
G 179 of 526 ~ 34.03%
B 176 of 526 ~ 33.46'%

%32.51
%34.03
%33.46

CMYK color model

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

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 29.80%
CMYK: (4,0,2,30) C4M0Y2K30 (4%,0%,2%,30%) (0.04/0.00/0.02/0.30) 

CMYK percentages

%4.47
%0
%1.68
%29.8

Codes

Color #ABB3B0 in popluar color models

AB B3 B0
RGB 171 179 176
HSL 158° 5.00% 68.63%
HSB/HSV 158° 4.47% 70.20%
CMYK 4.47% 0.00% 1.68%
29.80%

Color #ABB3B0 in popluar number systems.

HEX AB B3 B0
Decimal 171 179 176
Binary 10101011 10110011 10110000
Octal 253 263 260

Shades and tints

Shades of #ABB3B0

#ABB3B0
(171,179,176)
#9CA3A0
(156,163,160)
#8D9390
(141,147,144)
#7E8380
(126,131,128)
#6F7370
(111,115,112)
#606360
(96,99,96)
#515350
(81,83,80)
#424340
(66,67,64)
#333330
(51,51,48)
#242320
(36,35,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #ABB3B0

#ABB3B0
(171,179,176)
#B2B9B7
(178,185,183)
#B9BFBE
(185,191,190)
#C0C5C5
(192,197,197)
#C7CBCC
(199,203,204)
#CED1D3
(206,209,211)
#D5D7DA
(213,215,218)
#DCDDE1
(220,221,225)
#E3E3E8
(227,227,232)
#EAE9EF
(234,233,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3B0; }

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

This text font color is #ABB3B0.

Background Color

.myBgColor { background-color: #ABB3B0; }

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

This div background color is #ABB3B0.

Border color

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

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

This div border color is #ABB3B0.

Opacity

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

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

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

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

This text has shadow with #ABB3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB3B0.

Preview

Color preview on black background

This text has color #ABB3B0 on black background.


Color preview on white background

This text has color #ABB3B0 on white background.


Black color preview on #ABB3B0 background

This text has black color on #ABB3B0 background.


White color preview on #ABB3B0 background

This text has white color on #ABB3B0 background.


Related colors

Complementary color

Complementary color for #hex is #544C4F.


I love getcolorcode.com

Triadic colors

1 #B0ABB3 and #B3B0AB with #ABB3B0 are triadic colors.

2 #B0B3AB and #B3ABB0 with #ABB3B0 are triadic colors.