COLOR #ABACB3

HEX: #ABACB3 RGB: (171,172,179)

Color info

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

RGB color model

#ABACB3 color RGB value is (171,172,179).

RGB: (171,172,179) (67%, 67%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 179 of 255 = 70%

171
172
179

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

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 179 = 522 (100%)
R 171 of 522 ~ 32.76%
G 172 of 522 ~ 32.95%
B 179 of 522 ~ 34.29'%

%32.76
%32.95
%34.29

CMYK color model

#ABACB3 color CMYK value is (4,4,0,30).

  • cyan value is 4.47%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (4,4,0,30)
C4M4Y0K30 (4%, 4%, 0%, 30%)
(0.04 / 0.04 / 0.00 / 0.30)

CMYK percentages

%4.47
%3.91
%0
%29.8

Codes

Color #ABACB3 in popluar color models

AB AC B3
RGB 171 172 179
HSL 233° 5.00% 68.63%
HSB/HSV 233° 4.47% 70.20%
CMYK 4.47% 3.91% 0.00%
29.80%

Color #ABACB3 in popluar number systems.

HEX AB AC B3
Decimal 171 172 179
Binary 10101011 10101100 10110011
Octal 253 254 263

Shades and tints

Shades of #ABACB3

#ABACB3
(171,172,179)
#9C9DA3
(156,157,163)
#8D8E93
(141,142,147)
#7E7F83
(126,127,131)
#6F7073
(111,112,115)
#606163
(96,97,99)
#515253
(81,82,83)
#424343
(66,67,67)
#333433
(51,52,51)
#242523
(36,37,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABACB3

#ABACB3
(171,172,179)
#B2B3B9
(178,179,185)
#B9BABF
(185,186,191)
#C0C1C5
(192,193,197)
#C7C8CB
(199,200,203)
#CECFD1
(206,207,209)
#D5D6D7
(213,214,215)
#DCDDDD
(220,221,221)
#E3E4E3
(227,228,227)
#EAEBE9
(234,235,233)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABACB3; }

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

This text font color is #ABACB3.

Background Color

.myBgColor { background-color: #ABACB3; }

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

This div background color is #ABACB3.

Border color

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

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

This div border color is #ABACB3.

Opacity

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

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

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

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

This text has shadow with #ABACB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABACB3.

Preview

Color preview on black background

This text has color #ABACB3 on black background.


Color preview on white background

This text has color #ABACB3 on white background.


Black color preview on #ABACB3 background

This text has black color on #ABACB3 background.


White color preview on #ABACB3 background

This text has white color on #ABACB3 background.


Related colors

Complementary color

Complementary color for #hex is #54534C.


I love getcolorcode.com

Triadic colors

1 #B3ABAC and #ACB3AB with #ABACB3 are triadic colors.

2 #B3ACAB and #ACABB3 with #ABACB3 are triadic colors.