COLOR #A8AD9B

HEX: #A8AD9B
RGB: (168,173,155)

Color info

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

RGB color model

#A8AD9B color RGB value is (168,173,155).

  • red value is 168;
  • green value is 173;
  • blue value is 155.
RGB:
(168,173,155)
(66%,68%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 155 of 255 = 61%

168
173
155

R + G + B ~ 65%. #A8AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 173 + 155 = 496 (100%)
R 168 of 496 ~ 33.87%
G 173 of 496 ~ 34.88%
B 155 of 496 ~ 31.25%

%33.87
%34.88
%31.25

CMYK color model

#A8AD9B color CMYK value is (3,0,10,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(3,0,10,32)
C3M0Y10K32 
(3%,0%,10%,32%)
(0.03/0.00/0.10/0.32)	

CMYK percentages

%2.89
%0
%10.4
%32.16

Codes

Color #A8AD9B in popluar color models

A8AD9B
RGB168173155
HSL77°9.89%64.31%
HSB/HSV77°10.40%67.84%
CMYK2.89%0.00%10.40%
32.16%

Color #A8AD9B in popluar number systems.

HEXA8AD9B
Decimal168173155
Binary101010001010110110011011
Octal250255233

Shades and tints

Shades of #A8AD9B

#A8AD9B
(168,173,155)
#999E8D
(153,158,141)
#8A8F7F
(138,143,127)
#7B8071
(123,128,113)
#6C7163
(108,113,99)
#5D6255
(93,98,85)
#4E5347
(78,83,71)
#3F4439
(63,68,57)
#30352B
(48,53,43)
#21261D
(33,38,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #A8AD9B

#A8AD9B
(168,173,155)
#AFB4A4
(175,180,164)
#B6BBAD
(182,187,173)
#BDC2B6
(189,194,182)
#C4C9BF
(196,201,191)
#CBD0C8
(203,208,200)
#D2D7D1
(210,215,209)
#D9DEDA
(217,222,218)
#E0E5E3
(224,229,227)
#E7ECEC
(231,236,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AD9B color. Also use rgb(168,173,155) instead hex code.

Text Font Color

.myTextColor { color: #A8AD9B; }

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

This text font color is #A8AD9B.


Background Color

.myBgColor { background-color: #A8AD9B; }

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

This div background color is #A8AD9B.


Border color

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

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

This div border color is #A8AD9B.


Opacity

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

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

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

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

This text has shadow with #A8AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AD9B on black background.


Color preview on white background

This text has color #A8AD9B on white background.



Black color preview on #A8AD9B background

This text has black color on #A8AD9B background.


White color preview on #A8AD9B background

This text has white color on #A8AD9B background.