COLOR #ABA49E

HEX: #ABA49E
RGB: (171,164,158)

Color info

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

RGB color model

#ABA49E color RGB value is (171,164,158).

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

RGB channels and saturation

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

171
164
158

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

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 158 = 493 (100%)
R 171 of 493 ~ 34.69%
G 164 of 493 ~ 33.27%
B 158 of 493 ~ 32.05%

%34.69
%33.27
%32.05

CMYK color model

#ABA49E color CMYK value is (0,4,8,33).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 7.60%
  • key color value is 32.94%
CMYK:
(0,4,8,33)
C0M4Y8K33 
(0%,4%,8%,33%)
(0.00/0.04/0.08/0.33)	

CMYK percentages

%0
%4.09
%7.6
%32.94

Codes

Color #ABA49E in popluar color models

ABA49E
RGB171164158
HSL28°7.18%64.51%
HSB/HSV28°7.60%67.06%
CMYK0.00%4.09%7.60%
32.94%

Color #ABA49E in popluar number systems.

HEXABA49E
Decimal171164158
Binary101010111010010010011110
Octal253244236

Shades and tints

Shades of #ABA49E

#ABA49E
(171,164,158)
#9C9690
(156,150,144)
#8D8882
(141,136,130)
#7E7A74
(126,122,116)
#6F6C66
(111,108,102)
#605E58
(96,94,88)
#51504A
(81,80,74)
#42423C
(66,66,60)
#33342E
(51,52,46)
#242620
(36,38,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABA49E

#ABA49E
(171,164,158)
#B2ACA6
(178,172,166)
#B9B4AE
(185,180,174)
#C0BCB6
(192,188,182)
#C7C4BE
(199,196,190)
#CECCC6
(206,204,198)
#D5D4CE
(213,212,206)
#DCDCD6
(220,220,214)
#E3E4DE
(227,228,222)
#EAECE6
(234,236,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA49E; }

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

This text font color is #ABA49E.


Background Color

.myBgColor { background-color: #ABA49E; }

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

This div background color is #ABA49E.


Border color

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

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

This div border color is #ABA49E.


Opacity

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

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

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

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

This text has shadow with #ABA49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA49E on black background.


Color preview on white background

This text has color #ABA49E on white background.



Black color preview on #ABA49E background

This text has black color on #ABA49E background.


White color preview on #ABA49E background

This text has white color on #ABA49E background.