COLOR #ABACA6

HEX: #ABACA6 RGB: (171,172,166)

Color info

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

RGB color model

#ABACA6 color RGB value is (171,172,166).

RGB: (171,172,166) (67%, 67%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 166 of 255 = 65%

171
172
166

R + G + B ~ 66%. #ABACA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 166 = 509 (100%)
R 171 of 509 ~ 33.6%
G 172 of 509 ~ 33.79%
B 166 of 509 ~ 32.61'%

%33.6
%33.79
%32.61

CMYK color model

#ABACA6 color CMYK value is (1,0,3,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 32.55%

CMYK: (1,0,3,33)
C1M0Y3K33 (1%, 0%, 3%, 33%)
(0.01 / 0.00 / 0.03 / 0.33)

CMYK percentages

%0.58
%0
%3.49
%32.55

Codes

Color #ABACA6 in popluar color models

AB AC A6
RGB 171 172 166
HSL 70° 3.49% 66.27%
HSB/HSV 70° 3.49% 67.45%
CMYK 0.58% 0.00% 3.49%
32.55%

Color #ABACA6 in popluar number systems.

HEX AB AC A6
Decimal 171 172 166
Binary 10101011 10101100 10100110
Octal 253 254 246

Shades and tints

Shades of #ABACA6

#ABACA6
(171,172,166)
#9C9D97
(156,157,151)
#8D8E88
(141,142,136)
#7E7F79
(126,127,121)
#6F706A
(111,112,106)
#60615B
(96,97,91)
#51524C
(81,82,76)
#42433D
(66,67,61)
#33342E
(51,52,46)
#24251F
(36,37,31)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #ABACA6

#ABACA6
(171,172,166)
#B2B3AE
(178,179,174)
#B9BAB6
(185,186,182)
#C0C1BE
(192,193,190)
#C7C8C6
(199,200,198)
#CECFCE
(206,207,206)
#D5D6D6
(213,214,214)
#DCDDDE
(220,221,222)
#E3E4E6
(227,228,230)
#EAEBEE
(234,235,238)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABACA6 color. Also use rgb(171,172,166) instead hex code.

Text Font Color

.myTextColor { color: #ABACA6; }

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

This text font color is #ABACA6.

Background Color

.myBgColor { background-color: #ABACA6; }

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

This div background color is #ABACA6.

Border color

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

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

This div border color is #ABACA6.

Opacity

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

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

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

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

This text has shadow with #ABACA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABACA6.

Preview

Color preview on black background

This text has color #ABACA6 on black background.


Color preview on white background

This text has color #ABACA6 on white background.


Black color preview on #ABACA6 background

This text has black color on #ABACA6 background.


White color preview on #ABACA6 background

This text has white color on #ABACA6 background.


Related colors

Complementary color

Complementary color for #hex is #545359.


I love getcolorcode.com

Triadic colors

1 #A6ABAC and #ACA6AB with #ABACA6 are triadic colors.

2 #A6ACAB and #ACABA6 with #ABACA6 are triadic colors.