COLOR #ABA7B1

HEX: #ABA7B1 RGB: (171,167,177)

Color info

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

RGB color model

#ABA7B1 color RGB value is (171,167,177).

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

RGB channels and saturation

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

171
167
177

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

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 177 = 515 (100%)
R 171 of 515 ~ 33.2%
G 167 of 515 ~ 32.43%
B 177 of 515 ~ 34.37'%

%33.2
%32.43
%34.37

CMYK color model

#ABA7B1 color CMYK value is (3,6,0,31).

  • cyan value is 3.39%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (3,6,0,31)
C3M6Y0K31 (3%, 6%, 0%, 31%)
(0.03 / 0.06 / 0.00 / 0.31)

CMYK percentages

%3.39
%5.65
%0
%30.59

Codes

Color #ABA7B1 in popluar color models

AB A7 B1
RGB 171 167 177
HSL 264° 6.02% 67.45%
HSB/HSV 264° 5.65% 69.41%
CMYK 3.39% 5.65% 0.00%
30.59%

Color #ABA7B1 in popluar number systems.

HEX AB A7 B1
Decimal 171 167 177
Binary 10101011 10100111 10110001
Octal 253 247 261

Shades and tints

Shades of #ABA7B1

#ABA7B1
(171,167,177)
#9C98A1
(156,152,161)
#8D8991
(141,137,145)
#7E7A81
(126,122,129)
#6F6B71
(111,107,113)
#605C61
(96,92,97)
#514D51
(81,77,81)
#423E41
(66,62,65)
#332F31
(51,47,49)
#242021
(36,32,33)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #ABA7B1

#ABA7B1
(171,167,177)
#B2AFB8
(178,175,184)
#B9B7BF
(185,183,191)
#C0BFC6
(192,191,198)
#C7C7CD
(199,199,205)
#CECFD4
(206,207,212)
#D5D7DB
(213,215,219)
#DCDFE2
(220,223,226)
#E3E7E9
(227,231,233)
#EAEFF0
(234,239,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7B1; }

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

This text font color is #ABA7B1.

Background Color

.myBgColor { background-color: #ABA7B1; }

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

This div background color is #ABA7B1.

Border color

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

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

This div border color is #ABA7B1.

Opacity

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

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

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

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

This text has shadow with #ABA7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7B1.

Preview

Color preview on black background

This text has color #ABA7B1 on black background.


Color preview on white background

This text has color #ABA7B1 on white background.


Black color preview on #ABA7B1 background

This text has black color on #ABA7B1 background.


White color preview on #ABA7B1 background

This text has white color on #ABA7B1 background.


Related colors

Complementary color

Complementary color for #hex is #54584E.


I love getcolorcode.com

Triadic colors

1 #B1ABA7 and #A7B1AB with #ABA7B1 are triadic colors.

2 #B1A7AB and #A7ABB1 with #ABA7B1 are triadic colors.