COLOR #A3B1AB

HEX: #A3B1AB
RGB: (163,177,171)

Color info

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

RGB color model

#A3B1AB color RGB value is (163,177,171).

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

RGB channels and saturation

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

163
177
171

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 171 = 511 (100%)
R 163 of 511 ~ 31.9%
G 177 of 511 ~ 34.64%
B 171 of 511 ~ 33.46%

%31.9
%34.64
%33.46

CMYK color model

#A3B1AB color CMYK value is (8,0,3,31).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(8,0,3,31)
C8M0Y3K31 
(8%,0%,3%,31%)
(0.08/0.00/0.03/0.31)	

CMYK percentages

%7.91
%0
%3.39
%30.59

Codes

Color #A3B1AB in popluar color models

A3B1AB
RGB163177171
HSL154°8.24%66.67%
HSB/HSV154°7.91%69.41%
CMYK7.91%0.00%3.39%
30.59%

Color #A3B1AB in popluar number systems.

HEXA3B1AB
Decimal163177171
Binary101000111011000110101011
Octal243261253

Shades and tints

Shades of #A3B1AB

#A3B1AB
(163,177,171)
#95A19C
(149,161,156)
#87918D
(135,145,141)
#79817E
(121,129,126)
#6B716F
(107,113,111)
#5D6160
(93,97,96)
#4F5151
(79,81,81)
#414142
(65,65,66)
#333133
(51,49,51)
#252124
(37,33,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A3B1AB

#A3B1AB
(163,177,171)
#ABB8B2
(171,184,178)
#B3BFB9
(179,191,185)
#BBC6C0
(187,198,192)
#C3CDC7
(195,205,199)
#CBD4CE
(203,212,206)
#D3DBD5
(211,219,213)
#DBE2DC
(219,226,220)
#E3E9E3
(227,233,227)
#EBF0EA
(235,240,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B1AB; }

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

This text font color is #A3B1AB.


Background Color

.myBgColor { background-color: #A3B1AB; }

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

This div background color is #A3B1AB.


Border color

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

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

This div border color is #A3B1AB.


Opacity

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

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

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

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

This text has shadow with #A3B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B1AB on black background.


Color preview on white background

This text has color #A3B1AB on white background.



Black color preview on #A3B1AB background

This text has black color on #A3B1AB background.


White color preview on #A3B1AB background

This text has white color on #A3B1AB background.