COLOR #A8AFB1

HEX: #A8AFB1
RGB: (168,175,177)

Color info

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

RGB color model

#A8AFB1 color RGB value is (168,175,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 175 of 255 = 69%
B 177 of 255 = 69%

168
175
177

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 177 = 520 (100%)
R 168 of 520 ~ 32.31%
G 175 of 520 ~ 33.65%
B 177 of 520 ~ 34.04%

%32.31
%33.65
%34.04

CMYK color model

#A8AFB1 color CMYK value is (5,1,0,31).

  • cyan value is 5.08%
  • magenta value is 1.13%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,1,0,31)
C5M1Y0K31 
(5%,1%,0%,31%)
(0.05/0.01/0.00/0.31)	

CMYK percentages

%5.08
%1.13
%0
%30.59

Codes

Color #A8AFB1 in popluar color models

A8AFB1
RGB168175177
HSL193°5.45%67.65%
HSB/HSV193°5.08%69.41%
CMYK5.08%1.13%0.00%
30.59%

Color #A8AFB1 in popluar number systems.

HEXA8AFB1
Decimal168175177
Binary101010001010111110110001
Octal250257261

Shades and tints

Shades of #A8AFB1

#A8AFB1
(168,175,177)
#99A0A1
(153,160,161)
#8A9191
(138,145,145)
#7B8281
(123,130,129)
#6C7371
(108,115,113)
#5D6461
(93,100,97)
#4E5551
(78,85,81)
#3F4641
(63,70,65)
#303731
(48,55,49)
#212821
(33,40,33)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #A8AFB1

#A8AFB1
(168,175,177)
#AFB6B8
(175,182,184)
#B6BDBF
(182,189,191)
#BDC4C6
(189,196,198)
#C4CBCD
(196,203,205)
#CBD2D4
(203,210,212)
#D2D9DB
(210,217,219)
#D9E0E2
(217,224,226)
#E0E7E9
(224,231,233)
#E7EEF0
(231,238,240)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFB1; }

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

This text font color is #A8AFB1.


Background Color

.myBgColor { background-color: #A8AFB1; }

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

This div background color is #A8AFB1.


Border color

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

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

This div border color is #A8AFB1.


Opacity

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

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

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

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

This text has shadow with #A8AFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFB1 on black background.


Color preview on white background

This text has color #A8AFB1 on white background.



Black color preview on #A8AFB1 background

This text has black color on #A8AFB1 background.


White color preview on #A8AFB1 background

This text has white color on #A8AFB1 background.