COLOR #A8AAB3

HEX: #A8AAB3
RGB: (168,170,179)

Color info

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

RGB color model

#A8AAB3 color RGB value is (168,170,179).

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

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 179 of 255 = 70%

168
170
179

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

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 179 = 517 (100%)
R 168 of 517 ~ 32.5%
G 170 of 517 ~ 32.88%
B 179 of 517 ~ 34.62%

%32.5
%32.88
%34.62

CMYK color model

#A8AAB3 color CMYK value is (6,5,0,30).

  • cyan value is 6.15%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,5,0,30)
C6M5Y0K30 
(6%,5%,0%,30%)
(0.06/0.05/0.00/0.30)	

CMYK percentages

%6.15
%5.03
%0
%29.8

Codes

Color #A8AAB3 in popluar color models

A8AAB3
RGB168170179
HSL229°6.75%68.04%
HSB/HSV229°6.15%70.20%
CMYK6.15%5.03%0.00%
29.80%

Color #A8AAB3 in popluar number systems.

HEXA8AAB3
Decimal168170179
Binary101010001010101010110011
Octal250252263

Shades and tints

Shades of #A8AAB3

#A8AAB3
(168,170,179)
#999BA3
(153,155,163)
#8A8C93
(138,140,147)
#7B7D83
(123,125,131)
#6C6E73
(108,110,115)
#5D5F63
(93,95,99)
#4E5053
(78,80,83)
#3F4143
(63,65,67)
#303233
(48,50,51)
#212323
(33,35,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A8AAB3

#A8AAB3
(168,170,179)
#AFB1B9
(175,177,185)
#B6B8BF
(182,184,191)
#BDBFC5
(189,191,197)
#C4C6CB
(196,198,203)
#CBCDD1
(203,205,209)
#D2D4D7
(210,212,215)
#D9DBDD
(217,219,221)
#E0E2E3
(224,226,227)
#E7E9E9
(231,233,233)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AAB3; }

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

This text font color is #A8AAB3.


Background Color

.myBgColor { background-color: #A8AAB3; }

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

This div background color is #A8AAB3.


Border color

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

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

This div border color is #A8AAB3.


Opacity

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

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

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

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

This text has shadow with #A8AAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AAB3 on black background.


Color preview on white background

This text has color #A8AAB3 on white background.



Black color preview on #A8AAB3 background

This text has black color on #A8AAB3 background.


White color preview on #A8AAB3 background

This text has white color on #A8AAB3 background.