COLOR #ABA79D

HEX: #ABA79D
RGB: (171,167,157)

Color info

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

RGB color model

#ABA79D color RGB value is (171,167,157).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 157 of 255 = 62%

171
167
157

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 157 = 495 (100%)
R 171 of 495 ~ 34.55%
G 167 of 495 ~ 33.74%
B 157 of 495 ~ 31.72%

%34.55
%33.74
%31.72

CMYK color model

#ABA79D color CMYK value is (0,2,8,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(0,2,8,33)
C0M2Y8K33 
(0%,2%,8%,33%)
(0.00/0.02/0.08/0.33)	

CMYK percentages

%0
%2.34
%8.19
%32.94

Codes

Color #ABA79D in popluar color models

ABA79D
RGB171167157
HSL43°7.69%64.31%
HSB/HSV43°8.19%67.06%
CMYK0.00%2.34%8.19%
32.94%

Color #ABA79D in popluar number systems.

HEXABA79D
Decimal171167157
Binary101010111010011110011101
Octal253247235

Shades and tints

Shades of #ABA79D

#ABA79D
(171,167,157)
#9C988F
(156,152,143)
#8D8981
(141,137,129)
#7E7A73
(126,122,115)
#6F6B65
(111,107,101)
#605C57
(96,92,87)
#514D49
(81,77,73)
#423E3B
(66,62,59)
#332F2D
(51,47,45)
#24201F
(36,32,31)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #ABA79D

#ABA79D
(171,167,157)
#B2AFA5
(178,175,165)
#B9B7AD
(185,183,173)
#C0BFB5
(192,191,181)
#C7C7BD
(199,199,189)
#CECFC5
(206,207,197)
#D5D7CD
(213,215,205)
#DCDFD5
(220,223,213)
#E3E7DD
(227,231,221)
#EAEFE5
(234,239,229)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA79D; }

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

This text font color is #ABA79D.


Background Color

.myBgColor { background-color: #ABA79D; }

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

This div background color is #ABA79D.


Border color

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

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

This div border color is #ABA79D.


Opacity

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

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

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

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

This text has shadow with #ABA79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA79D on black background.


Color preview on white background

This text has color #ABA79D on white background.



Black color preview on #ABA79D background

This text has black color on #ABA79D background.


White color preview on #ABA79D background

This text has white color on #ABA79D background.