COLOR #ABB9AF

HEX: #ABB9AF RGB: (171,185,175)

Color info

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

RGB color model

#ABB9AF color RGB value is (171,185,175).

RGB: (171,185,175) (67%, 73%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 175 of 255 = 69%

171
185
175

R + G + B ~ 70%. #ABB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 175 = 531 (100%)
R 171 of 531 ~ 32.2%
G 185 of 531 ~ 34.84%
B 175 of 531 ~ 32.96'%

%32.2
%34.84
%32.96

CMYK color model

#ABB9AF color CMYK value is (8,0,5,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%

CMYK: (8,0,5,27)
C8M0Y5K27 (8%, 0%, 5%, 27%)
(0.08 / 0.00 / 0.05 / 0.27)

CMYK percentages

%7.57
%0
%5.41
%27.45

Codes

Color #ABB9AF in popluar color models

AB B9 AF
RGB 171 185 175
HSL 137° 9.09% 69.80%
HSB/HSV 137° 7.57% 72.55%
CMYK 7.57% 0.00% 5.41%
27.45%

Color #ABB9AF in popluar number systems.

HEX AB B9 AF
Decimal 171 185 175
Binary 10101011 10111001 10101111
Octal 253 271 257

Shades and tints

Shades of #ABB9AF

#ABB9AF
(171,185,175)
#9CA9A0
(156,169,160)
#8D9991
(141,153,145)
#7E8982
(126,137,130)
#6F7973
(111,121,115)
#606964
(96,105,100)
#515955
(81,89,85)
#424946
(66,73,70)
#333937
(51,57,55)
#242928
(36,41,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABB9AF

#ABB9AF
(171,185,175)
#B2BFB6
(178,191,182)
#B9C5BD
(185,197,189)
#C0CBC4
(192,203,196)
#C7D1CB
(199,209,203)
#CED7D2
(206,215,210)
#D5DDD9
(213,221,217)
#DCE3E0
(220,227,224)
#E3E9E7
(227,233,231)
#EAEFEE
(234,239,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9AF; }

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

This text font color is #ABB9AF.

Background Color

.myBgColor { background-color: #ABB9AF; }

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

This div background color is #ABB9AF.

Border color

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

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

This div border color is #ABB9AF.

Opacity

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

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

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

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

This text has shadow with #ABB9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9AF.

Preview

Color preview on black background

This text has color #ABB9AF on black background.


Color preview on white background

This text has color #ABB9AF on white background.


Black color preview on #ABB9AF background

This text has black color on #ABB9AF background.


White color preview on #ABB9AF background

This text has white color on #ABB9AF background.


Related colors

Complementary color

Complementary color for #hex is #544650.


I love getcolorcode.com

Triadic colors

1 #AFABB9 and #B9AFAB with #ABB9AF are triadic colors.

2 #AFB9AB and #B9ABAF with #ABB9AF are triadic colors.