COLOR #A8B9AB

HEX: #A8B9AB
RGB: (168,185,171)

Color info

#A8B9AB contains red, green and blue colors in about the same proportion. Web safe color of #A8B9AB is #99CC99 (or #9C9).

RGB color model

#A8B9AB color RGB value is (168,185,171).

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

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 171 of 255 = 67%

168
185
171

R + G + B ~ 69%. #A8B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 171 = 524 (100%)
R 168 of 524 ~ 32.06%
G 185 of 524 ~ 35.31%
B 171 of 524 ~ 32.63%

%32.06
%35.31
%32.63

CMYK color model

#A8B9AB color CMYK value is (9,0,8,27).

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(9,0,8,27)
C9M0Y8K27 
(9%,0%,8%,27%)
(0.09/0.00/0.08/0.27)	

CMYK percentages

%9.19
%0
%7.57
%27.45

Codes

Color #A8B9AB in popluar color models

A8B9AB
RGB168185171
HSL131°10.83%69.22%
HSB/HSV131°9.19%72.55%
CMYK9.19%0.00%7.57%
27.45%

Color #A8B9AB in popluar number systems.

HEXA8B9AB
Decimal168185171
Binary101010001011100110101011
Octal250271253

Shades and tints

Shades of #A8B9AB

#A8B9AB
(168,185,171)
#99A99C
(153,169,156)
#8A998D
(138,153,141)
#7B897E
(123,137,126)
#6C796F
(108,121,111)
#5D6960
(93,105,96)
#4E5951
(78,89,81)
#3F4942
(63,73,66)
#303933
(48,57,51)
#212924
(33,41,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8B9AB

#A8B9AB
(168,185,171)
#AFBFB2
(175,191,178)
#B6C5B9
(182,197,185)
#BDCBC0
(189,203,192)
#C4D1C7
(196,209,199)
#CBD7CE
(203,215,206)
#D2DDD5
(210,221,213)
#D9E3DC
(217,227,220)
#E0E9E3
(224,233,227)
#E7EFEA
(231,239,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B9AB; }

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

This text font color is #A8B9AB.


Background Color

.myBgColor { background-color: #A8B9AB; }

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

This div background color is #A8B9AB.


Border color

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

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

This div border color is #A8B9AB.


Opacity

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

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

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

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

This text has shadow with #A8B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B9AB on black background.


Color preview on white background

This text has color #A8B9AB on white background.



Black color preview on #A8B9AB background

This text has black color on #A8B9AB background.


White color preview on #A8B9AB background

This text has white color on #A8B9AB background.