COLOR #A3ABAE

HEX: #A3ABAE
RGB: (163,171,174)

Color info

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

RGB color model

#A3ABAE color RGB value is (163,171,174).

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

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 174 of 255 = 68%

163
171
174

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 174 = 508 (100%)
R 163 of 508 ~ 32.09%
G 171 of 508 ~ 33.66%
B 174 of 508 ~ 34.25%

%32.09
%33.66
%34.25

CMYK color model

#A3ABAE color CMYK value is (6,2,0,32).

  • cyan value is 6.32%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,2,0,32)
C6M2Y0K32 
(6%,2%,0%,32%)
(0.06/0.02/0.00/0.32)	

CMYK percentages

%6.32
%1.72
%0
%31.76

Codes

Color #A3ABAE in popluar color models

A3ABAE
RGB163171174
HSL196°6.36%66.08%
HSB/HSV196°6.32%68.24%
CMYK6.32%1.72%0.00%
31.76%

Color #A3ABAE in popluar number systems.

HEXA3ABAE
Decimal163171174
Binary101000111010101110101110
Octal243253256

Shades and tints

Shades of #A3ABAE

#A3ABAE
(163,171,174)
#959C9F
(149,156,159)
#878D90
(135,141,144)
#797E81
(121,126,129)
#6B6F72
(107,111,114)
#5D6063
(93,96,99)
#4F5154
(79,81,84)
#414245
(65,66,69)
#333336
(51,51,54)
#252427
(37,36,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A3ABAE

#A3ABAE
(163,171,174)
#ABB2B5
(171,178,181)
#B3B9BC
(179,185,188)
#BBC0C3
(187,192,195)
#C3C7CA
(195,199,202)
#CBCED1
(203,206,209)
#D3D5D8
(211,213,216)
#DBDCDF
(219,220,223)
#E3E3E6
(227,227,230)
#EBEAED
(235,234,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABAE; }

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

This text font color is #A3ABAE.


Background Color

.myBgColor { background-color: #A3ABAE; }

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

This div background color is #A3ABAE.


Border color

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

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

This div border color is #A3ABAE.


Opacity

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

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

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

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

This text has shadow with #A3ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABAE on black background.


Color preview on white background

This text has color #A3ABAE on white background.



Black color preview on #A3ABAE background

This text has black color on #A3ABAE background.


White color preview on #A3ABAE background

This text has white color on #A3ABAE background.