COLOR #ABA89F

HEX: #ABA89F RGB: (171,168,159)

Color info

#ABA89F contains red, green and blue colors in about the same proportion. Web safe color of #ABA89F is #999999 (or #999).

RGB color model

#ABA89F color RGB value is (171,168,159).

RGB: (171,168,159) (67%, 66%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 159 of 255 = 62%

171
168
159

R + G + B ~ 65%. #ABA89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 159 = 498 (100%)
R 171 of 498 ~ 34.34%
G 168 of 498 ~ 33.73%
B 159 of 498 ~ 31.93'%

%34.34
%33.73
%31.93

CMYK color model

#ABA89F color CMYK value is (0,2,7,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 7.02%
  • key color value is 32.94%

CMYK: (0,2,7,33)
C0M2Y7K33 (0%, 2%, 7%, 33%)
(0.00 / 0.02 / 0.07 / 0.33)

CMYK percentages

%0
%1.75
%7.02
%32.94

Codes

Color #ABA89F in popluar color models

AB A8 9F
RGB 171 168 159
HSL 45° 6.67% 64.71%
HSB/HSV 45° 7.02% 67.06%
CMYK 0.00% 1.75% 7.02%
32.94%

Color #ABA89F in popluar number systems.

HEX AB A8 9F
Decimal 171 168 159
Binary 10101011 10101000 10011111
Octal 253 250 237

Shades and tints

Shades of #ABA89F

#ABA89F
(171,168,159)
#9C9991
(156,153,145)
#8D8A83
(141,138,131)
#7E7B75
(126,123,117)
#6F6C67
(111,108,103)
#605D59
(96,93,89)
#514E4B
(81,78,75)
#423F3D
(66,63,61)
#33302F
(51,48,47)
#242121
(36,33,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #ABA89F

#ABA89F
(171,168,159)
#B2AFA7
(178,175,167)
#B9B6AF
(185,182,175)
#C0BDB7
(192,189,183)
#C7C4BF
(199,196,191)
#CECBC7
(206,203,199)
#D5D2CF
(213,210,207)
#DCD9D7
(220,217,215)
#E3E0DF
(227,224,223)
#EAE7E7
(234,231,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA89F; }

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

This text font color is #ABA89F.

Background Color

.myBgColor { background-color: #ABA89F; }

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

This div background color is #ABA89F.

Border color

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

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

This div border color is #ABA89F.

Opacity

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

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

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

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

This text has shadow with #ABA89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA89F.

Preview

Color preview on black background

This text has color #ABA89F on black background.


Color preview on white background

This text has color #ABA89F on white background.


Black color preview on #ABA89F background

This text has black color on #ABA89F background.


White color preview on #ABA89F background

This text has white color on #ABA89F background.


Related colors

Complementary color

Complementary color for #hex is #545760.


I love getcolorcode.com

Triadic colors

1 #9FABA8 and #A89FAB with #ABA89F are triadic colors.

2 #9FA8AB and #A8AB9F with #ABA89F are triadic colors.