COLOR #ABA89D

HEX: #ABA89D
RGB: (171,168,157)

Color info

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

RGB color model

#ABA89D color RGB value is (171,168,157).

  • red value is 171;
  • green value is 168;
  • blue value is 157.
RGB:
(171,168,157)
(67%,66%,62%)

RGB channels and saturation

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

171
168
157

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 157 = 496 (100%)
R 171 of 496 ~ 34.48%
G 168 of 496 ~ 33.87%
B 157 of 496 ~ 31.65%

%34.48
%33.87
%31.65

CMYK color model

#ABA89D color CMYK value is (0,2,8,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(0,2,8,33)
C0M2Y8K33 
(0%,2%,8%,33%)
(0.00/0.02/0.08/0.33)	

CMYK percentages

%0
%1.75
%8.19
%32.94

Codes

Color #ABA89D in popluar color models

ABA89D
RGB171168157
HSL47°7.69%64.31%
HSB/HSV47°8.19%67.06%
CMYK0.00%1.75%8.19%
32.94%

Color #ABA89D in popluar number systems.

HEXABA89D
Decimal171168157
Binary101010111010100010011101
Octal253250235

Shades and tints

Shades of #ABA89D

#ABA89D
(171,168,157)
#9C998F
(156,153,143)
#8D8A81
(141,138,129)
#7E7B73
(126,123,115)
#6F6C65
(111,108,101)
#605D57
(96,93,87)
#514E49
(81,78,73)
#423F3B
(66,63,59)
#33302D
(51,48,45)
#24211F
(36,33,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABA89D

#ABA89D
(171,168,157)
#B2AFA5
(178,175,165)
#B9B6AD
(185,182,173)
#C0BDB5
(192,189,181)
#C7C4BD
(199,196,189)
#CECBC5
(206,203,197)
#D5D2CD
(213,210,205)
#DCD9D5
(220,217,213)
#E3E0DD
(227,224,221)
#EAE7E5
(234,231,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA89D; }

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

This text font color is #ABA89D.


Background Color

.myBgColor { background-color: #ABA89D; }

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

This div background color is #ABA89D.


Border color

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

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

This div border color is #ABA89D.


Opacity

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

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

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

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

This text has shadow with #ABA89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA89D on black background.


Color preview on white background

This text has color #ABA89D on white background.



Black color preview on #ABA89D background

This text has black color on #ABA89D background.


White color preview on #ABA89D background

This text has white color on #ABA89D background.