COLOR #ABA7AF

HEX: #ABA7AF RGB: (171,167,175)

Color info

#ABA7AF contains red, green and blue colors in about the same proportion. Web safe color of #ABA7AF is #999999 (or #999).

RGB color model

#ABA7AF color RGB value is (171,167,175).

RGB: (171,167,175) (67%, 65%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 175 of 255 = 69%

171
167
175

R + G + B ~ 67%. #ABA7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 175 = 513 (100%)
R 171 of 513 ~ 33.33%
G 167 of 513 ~ 32.55%
B 175 of 513 ~ 34.11'%

%33.33
%32.55
%34.11

CMYK color model

#ABA7AF color CMYK value is (2,5,0,31).

  • cyan value is 2.29%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,5,0,31)
C2M5Y0K31 (2%, 5%, 0%, 31%)
(0.02 / 0.05 / 0.00 / 0.31)

CMYK percentages

%2.29
%4.57
%0
%31.37

Codes

Color #ABA7AF in popluar color models

AB A7 AF
RGB 171 167 175
HSL 270° 4.76% 67.06%
HSB/HSV 270° 4.57% 68.63%
CMYK 2.29% 4.57% 0.00%
31.37%

Color #ABA7AF in popluar number systems.

HEX AB A7 AF
Decimal 171 167 175
Binary 10101011 10100111 10101111
Octal 253 247 257

Shades and tints

Shades of #ABA7AF

#ABA7AF
(171,167,175)
#9C98A0
(156,152,160)
#8D8991
(141,137,145)
#7E7A82
(126,122,130)
#6F6B73
(111,107,115)
#605C64
(96,92,100)
#514D55
(81,77,85)
#423E46
(66,62,70)
#332F37
(51,47,55)
#242028
(36,32,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #ABA7AF

#ABA7AF
(171,167,175)
#B2AFB6
(178,175,182)
#B9B7BD
(185,183,189)
#C0BFC4
(192,191,196)
#C7C7CB
(199,199,203)
#CECFD2
(206,207,210)
#D5D7D9
(213,215,217)
#DCDFE0
(220,223,224)
#E3E7E7
(227,231,231)
#EAEFEE
(234,239,238)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7AF; }

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

This text font color is #ABA7AF.

Background Color

.myBgColor { background-color: #ABA7AF; }

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

This div background color is #ABA7AF.

Border color

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

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

This div border color is #ABA7AF.

Opacity

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

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

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

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

This text has shadow with #ABA7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7AF.

Preview

Color preview on black background

This text has color #ABA7AF on black background.


Color preview on white background

This text has color #ABA7AF on white background.


Black color preview on #ABA7AF background

This text has black color on #ABA7AF background.


White color preview on #ABA7AF background

This text has white color on #ABA7AF background.


Related colors

Complementary color

Complementary color for #hex is #545850.


I love getcolorcode.com

Triadic colors

1 #AFABA7 and #A7AFAB with #ABA7AF are triadic colors.

2 #AFA7AB and #A7ABAF with #ABA7AF are triadic colors.