COLOR #ABB9AB

HEX: #ABB9AB RGB: (171,185,171)

Color info

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

RGB color model

#ABB9AB color RGB value is (171,185,171).

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

RGB channels and saturation

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

171
185
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 171 = 527 (100%)
R 171 of 527 ~ 32.45%
G 185 of 527 ~ 35.1%
B 171 of 527 ~ 32.45'%

%32.45
%35.1
%32.45

CMYK color model

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

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

CMYK: (8,0,8,27)
C8M0Y8K27 (8%, 0%, 8%, 27%)
(0.08 / 0.00 / 0.08 / 0.27)

CMYK percentages

%7.57
%0
%7.57
%27.45

Codes

Color #ABB9AB in popluar color models

AB B9 AB
RGB 171 185 171
HSL 120° 9.09% 69.80%
HSB/HSV 120° 7.57% 72.55%
CMYK 7.57% 0.00% 7.57%
27.45%

Color #ABB9AB in popluar number systems.

HEX AB B9 AB
Decimal 171 185 171
Binary 10101011 10111001 10101011
Octal 253 271 253

Shades and tints

Shades of #ABB9AB

#ABB9AB
(171,185,171)
#9CA99C
(156,169,156)
#8D998D
(141,153,141)
#7E897E
(126,137,126)
#6F796F
(111,121,111)
#606960
(96,105,96)
#515951
(81,89,81)
#424942
(66,73,66)
#333933
(51,57,51)
#242924
(36,41,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABB9AB

#ABB9AB
(171,185,171)
#B2BFB2
(178,191,178)
#B9C5B9
(185,197,185)
#C0CBC0
(192,203,192)
#C7D1C7
(199,209,199)
#CED7CE
(206,215,206)
#D5DDD5
(213,221,213)
#DCE3DC
(220,227,220)
#E3E9E3
(227,233,227)
#EAEFEA
(234,239,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9AB; }

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

This text font color is #ABB9AB.

Background Color

.myBgColor { background-color: #ABB9AB; }

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

This div background color is #ABB9AB.

Border color

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

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

This div border color is #ABB9AB.

Opacity

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

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

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

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

This text has shadow with #ABB9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9AB.

Preview

Color preview on black background

This text has color #ABB9AB on black background.


Color preview on white background

This text has color #ABB9AB on white background.


Black color preview on #ABB9AB background

This text has black color on #ABB9AB background.


White color preview on #ABB9AB background

This text has white color on #ABB9AB background.


Related colors

Complementary color

Complementary color for #hex is #544654.


I love getcolorcode.com

Triadic colors

1 #ABABB9 and #B9ABAB with #ABB9AB are triadic colors.

2 #ABB9AB and #B9ABAB with #ABB9AB are triadic colors.