COLOR #ABB9AC

HEX: #ABB9AC RGB: (171,185,172)

Color info

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

RGB color model

#ABB9AC color RGB value is (171,185,172).

RGB: (171,185,172) (67%, 73%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 172 of 255 = 67%

171
185
172

R + G + B ~ 69%. #ABB9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 172 = 528 (100%)
R 171 of 528 ~ 32.39%
G 185 of 528 ~ 35.04%
B 172 of 528 ~ 32.58'%

%32.39
%35.04
%32.58

CMYK color model

#ABB9AC color CMYK value is (8,0,7,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK: (8,0,7,27) C8M0Y7K27 (8%,0%,7%,27%) (0.08/0.00/0.07/0.27) 

CMYK percentages

%7.57
%0
%7.03
%27.45

Codes

Color #ABB9AC in popluar color models

AB B9 AC
RGB 171 185 172
HSL 124° 9.09% 69.80%
HSB/HSV 124° 7.57% 72.55%
CMYK 7.57% 0.00% 7.03%
27.45%

Color #ABB9AC in popluar number systems.

HEX AB B9 AC
Decimal 171 185 172
Binary 10101011 10111001 10101100
Octal 253 271 254

Shades and tints

Shades of #ABB9AC

#ABB9AC
(171,185,172)
#9CA99D
(156,169,157)
#8D998E
(141,153,142)
#7E897F
(126,137,127)
#6F7970
(111,121,112)
#606961
(96,105,97)
#515952
(81,89,82)
#424943
(66,73,67)
#333934
(51,57,52)
#242925
(36,41,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABB9AC

#ABB9AC
(171,185,172)
#B2BFB3
(178,191,179)
#B9C5BA
(185,197,186)
#C0CBC1
(192,203,193)
#C7D1C8
(199,209,200)
#CED7CF
(206,215,207)
#D5DDD6
(213,221,214)
#DCE3DD
(220,227,221)
#E3E9E4
(227,233,228)
#EAEFEB
(234,239,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9AC; }

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

This text font color is #ABB9AC.

Background Color

.myBgColor { background-color: #ABB9AC; }

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

This div background color is #ABB9AC.

Border color

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

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

This div border color is #ABB9AC.

Opacity

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

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

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

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

This text has shadow with #ABB9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9AC.

Preview

Color preview on black background

This text has color #ABB9AC on black background.


Color preview on white background

This text has color #ABB9AC on white background.


Black color preview on #ABB9AC background

This text has black color on #ABB9AC background.


White color preview on #ABB9AC background

This text has white color on #ABB9AC background.


Related colors

Complementary color

Complementary color for #hex is #544653.


I love getcolorcode.com

Triadic colors

1 #ACABB9 and #B9ACAB with #ABB9AC are triadic colors.

2 #ACB9AB and #B9ABAC with #ABB9AC are triadic colors.