COLOR #ABA89A

HEX: #ABA89A
RGB: (171,168,154)

Color info

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

RGB color model

#ABA89A color RGB value is (171,168,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 154 of 255 = 60%

171
168
154

R + G + B ~ 64%. #ABA89A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 154 = 493 (100%)
R 171 of 493 ~ 34.69%
G 168 of 493 ~ 34.08%
B 154 of 493 ~ 31.24%

%34.69
%34.08
%31.24

CMYK color model

#ABA89A color CMYK value is (0,2,10,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(0,2,10,33)
C0M2Y10K33 
(0%,2%,10%,33%)
(0.00/0.02/0.10/0.33)	

CMYK percentages

%0
%1.75
%9.94
%32.94

Codes

Color #ABA89A in popluar color models

ABA89A
RGB171168154
HSL49°9.19%63.73%
HSB/HSV49°9.94%67.06%
CMYK0.00%1.75%9.94%
32.94%

Color #ABA89A in popluar number systems.

HEXABA89A
Decimal171168154
Binary101010111010100010011010
Octal253250232

Shades and tints

Shades of #ABA89A

#ABA89A
(171,168,154)
#9C998C
(156,153,140)
#8D8A7E
(141,138,126)
#7E7B70
(126,123,112)
#6F6C62
(111,108,98)
#605D54
(96,93,84)
#514E46
(81,78,70)
#423F38
(66,63,56)
#33302A
(51,48,42)
#24211C
(36,33,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #ABA89A

#ABA89A
(171,168,154)
#B2AFA3
(178,175,163)
#B9B6AC
(185,182,172)
#C0BDB5
(192,189,181)
#C7C4BE
(199,196,190)
#CECBC7
(206,203,199)
#D5D2D0
(213,210,208)
#DCD9D9
(220,217,217)
#E3E0E2
(227,224,226)
#EAE7EB
(234,231,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA89A; }

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

This text font color is #ABA89A.


Background Color

.myBgColor { background-color: #ABA89A; }

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

This div background color is #ABA89A.


Border color

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

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

This div border color is #ABA89A.


Opacity

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

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

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

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

This text has shadow with #ABA89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA89A on black background.


Color preview on white background

This text has color #ABA89A on white background.



Black color preview on #ABA89A background

This text has black color on #ABA89A background.


White color preview on #ABA89A background

This text has white color on #ABA89A background.