COLOR #A8AFAB

HEX: #A8AFAB
RGB: (168,175,171)

Color info

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

RGB color model

#A8AFAB color RGB value is (168,175,171).

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

RGB channels and saturation

R 168 of 255 = 66%
G 175 of 255 = 69%
B 171 of 255 = 67%

168
175
171

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 171 = 514 (100%)
R 168 of 514 ~ 32.68%
G 175 of 514 ~ 34.05%
B 171 of 514 ~ 33.27%

%32.68
%34.05
%33.27

CMYK color model

#A8AFAB color CMYK value is (4,0,2,31).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK:
(4,0,2,31)
C4M0Y2K31 
(4%,0%,2%,31%)
(0.04/0.00/0.02/0.31)	

CMYK percentages

%4
%0
%2.29
%31.37

Codes

Color #A8AFAB in popluar color models

A8AFAB
RGB168175171
HSL146°4.19%67.25%
HSB/HSV146°4.00%68.63%
CMYK4.00%0.00%2.29%
31.37%

Color #A8AFAB in popluar number systems.

HEXA8AFAB
Decimal168175171
Binary101010001010111110101011
Octal250257253

Shades and tints

Shades of #A8AFAB

#A8AFAB
(168,175,171)
#99A09C
(153,160,156)
#8A918D
(138,145,141)
#7B827E
(123,130,126)
#6C736F
(108,115,111)
#5D6460
(93,100,96)
#4E5551
(78,85,81)
#3F4642
(63,70,66)
#303733
(48,55,51)
#212824
(33,40,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8AFAB

#A8AFAB
(168,175,171)
#AFB6B2
(175,182,178)
#B6BDB9
(182,189,185)
#BDC4C0
(189,196,192)
#C4CBC7
(196,203,199)
#CBD2CE
(203,210,206)
#D2D9D5
(210,217,213)
#D9E0DC
(217,224,220)
#E0E7E3
(224,231,227)
#E7EEEA
(231,238,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFAB; }

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

This text font color is #A8AFAB.


Background Color

.myBgColor { background-color: #A8AFAB; }

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

This div background color is #A8AFAB.


Border color

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

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

This div border color is #A8AFAB.


Opacity

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

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

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

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

This text has shadow with #A8AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFAB on black background.


Color preview on white background

This text has color #A8AFAB on white background.



Black color preview on #A8AFAB background

This text has black color on #A8AFAB background.


White color preview on #A8AFAB background

This text has white color on #A8AFAB background.