COLOR #ABA49F

HEX: #ABA49F
RGB: (171,164,159)

Color info

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

RGB color model

#ABA49F color RGB value is (171,164,159).

  • red value is 171;
  • green value is 164;
  • blue value is 159.
RGB:
(171,164,159)
(67%,64%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 159 of 255 = 62%

171
164
159

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

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 159 = 494 (100%)
R 171 of 494 ~ 34.62%
G 164 of 494 ~ 33.2%
B 159 of 494 ~ 32.19%

%34.62
%33.2
%32.19

CMYK color model

#ABA49F color CMYK value is (0,4,7,33).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 7.02%
  • key color value is 32.94%
CMYK:
(0,4,7,33)
C0M4Y7K33 
(0%,4%,7%,33%)
(0.00/0.04/0.07/0.33)	

CMYK percentages

%0
%4.09
%7.02
%32.94

Codes

Color #ABA49F in popluar color models

ABA49F
RGB171164159
HSL25°6.67%64.71%
HSB/HSV25°7.02%67.06%
CMYK0.00%4.09%7.02%
32.94%

Color #ABA49F in popluar number systems.

HEXABA49F
Decimal171164159
Binary101010111010010010011111
Octal253244237

Shades and tints

Shades of #ABA49F

#ABA49F
(171,164,159)
#9C9691
(156,150,145)
#8D8883
(141,136,131)
#7E7A75
(126,122,117)
#6F6C67
(111,108,103)
#605E59
(96,94,89)
#51504B
(81,80,75)
#42423D
(66,66,61)
#33342F
(51,52,47)
#242621
(36,38,33)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABA49F

#ABA49F
(171,164,159)
#B2ACA7
(178,172,167)
#B9B4AF
(185,180,175)
#C0BCB7
(192,188,183)
#C7C4BF
(199,196,191)
#CECCC7
(206,204,199)
#D5D4CF
(213,212,207)
#DCDCD7
(220,220,215)
#E3E4DF
(227,228,223)
#EAECE7
(234,236,231)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA49F color. Also use rgb(171,164,159) instead hex code.

Text Font Color

.myTextColor { color: #ABA49F; }

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

This text font color is #ABA49F.


Background Color

.myBgColor { background-color: #ABA49F; }

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

This div background color is #ABA49F.


Border color

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

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

This div border color is #ABA49F.


Opacity

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

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

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

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

This text has shadow with #ABA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA49F on black background.


Color preview on white background

This text has color #ABA49F on white background.



Black color preview on #ABA49F background

This text has black color on #ABA49F background.


White color preview on #ABA49F background

This text has white color on #ABA49F background.