COLOR #ABB9B0

HEX: #ABB9B0 RGB: (171,185,176)

Color info

#ABB9B0 contains red, green and blue colors in about the same proportion. Web safe color of #ABB9B0 is #99CC99 (or #9C9).

RGB color model

#ABB9B0 color RGB value is (171,185,176).

RGB: (171,185,176) (67%, 73%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 176 of 255 = 69%

171
185
176

R + G + B ~ 70%. #ABB9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 176 = 532 (100%)
R 171 of 532 ~ 32.14%
G 185 of 532 ~ 34.77%
B 176 of 532 ~ 33.08'%

%32.14
%34.77
%33.08

CMYK color model

#ABB9B0 color CMYK value is (8,0,5,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 27.45%

CMYK: (8,0,5,27)
C8M0Y5K27 (8%, 0%, 5%, 27%)
(0.08 / 0.00 / 0.05 / 0.27)

CMYK percentages

%7.57
%0
%4.86
%27.45

Codes

Color #ABB9B0 in popluar color models

AB B9 B0
RGB 171 185 176
HSL 141° 9.09% 69.80%
HSB/HSV 141° 7.57% 72.55%
CMYK 7.57% 0.00% 4.86%
27.45%

Color #ABB9B0 in popluar number systems.

HEX AB B9 B0
Decimal 171 185 176
Binary 10101011 10111001 10110000
Octal 253 271 260

Shades and tints

Shades of #ABB9B0

#ABB9B0
(171,185,176)
#9CA9A0
(156,169,160)
#8D9990
(141,153,144)
#7E8980
(126,137,128)
#6F7970
(111,121,112)
#606960
(96,105,96)
#515950
(81,89,80)
#424940
(66,73,64)
#333930
(51,57,48)
#242920
(36,41,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #ABB9B0

#ABB9B0
(171,185,176)
#B2BFB7
(178,191,183)
#B9C5BE
(185,197,190)
#C0CBC5
(192,203,197)
#C7D1CC
(199,209,204)
#CED7D3
(206,215,211)
#D5DDDA
(213,221,218)
#DCE3E1
(220,227,225)
#E3E9E8
(227,233,232)
#EAEFEF
(234,239,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9B0; }

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

This text font color is #ABB9B0.

Background Color

.myBgColor { background-color: #ABB9B0; }

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

This div background color is #ABB9B0.

Border color

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

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

This div border color is #ABB9B0.

Opacity

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

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

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

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

This text has shadow with #ABB9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9B0.

Preview

Color preview on black background

This text has color #ABB9B0 on black background.


Color preview on white background

This text has color #ABB9B0 on white background.


Black color preview on #ABB9B0 background

This text has black color on #ABB9B0 background.


White color preview on #ABB9B0 background

This text has white color on #ABB9B0 background.


Related colors

Complementary color

Complementary color for #hex is #54464F.


I love getcolorcode.com

Triadic colors

1 #B0ABB9 and #B9B0AB with #ABB9B0 are triadic colors.

2 #B0B9AB and #B9ABB0 with #ABB9B0 are triadic colors.