COLOR #A8B1B3

HEX: #A8B1B3
RGB: (168,177,179)

Color info

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

RGB color model

#A8B1B3 color RGB value is (168,177,179).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 179 of 255 = 70%

168
177
179

R + G + B ~ 68%. #A8B1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 179 = 524 (100%)
R 168 of 524 ~ 32.06%
G 177 of 524 ~ 33.78%
B 179 of 524 ~ 34.16%

%32.06
%33.78
%34.16

CMYK color model

#A8B1B3 color CMYK value is (6,1,0,30).

  • cyan value is 6.15%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,1,0,30)
C6M1Y0K30 
(6%,1%,0%,30%)
(0.06/0.01/0.00/0.30)	

CMYK percentages

%6.15
%1.12
%0
%29.8

Codes

Color #A8B1B3 in popluar color models

A8B1B3
RGB168177179
HSL191°6.75%68.04%
HSB/HSV191°6.15%70.20%
CMYK6.15%1.12%0.00%
29.80%

Color #A8B1B3 in popluar number systems.

HEXA8B1B3
Decimal168177179
Binary101010001011000110110011
Octal250261263

Shades and tints

Shades of #A8B1B3

#A8B1B3
(168,177,179)
#99A1A3
(153,161,163)
#8A9193
(138,145,147)
#7B8183
(123,129,131)
#6C7173
(108,113,115)
#5D6163
(93,97,99)
#4E5153
(78,81,83)
#3F4143
(63,65,67)
#303133
(48,49,51)
#212123
(33,33,35)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A8B1B3

#A8B1B3
(168,177,179)
#AFB8B9
(175,184,185)
#B6BFBF
(182,191,191)
#BDC6C5
(189,198,197)
#C4CDCB
(196,205,203)
#CBD4D1
(203,212,209)
#D2DBD7
(210,219,215)
#D9E2DD
(217,226,221)
#E0E9E3
(224,233,227)
#E7F0E9
(231,240,233)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1B3; }

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

This text font color is #A8B1B3.


Background Color

.myBgColor { background-color: #A8B1B3; }

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

This div background color is #A8B1B3.


Border color

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

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

This div border color is #A8B1B3.


Opacity

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

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

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

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

This text has shadow with #A8B1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B1B3 on black background.


Color preview on white background

This text has color #A8B1B3 on white background.



Black color preview on #A8B1B3 background

This text has black color on #A8B1B3 background.


White color preview on #A8B1B3 background

This text has white color on #A8B1B3 background.