COLOR #ABB9AA

HEX: #ABB9AA
RGB: (171,185,170)

Color info

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

RGB color model

#ABB9AA color RGB value is (171,185,170).

  • red value is 171;
  • green value is 185;
  • blue value is 170.
RGB:
(171,185,170)
(67%,73%,67%)

RGB channels and saturation

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

171
185
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 170 = 526 (100%)
R 171 of 526 ~ 32.51%
G 185 of 526 ~ 35.17%
B 170 of 526 ~ 32.32%

%32.51
%35.17
%32.32

CMYK color model

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

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • 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
%8.11
%27.45

Codes

Color #ABB9AA in popluar color models

ABB9AA
RGB171185170
HSL116°9.68%69.61%
HSB/HSV116°8.11%72.55%
CMYK7.57%0.00%8.11%
27.45%

Color #ABB9AA in popluar number systems.

HEXABB9AA
Decimal171185170
Binary101010111011100110101010
Octal253271252

Shades and tints

Shades of #ABB9AA

#ABB9AA
(171,185,170)
#9CA99B
(156,169,155)
#8D998C
(141,153,140)
#7E897D
(126,137,125)
#6F796E
(111,121,110)
#60695F
(96,105,95)
#515950
(81,89,80)
#424941
(66,73,65)
#333932
(51,57,50)
#242923
(36,41,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABB9AA

#ABB9AA
(171,185,170)
#B2BFB1
(178,191,177)
#B9C5B8
(185,197,184)
#C0CBBF
(192,203,191)
#C7D1C6
(199,209,198)
#CED7CD
(206,215,205)
#D5DDD4
(213,221,212)
#DCE3DB
(220,227,219)
#E3E9E2
(227,233,226)
#EAEFE9
(234,239,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9AA; }

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

This text font color is #ABB9AA.


Background Color

.myBgColor { background-color: #ABB9AA; }

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

This div background color is #ABB9AA.


Border color

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

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

This div border color is #ABB9AA.


Opacity

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

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

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

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

This text has shadow with #ABB9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9AA on black background.


Color preview on white background

This text has color #ABB9AA on white background.



Black color preview on #ABB9AA background

This text has black color on #ABB9AA background.


White color preview on #ABB9AA background

This text has white color on #ABB9AA background.