COLOR #ABB6AA

HEX: #ABB6AA
RGB: (171,182,170)

Color info

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

RGB color model

#ABB6AA color RGB value is (171,182,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 170 of 255 = 67%

171
182
170

R + G + B ~ 68%. #ABB6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 170 = 523 (100%)
R 171 of 523 ~ 32.7%
G 182 of 523 ~ 34.8%
B 170 of 523 ~ 32.5%

%32.7
%34.8
%32.5

CMYK color model

#ABB6AA color CMYK value is (6,0,7,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(6,0,7,29)
C6M0Y7K29 
(6%,0%,7%,29%)
(0.06/0.00/0.07/0.29)	

CMYK percentages

%6.04
%0
%6.59
%28.63

Codes

Color #ABB6AA in popluar color models

ABB6AA
RGB171182170
HSL115°7.59%69.02%
HSB/HSV115°6.59%71.37%
CMYK6.04%0.00%6.59%
28.63%

Color #ABB6AA in popluar number systems.

HEXABB6AA
Decimal171182170
Binary101010111011011010101010
Octal253266252

Shades and tints

Shades of #ABB6AA

#ABB6AA
(171,182,170)
#9CA69B
(156,166,155)
#8D968C
(141,150,140)
#7E867D
(126,134,125)
#6F766E
(111,118,110)
#60665F
(96,102,95)
#515650
(81,86,80)
#424641
(66,70,65)
#333632
(51,54,50)
#242623
(36,38,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABB6AA

#ABB6AA
(171,182,170)
#B2BCB1
(178,188,177)
#B9C2B8
(185,194,184)
#C0C8BF
(192,200,191)
#C7CEC6
(199,206,198)
#CED4CD
(206,212,205)
#D5DAD4
(213,218,212)
#DCE0DB
(220,224,219)
#E3E6E2
(227,230,226)
#EAECE9
(234,236,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6AA; }

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

This text font color is #ABB6AA.


Background Color

.myBgColor { background-color: #ABB6AA; }

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

This div background color is #ABB6AA.


Border color

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

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

This div border color is #ABB6AA.


Opacity

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

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

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

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

This text has shadow with #ABB6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6AA on black background.


Color preview on white background

This text has color #ABB6AA on white background.



Black color preview on #ABB6AA background

This text has black color on #ABB6AA background.


White color preview on #ABB6AA background

This text has white color on #ABB6AA background.