COLOR #ABA39C

HEX: #ABA39C RGB: (171,163,156)

Color info

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

RGB color model

#ABA39C color RGB value is (171,163,156).

RGB: (171,163,156) (67%, 64%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 156 of 255 = 61%

171
163
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 156 = 490 (100%)
R 171 of 490 ~ 34.9%
G 163 of 490 ~ 33.27%
B 156 of 490 ~ 31.84'%

%34.9
%33.27
%31.84

CMYK color model

#ABA39C color CMYK value is (0,5,9,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (0,5,9,33)
C0M5Y9K33 (0%, 5%, 9%, 33%)
(0.00 / 0.05 / 0.09 / 0.33)

CMYK percentages

%0
%4.68
%8.77
%32.94

Codes

Color #ABA39C in popluar color models

AB A3 9C
RGB 171 163 156
HSL 28° 8.20% 64.12%
HSB/HSV 28° 8.77% 67.06%
CMYK 0.00% 4.68% 8.77%
32.94%

Color #ABA39C in popluar number systems.

HEX AB A3 9C
Decimal 171 163 156
Binary 10101011 10100011 10011100
Octal 253 243 234

Shades and tints

Shades of #ABA39C

#ABA39C
(171,163,156)
#9C958E
(156,149,142)
#8D8780
(141,135,128)
#7E7972
(126,121,114)
#6F6B64
(111,107,100)
#605D56
(96,93,86)
#514F48
(81,79,72)
#42413A
(66,65,58)
#33332C
(51,51,44)
#24251E
(36,37,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABA39C

#ABA39C
(171,163,156)
#B2ABA5
(178,171,165)
#B9B3AE
(185,179,174)
#C0BBB7
(192,187,183)
#C7C3C0
(199,195,192)
#CECBC9
(206,203,201)
#D5D3D2
(213,211,210)
#DCDBDB
(220,219,219)
#E3E3E4
(227,227,228)
#EAEBED
(234,235,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA39C color. Also use rgb(171,163,156) instead hex code.

Text Font Color

.myTextColor { color: #ABA39C; }

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

This text font color is #ABA39C.

Background Color

.myBgColor { background-color: #ABA39C; }

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

This div background color is #ABA39C.

Border color

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

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

This div border color is #ABA39C.

Opacity

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

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

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

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

This text has shadow with #ABA39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA39C.

Preview

Color preview on black background

This text has color #ABA39C on black background.


Color preview on white background

This text has color #ABA39C on white background.


Black color preview on #ABA39C background

This text has black color on #ABA39C background.


White color preview on #ABA39C background

This text has white color on #ABA39C background.


Related colors

Complementary color

Complementary color for #hex is #545C63.


I love getcolorcode.com

Triadic colors

1 #9CABA3 and #A39CAB with #ABA39C are triadic colors.

2 #9CA3AB and #A3AB9C with #ABA39C are triadic colors.