COLOR #ABB6AB

HEX: #ABB6AB RGB: (171,182,171)

Color info

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

RGB color model

#ABB6AB color RGB value is (171,182,171).

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

RGB channels and saturation

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

171
182
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 182 + 171 = 524 (100%)
R 171 of 524 ~ 32.63%
G 182 of 524 ~ 34.73%
B 171 of 524 ~ 32.63'%

%32.63
%34.73
%32.63

CMYK color model

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

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

CMYK: (6,0,6,29)
C6M0Y6K29 (6%, 0%, 6%, 29%)
(0.06 / 0.00 / 0.06 / 0.29)

CMYK percentages

%6.04
%0
%6.04
%28.63

Codes

Color #ABB6AB in popluar color models

AB B6 AB
RGB 171 182 171
HSL 120° 7.01% 69.22%
HSB/HSV 120° 6.04% 71.37%
CMYK 6.04% 0.00% 6.04%
28.63%

Color #ABB6AB in popluar number systems.

HEX AB B6 AB
Decimal 171 182 171
Binary 10101011 10110110 10101011
Octal 253 266 253

Shades and tints

Shades of #ABB6AB

#ABB6AB
(171,182,171)
#9CA69C
(156,166,156)
#8D968D
(141,150,141)
#7E867E
(126,134,126)
#6F766F
(111,118,111)
#606660
(96,102,96)
#515651
(81,86,81)
#424642
(66,70,66)
#333633
(51,54,51)
#242624
(36,38,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABB6AB

#ABB6AB
(171,182,171)
#B2BCB2
(178,188,178)
#B9C2B9
(185,194,185)
#C0C8C0
(192,200,192)
#C7CEC7
(199,206,199)
#CED4CE
(206,212,206)
#D5DAD5
(213,218,213)
#DCE0DC
(220,224,220)
#E3E6E3
(227,230,227)
#EAECEA
(234,236,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6AB; }

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

This text font color is #ABB6AB.

Background Color

.myBgColor { background-color: #ABB6AB; }

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

This div background color is #ABB6AB.

Border color

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

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

This div border color is #ABB6AB.

Opacity

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

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

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

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

This text has shadow with #ABB6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB6AB.

Preview

Color preview on black background

This text has color #ABB6AB on black background.


Color preview on white background

This text has color #ABB6AB on white background.


Black color preview on #ABB6AB background

This text has black color on #ABB6AB background.


White color preview on #ABB6AB background

This text has white color on #ABB6AB background.


Related colors

Complementary color

Complementary color for #hex is #544954.


I love getcolorcode.com

Triadic colors

1 #ABABB6 and #B6ABAB with #ABB6AB are triadic colors.

2 #ABB6AB and #B6ABAB with #ABB6AB are triadic colors.