COLOR #A3ABAC

HEX: #A3ABAC
RGB: (163,171,172)

Color info

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

RGB color model

#A3ABAC color RGB value is (163,171,172).

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

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 172 of 255 = 67%

163
171
172

R + G + B ~ 66%. #A3ABAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 172 = 506 (100%)
R 163 of 506 ~ 32.21%
G 171 of 506 ~ 33.79%
B 172 of 506 ~ 33.99%

%32.21
%33.79
%33.99

CMYK color model

#A3ABAC color CMYK value is (5,1,0,33).

  • cyan value is 5.23%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,1,0,33)
C5M1Y0K33 
(5%,1%,0%,33%)
(0.05/0.01/0.00/0.33)	

CMYK percentages

%5.23
%0.58
%0
%32.55

Codes

Color #A3ABAC in popluar color models

A3ABAC
RGB163171172
HSL187°5.14%65.69%
HSB/HSV187°5.23%67.45%
CMYK5.23%0.58%0.00%
32.55%

Color #A3ABAC in popluar number systems.

HEXA3ABAC
Decimal163171172
Binary101000111010101110101100
Octal243253254

Shades and tints

Shades of #A3ABAC

#A3ABAC
(163,171,172)
#959C9D
(149,156,157)
#878D8E
(135,141,142)
#797E7F
(121,126,127)
#6B6F70
(107,111,112)
#5D6061
(93,96,97)
#4F5152
(79,81,82)
#414243
(65,66,67)
#333334
(51,51,52)
#252425
(37,36,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3ABAC

#A3ABAC
(163,171,172)
#ABB2B3
(171,178,179)
#B3B9BA
(179,185,186)
#BBC0C1
(187,192,193)
#C3C7C8
(195,199,200)
#CBCECF
(203,206,207)
#D3D5D6
(211,213,214)
#DBDCDD
(219,220,221)
#E3E3E4
(227,227,228)
#EBEAEB
(235,234,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABAC; }

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

This text font color is #A3ABAC.


Background Color

.myBgColor { background-color: #A3ABAC; }

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

This div background color is #A3ABAC.


Border color

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

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

This div border color is #A3ABAC.


Opacity

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

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

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

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

This text has shadow with #A3ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABAC on black background.


Color preview on white background

This text has color #A3ABAC on white background.



Black color preview on #A3ABAC background

This text has black color on #A3ABAC background.


White color preview on #A3ABAC background

This text has white color on #A3ABAC background.