COLOR #A1B3A8

HEX: #A1B3A8
RGB: (161,179,168)

Color info

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

RGB color model

#A1B3A8 color RGB value is (161,179,168).

  • red value is 161;
  • green value is 179;
  • blue value is 168.
RGB:
(161,179,168)
(63%,70%,66%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 168 of 255 = 66%

161
179
168

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

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 168 = 508 (100%)
R 161 of 508 ~ 31.69%
G 179 of 508 ~ 35.24%
B 168 of 508 ~ 33.07%

%31.69
%35.24
%33.07

CMYK color model

#A1B3A8 color CMYK value is (10,0,6,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(10,0,6,30)
C10M0Y6K30 
(10%,0%,6%,30%)
(0.10/0.00/0.06/0.30)	

CMYK percentages

%10.06
%0
%6.15
%29.8

Codes

Color #A1B3A8 in popluar color models

A1B3A8
RGB161179168
HSL143°10.59%66.67%
HSB/HSV143°10.06%70.20%
CMYK10.06%0.00%6.15%
29.80%

Color #A1B3A8 in popluar number systems.

HEXA1B3A8
Decimal161179168
Binary101000011011001110101000
Octal241263250

Shades and tints

Shades of #A1B3A8

#A1B3A8
(161,179,168)
#93A399
(147,163,153)
#85938A
(133,147,138)
#77837B
(119,131,123)
#69736C
(105,115,108)
#5B635D
(91,99,93)
#4D534E
(77,83,78)
#3F433F
(63,67,63)
#313330
(49,51,48)
#232321
(35,35,33)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A1B3A8

#A1B3A8
(161,179,168)
#A9B9AF
(169,185,175)
#B1BFB6
(177,191,182)
#B9C5BD
(185,197,189)
#C1CBC4
(193,203,196)
#C9D1CB
(201,209,203)
#D1D7D2
(209,215,210)
#D9DDD9
(217,221,217)
#E1E3E0
(225,227,224)
#E9E9E7
(233,233,231)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B3A8 color. Also use rgb(161,179,168) instead hex code.

Text Font Color

.myTextColor { color: #A1B3A8; }

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

This text font color is #A1B3A8.


Background Color

.myBgColor { background-color: #A1B3A8; }

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

This div background color is #A1B3A8.


Border color

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

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

This div border color is #A1B3A8.


Opacity

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

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

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

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

This text has shadow with #A1B3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B3A8 on black background.


Color preview on white background

This text has color #A1B3A8 on white background.



Black color preview on #A1B3A8 background

This text has black color on #A1B3A8 background.


White color preview on #A1B3A8 background

This text has white color on #A1B3A8 background.