COLOR #ABA6B6

HEX: #ABA6B6 RGB: (171,166,182)

Color info

#ABA6B6 contains red, green and blue colors in about the same proportion. Web safe color of #ABA6B6 is #9999CC (or #99C).

RGB color model

#ABA6B6 color RGB value is (171,166,182).

RGB: (171,166,182) (67%, 65%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 182 of 255 = 71%

171
166
182

R + G + B ~ 68%. #ABA6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 182 = 519 (100%)
R 171 of 519 ~ 32.95%
G 166 of 519 ~ 31.98%
B 182 of 519 ~ 35.07'%

%32.95
%31.98
%35.07

CMYK color model

#ABA6B6 color CMYK value is (6,9,0,29).

  • cyan value is 6.04%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (6,9,0,29)
C6M9Y0K29 (6%, 9%, 0%, 29%)
(0.06 / 0.09 / 0.00 / 0.29)

CMYK percentages

%6.04
%8.79
%0
%28.63

Codes

Color #ABA6B6 in popluar color models

AB A6 B6
RGB 171 166 182
HSL 259° 9.88% 68.24%
HSB/HSV 259° 8.79% 71.37%
CMYK 6.04% 8.79% 0.00%
28.63%

Color #ABA6B6 in popluar number systems.

HEX AB A6 B6
Decimal 171 166 182
Binary 10101011 10100110 10110110
Octal 253 246 266

Shades and tints

Shades of #ABA6B6

#ABA6B6
(171,166,182)
#9C97A6
(156,151,166)
#8D8896
(141,136,150)
#7E7986
(126,121,134)
#6F6A76
(111,106,118)
#605B66
(96,91,102)
#514C56
(81,76,86)
#423D46
(66,61,70)
#332E36
(51,46,54)
#241F26
(36,31,38)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #ABA6B6

#ABA6B6
(171,166,182)
#B2AEBC
(178,174,188)
#B9B6C2
(185,182,194)
#C0BEC8
(192,190,200)
#C7C6CE
(199,198,206)
#CECED4
(206,206,212)
#D5D6DA
(213,214,218)
#DCDEE0
(220,222,224)
#E3E6E6
(227,230,230)
#EAEEEC
(234,238,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA6B6; }

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

This text font color is #ABA6B6.

Background Color

.myBgColor { background-color: #ABA6B6; }

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

This div background color is #ABA6B6.

Border color

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

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

This div border color is #ABA6B6.

Opacity

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

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

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

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

This text has shadow with #ABA6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA6B6.

Preview

Color preview on black background

This text has color #ABA6B6 on black background.


Color preview on white background

This text has color #ABA6B6 on white background.


Black color preview on #ABA6B6 background

This text has black color on #ABA6B6 background.


White color preview on #ABA6B6 background

This text has white color on #ABA6B6 background.


Related colors

Complementary color

Complementary color for #hex is #545949.


I love getcolorcode.com

Triadic colors

1 #B6ABA6 and #A6B6AB with #ABA6B6 are triadic colors.

2 #B6A6AB and #A6ABB6 with #ABA6B6 are triadic colors.