COLOR #ABA99D

HEX: #ABA99D
RGB: (171,169,157)

Color info

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

RGB color model

#ABA99D color RGB value is (171,169,157).

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

RGB channels and saturation

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

171
169
157

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 157 = 497 (100%)
R 171 of 497 ~ 34.41%
G 169 of 497 ~ 34%
B 157 of 497 ~ 31.59%

%34.41
%34
%31.59

CMYK color model

#ABA99D color CMYK value is (0,1,8,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(0,1,8,33)
C0M1Y8K33 
(0%,1%,8%,33%)
(0.00/0.01/0.08/0.33)	

CMYK percentages

%0
%1.17
%8.19
%32.94

Codes

Color #ABA99D in popluar color models

ABA99D
RGB171169157
HSL51°7.69%64.31%
HSB/HSV51°8.19%67.06%
CMYK0.00%1.17%8.19%
32.94%

Color #ABA99D in popluar number systems.

HEXABA99D
Decimal171169157
Binary101010111010100110011101
Octal253251235

Shades and tints

Shades of #ABA99D

#ABA99D
(171,169,157)
#9C9A8F
(156,154,143)
#8D8B81
(141,139,129)
#7E7C73
(126,124,115)
#6F6D65
(111,109,101)
#605E57
(96,94,87)
#514F49
(81,79,73)
#42403B
(66,64,59)
#33312D
(51,49,45)
#24221F
(36,34,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #ABA99D

#ABA99D
(171,169,157)
#B2B0A5
(178,176,165)
#B9B7AD
(185,183,173)
#C0BEB5
(192,190,181)
#C7C5BD
(199,197,189)
#CECCC5
(206,204,197)
#D5D3CD
(213,211,205)
#DCDAD5
(220,218,213)
#E3E1DD
(227,225,221)
#EAE8E5
(234,232,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA99D; }

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

This text font color is #ABA99D.


Background Color

.myBgColor { background-color: #ABA99D; }

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

This div background color is #ABA99D.


Border color

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

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

This div border color is #ABA99D.


Opacity

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

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

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

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

This text has shadow with #ABA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA99D on black background.


Color preview on white background

This text has color #ABA99D on white background.



Black color preview on #ABA99D background

This text has black color on #ABA99D background.


White color preview on #ABA99D background

This text has white color on #ABA99D background.