COLOR #ABAAB3

HEX: #ABAAB3
RGB: (171,170,179)

Color info

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

RGB color model

#ABAAB3 color RGB value is (171,170,179).

  • red value is 171;
  • green value is 170;
  • blue value is 179.
RGB:
(171,170,179)
(67%,67%,70%)

RGB channels and saturation

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

171
170
179

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 179 = 520 (100%)
R 171 of 520 ~ 32.88%
G 170 of 520 ~ 32.69%
B 179 of 520 ~ 34.42%

%32.88
%32.69
%34.42

CMYK color model

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

  • cyan value is 4.47%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(4,5,0,30)
C4M5Y0K30 
(4%,5%,0%,30%)
(0.04/0.05/0.00/0.30)	

CMYK percentages

%4.47
%5.03
%0
%29.8

Codes

Color #ABAAB3 in popluar color models

ABAAB3
RGB171170179
HSL247°5.59%68.43%
HSB/HSV247°5.03%70.20%
CMYK4.47%5.03%0.00%
29.80%

Color #ABAAB3 in popluar number systems.

HEXABAAB3
Decimal171170179
Binary101010111010101010110011
Octal253252263

Shades and tints

Shades of #ABAAB3

#ABAAB3
(171,170,179)
#9C9BA3
(156,155,163)
#8D8C93
(141,140,147)
#7E7D83
(126,125,131)
#6F6E73
(111,110,115)
#605F63
(96,95,99)
#515053
(81,80,83)
#424143
(66,65,67)
#333233
(51,50,51)
#242323
(36,35,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #ABAAB3

#ABAAB3
(171,170,179)
#B2B1B9
(178,177,185)
#B9B8BF
(185,184,191)
#C0BFC5
(192,191,197)
#C7C6CB
(199,198,203)
#CECDD1
(206,205,209)
#D5D4D7
(213,212,215)
#DCDBDD
(220,219,221)
#E3E2E3
(227,226,227)
#EAE9E9
(234,233,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAAB3; }

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

This text font color is #ABAAB3.


Background Color

.myBgColor { background-color: #ABAAB3; }

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

This div background color is #ABAAB3.


Border color

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

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

This div border color is #ABAAB3.


Opacity

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

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

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

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

This text has shadow with #ABAAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAB3 on black background.


Color preview on white background

This text has color #ABAAB3 on white background.



Black color preview on #ABAAB3 background

This text has black color on #ABAAB3 background.


White color preview on #ABAAB3 background

This text has white color on #ABAAB3 background.