COLOR #ABB6A6

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

Color info

#ABB6A6 contains red, green and blue colors in about the same proportion. Web safe color of #ABB6A6 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

171
182
166

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

Portions of RGB colors in percentages

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

%32.95
%35.07
%31.98

CMYK color model

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

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

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

CMYK percentages

%6.04
%0
%8.79
%28.63

Codes

Color #ABB6A6 in popluar color models

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

Color #ABB6A6 in popluar number systems.

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

Shades and tints

Shades of #ABB6A6

#ABB6A6
(171,182,166)
#9CA697
(156,166,151)
#8D9688
(141,150,136)
#7E8679
(126,134,121)
#6F766A
(111,118,106)
#60665B
(96,102,91)
#51564C
(81,86,76)
#42463D
(66,70,61)
#33362E
(51,54,46)
#24261F
(36,38,31)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #ABB6A6

#ABB6A6
(171,182,166)
#B2BCAE
(178,188,174)
#B9C2B6
(185,194,182)
#C0C8BE
(192,200,190)
#C7CEC6
(199,206,198)
#CED4CE
(206,212,206)
#D5DAD6
(213,218,214)
#DCE0DE
(220,224,222)
#E3E6E6
(227,230,230)
#EAECEE
(234,236,238)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6A6; }

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

This text font color is #ABB6A6.

Background Color

.myBgColor { background-color: #ABB6A6; }

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

This div background color is #ABB6A6.

Border color

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

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

This div border color is #ABB6A6.

Opacity

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

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

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

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

This text has shadow with #ABB6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB6A6.

Preview

Color preview on black background

This text has color #ABB6A6 on black background.


Color preview on white background

This text has color #ABB6A6 on white background.


Black color preview on #ABB6A6 background

This text has black color on #ABB6A6 background.


White color preview on #ABB6A6 background

This text has white color on #ABB6A6 background.


Related colors

Complementary color

Complementary color for #hex is #544959.


I love getcolorcode.com

Triadic colors

1 #A6ABB6 and #B6A6AB with #ABB6A6 are triadic colors.

2 #A6B6AB and #B6ABA6 with #ABB6A6 are triadic colors.