COLOR #ABB8AA

HEX: #ABB8AA
RGB: (171,184,170)

Color info

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

RGB color model

#ABB8AA color RGB value is (171,184,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 170 of 255 = 67%

171
184
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 170 = 525 (100%)
R 171 of 525 ~ 32.57%
G 184 of 525 ~ 35.05%
B 170 of 525 ~ 32.38%

%32.57
%35.05
%32.38

CMYK color model

#ABB8AA color CMYK value is (7,0,8,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(7,0,8,28)
C7M0Y8K28 
(7%,0%,8%,28%)
(0.07/0.00/0.08/0.28)	

CMYK percentages

%7.07
%0
%7.61
%27.84

Codes

Color #ABB8AA in popluar color models

ABB8AA
RGB171184170
HSL116°8.97%69.41%
HSB/HSV116°7.61%72.16%
CMYK7.07%0.00%7.61%
27.84%

Color #ABB8AA in popluar number systems.

HEXABB8AA
Decimal171184170
Binary101010111011100010101010
Octal253270252

Shades and tints

Shades of #ABB8AA

#ABB8AA
(171,184,170)
#9CA89B
(156,168,155)
#8D988C
(141,152,140)
#7E887D
(126,136,125)
#6F786E
(111,120,110)
#60685F
(96,104,95)
#515850
(81,88,80)
#424841
(66,72,65)
#333832
(51,56,50)
#242823
(36,40,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABB8AA

#ABB8AA
(171,184,170)
#B2BEB1
(178,190,177)
#B9C4B8
(185,196,184)
#C0CABF
(192,202,191)
#C7D0C6
(199,208,198)
#CED6CD
(206,214,205)
#D5DCD4
(213,220,212)
#DCE2DB
(220,226,219)
#E3E8E2
(227,232,226)
#EAEEE9
(234,238,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8AA; }

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

This text font color is #ABB8AA.


Background Color

.myBgColor { background-color: #ABB8AA; }

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

This div background color is #ABB8AA.


Border color

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

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

This div border color is #ABB8AA.


Opacity

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

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

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

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

This text has shadow with #ABB8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8AA on black background.


Color preview on white background

This text has color #ABB8AA on white background.



Black color preview on #ABB8AA background

This text has black color on #ABB8AA background.


White color preview on #ABB8AA background

This text has white color on #ABB8AA background.