COLOR #A8B9AA

HEX: #A8B9AA
RGB: (168,185,170)

Color info

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

RGB color model

#A8B9AA color RGB value is (168,185,170).

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

RGB channels and saturation

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

168
185
170

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 170 = 523 (100%)
R 168 of 523 ~ 32.12%
G 185 of 523 ~ 35.37%
B 170 of 523 ~ 32.5%

%32.12
%35.37
%32.5

CMYK color model

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

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • 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
%8.11
%27.45

Codes

Color #A8B9AA in popluar color models

A8B9AA
RGB168185170
HSL127°10.83%69.22%
HSB/HSV127°9.19%72.55%
CMYK9.19%0.00%8.11%
27.45%

Color #A8B9AA in popluar number systems.

HEXA8B9AA
Decimal168185170
Binary101010001011100110101010
Octal250271252

Shades and tints

Shades of #A8B9AA

#A8B9AA
(168,185,170)
#99A99B
(153,169,155)
#8A998C
(138,153,140)
#7B897D
(123,137,125)
#6C796E
(108,121,110)
#5D695F
(93,105,95)
#4E5950
(78,89,80)
#3F4941
(63,73,65)
#303932
(48,57,50)
#212923
(33,41,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8B9AA

#A8B9AA
(168,185,170)
#AFBFB1
(175,191,177)
#B6C5B8
(182,197,184)
#BDCBBF
(189,203,191)
#C4D1C6
(196,209,198)
#CBD7CD
(203,215,205)
#D2DDD4
(210,221,212)
#D9E3DB
(217,227,219)
#E0E9E2
(224,233,226)
#E7EFE9
(231,239,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B9AA; }

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

This text font color is #A8B9AA.


Background Color

.myBgColor { background-color: #A8B9AA; }

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

This div background color is #A8B9AA.


Border color

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

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

This div border color is #A8B9AA.


Opacity

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

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

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

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

This text has shadow with #A8B9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B9AA on black background.


Color preview on white background

This text has color #A8B9AA on white background.



Black color preview on #A8B9AA background

This text has black color on #A8B9AA background.


White color preview on #A8B9AA background

This text has white color on #A8B9AA background.