COLOR #ABA87F

HEX: #ABA87F RGB: (171,168,127)

Color info

#ABA87F contains red, green and blue colors in about the same proportion. Web safe color of #ABA87F is #999966 (or #996).

RGB color model

#ABA87F color RGB value is (171,168,127).

RGB: (171,168,127) (67%, 66%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 127 of 255 = 50%

171
168
127

R + G + B ~ 61%. #ABA87F is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 127 = 466 (100%)
R 171 of 466 ~ 36.7%
G 168 of 466 ~ 36.05%
B 127 of 466 ~ 27.25'%

%36.7
%36.05
%27.25

CMYK color model

#ABA87F color CMYK value is (0,2,26,33).

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

CMYK: (0,2,26,33)
C0M2Y26K33 (0%, 2%, 26%, 33%)
(0.00 / 0.02 / 0.26 / 0.33)

CMYK percentages

%0
%1.75
%25.73
%32.94

Codes

Color #ABA87F in popluar color models

AB A8 7F
RGB 171 168 127
HSL 56° 20.75% 58.43%
HSB/HSV 56° 25.73% 67.06%
CMYK 0.00% 1.75% 25.73%
32.94%

Color #ABA87F in popluar number systems.

HEX AB A8 7F
Decimal 171 168 127
Binary 10101011 10101000 1111111
Octal 253 250 177

Shades and tints

Shades of #ABA87F

#ABA87F
(171,168,127)
#9C9974
(156,153,116)
#8D8A69
(141,138,105)
#7E7B5E
(126,123,94)
#6F6C53
(111,108,83)
#605D48
(96,93,72)
#514E3D
(81,78,61)
#423F32
(66,63,50)
#333027
(51,48,39)
#24211C
(36,33,28)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABA87F

#ABA87F
(171,168,127)
#B2AF8A
(178,175,138)
#B9B695
(185,182,149)
#C0BDA0
(192,189,160)
#C7C4AB
(199,196,171)
#CECBB6
(206,203,182)
#D5D2C1
(213,210,193)
#DCD9CC
(220,217,204)
#E3E0D7
(227,224,215)
#EAE7E2
(234,231,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA87F; }

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

This text font color is #ABA87F.

Background Color

.myBgColor { background-color: #ABA87F; }

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

This div background color is #ABA87F.

Border color

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

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

This div border color is #ABA87F.

Opacity

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

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

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

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

This text has shadow with #ABA87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA87F.

Preview

Color preview on black background

This text has color #ABA87F on black background.


Color preview on white background

This text has color #ABA87F on white background.


Black color preview on #ABA87F background

This text has black color on #ABA87F background.


White color preview on #ABA87F background

This text has white color on #ABA87F background.


Related colors

Complementary color

Complementary color for #hex is #545780.


I love getcolorcode.com

Triadic colors

1 #7FABA8 and #A87FAB with #ABA87F are triadic colors.

2 #7FA8AB and #A8AB7F with #ABA87F are triadic colors.