COLOR #ABA79A

HEX: #ABA79A
RGB: (171,167,154)

Color info

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

RGB color model

#ABA79A color RGB value is (171,167,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 154 of 255 = 60%

171
167
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 154 = 492 (100%)
R 171 of 492 ~ 34.76%
G 167 of 492 ~ 33.94%
B 154 of 492 ~ 31.3%

%34.76
%33.94
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.34%
  • 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
%2.34
%9.94
%32.94

Codes

Color #ABA79A in popluar color models

ABA79A
RGB171167154
HSL46°9.19%63.73%
HSB/HSV46°9.94%67.06%
CMYK0.00%2.34%9.94%
32.94%

Color #ABA79A in popluar number systems.

HEXABA79A
Decimal171167154
Binary101010111010011110011010
Octal253247232

Shades and tints

Shades of #ABA79A

#ABA79A
(171,167,154)
#9C988C
(156,152,140)
#8D897E
(141,137,126)
#7E7A70
(126,122,112)
#6F6B62
(111,107,98)
#605C54
(96,92,84)
#514D46
(81,77,70)
#423E38
(66,62,56)
#332F2A
(51,47,42)
#24201C
(36,32,28)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #ABA79A

#ABA79A
(171,167,154)
#B2AFA3
(178,175,163)
#B9B7AC
(185,183,172)
#C0BFB5
(192,191,181)
#C7C7BE
(199,199,190)
#CECFC7
(206,207,199)
#D5D7D0
(213,215,208)
#DCDFD9
(220,223,217)
#E3E7E2
(227,231,226)
#EAEFEB
(234,239,235)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA79A; }

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

This text font color is #ABA79A.


Background Color

.myBgColor { background-color: #ABA79A; }

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

This div background color is #ABA79A.


Border color

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

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

This div border color is #ABA79A.


Opacity

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

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

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

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

This text has shadow with #ABA79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA79A on black background.


Color preview on white background

This text has color #ABA79A on white background.



Black color preview on #ABA79A background

This text has black color on #ABA79A background.


White color preview on #ABA79A background

This text has white color on #ABA79A background.