COLOR #ABA98F

HEX: #ABA98F
RGB: (171,169,143)

Color info

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

RGB color model

#ABA98F color RGB value is (171,169,143).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 143 of 255 = 56%

171
169
143

R + G + B ~ 63%. #ABA98F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 143 = 483 (100%)
R 171 of 483 ~ 35.4%
G 169 of 483 ~ 34.99%
B 143 of 483 ~ 29.61%

%35.4
%34.99
%29.61

CMYK color model

#ABA98F color CMYK value is (0,1,16,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,1,16,33)
C0M1Y16K33 
(0%,1%,16%,33%)
(0.00/0.01/0.16/0.33)	

CMYK percentages

%0
%1.17
%16.37
%32.94

Codes

Color #ABA98F in popluar color models

ABA98F
RGB171169143
HSL56°14.29%61.57%
HSB/HSV56°16.37%67.06%
CMYK0.00%1.17%16.37%
32.94%

Color #ABA98F in popluar number systems.

HEXABA98F
Decimal171169143
Binary101010111010100110001111
Octal253251217

Shades and tints

Shades of #ABA98F

#ABA98F
(171,169,143)
#9C9A82
(156,154,130)
#8D8B75
(141,139,117)
#7E7C68
(126,124,104)
#6F6D5B
(111,109,91)
#605E4E
(96,94,78)
#514F41
(81,79,65)
#424034
(66,64,52)
#333127
(51,49,39)
#24221A
(36,34,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #ABA98F

#ABA98F
(171,169,143)
#B2B099
(178,176,153)
#B9B7A3
(185,183,163)
#C0BEAD
(192,190,173)
#C7C5B7
(199,197,183)
#CECCC1
(206,204,193)
#D5D3CB
(213,211,203)
#DCDAD5
(220,218,213)
#E3E1DF
(227,225,223)
#EAE8E9
(234,232,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA98F; }

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

This text font color is #ABA98F.


Background Color

.myBgColor { background-color: #ABA98F; }

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

This div background color is #ABA98F.


Border color

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

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

This div border color is #ABA98F.


Opacity

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

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

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

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

This text has shadow with #ABA98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA98F on black background.


Color preview on white background

This text has color #ABA98F on white background.



Black color preview on #ABA98F background

This text has black color on #ABA98F background.


White color preview on #ABA98F background

This text has white color on #ABA98F background.