COLOR #A3ABAF

HEX: #A3ABAF
RGB: (163,171,175)

Color info

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

RGB color model

#A3ABAF color RGB value is (163,171,175).

  • red value is 163;
  • green value is 171;
  • blue value is 175.
RGB:
(163,171,175)
(64%,67%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 175 of 255 = 69%

163
171
175

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 175 = 509 (100%)
R 163 of 509 ~ 32.02%
G 171 of 509 ~ 33.6%
B 175 of 509 ~ 34.38%

%32.02
%33.6
%34.38

CMYK color model

#A3ABAF color CMYK value is (7,2,0,31).

  • cyan value is 6.86%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(7,2,0,31)
C7M2Y0K31 
(7%,2%,0%,31%)
(0.07/0.02/0.00/0.31)	

CMYK percentages

%6.86
%2.29
%0
%31.37

Codes

Color #A3ABAF in popluar color models

A3ABAF
RGB163171175
HSL200°6.98%66.27%
HSB/HSV200°6.86%68.63%
CMYK6.86%2.29%0.00%
31.37%

Color #A3ABAF in popluar number systems.

HEXA3ABAF
Decimal163171175
Binary101000111010101110101111
Octal243253257

Shades and tints

Shades of #A3ABAF

#A3ABAF
(163,171,175)
#959CA0
(149,156,160)
#878D91
(135,141,145)
#797E82
(121,126,130)
#6B6F73
(107,111,115)
#5D6064
(93,96,100)
#4F5155
(79,81,85)
#414246
(65,66,70)
#333337
(51,51,55)
#252428
(37,36,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #A3ABAF

#A3ABAF
(163,171,175)
#ABB2B6
(171,178,182)
#B3B9BD
(179,185,189)
#BBC0C4
(187,192,196)
#C3C7CB
(195,199,203)
#CBCED2
(203,206,210)
#D3D5D9
(211,213,217)
#DBDCE0
(219,220,224)
#E3E3E7
(227,227,231)
#EBEAEE
(235,234,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABAF; }

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

This text font color is #A3ABAF.


Background Color

.myBgColor { background-color: #A3ABAF; }

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

This div background color is #A3ABAF.


Border color

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

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

This div border color is #A3ABAF.


Opacity

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

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

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

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

This text has shadow with #A3ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABAF on black background.


Color preview on white background

This text has color #A3ABAF on white background.



Black color preview on #A3ABAF background

This text has black color on #A3ABAF background.


White color preview on #A3ABAF background

This text has white color on #A3ABAF background.