COLOR #ADAAA8

HEX: #ADAAA8
RGB: (173,170,168)

Color info

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

RGB color model

#ADAAA8 color RGB value is (173,170,168).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 168 of 255 = 66%

173
170
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 168 = 511 (100%)
R 173 of 511 ~ 33.86%
G 170 of 511 ~ 33.27%
B 168 of 511 ~ 32.88%

%33.86
%33.27
%32.88

CMYK color model

#ADAAA8 color CMYK value is (0,2,3,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(0,2,3,32)
C0M2Y3K32 
(0%,2%,3%,32%)
(0.00/0.02/0.03/0.32)	

CMYK percentages

%0
%1.73
%2.89
%32.16

Codes

Color #ADAAA8 in popluar color models

ADAAA8
RGB173170168
HSL24°2.96%66.86%
HSB/HSV24°2.89%67.84%
CMYK0.00%1.73%2.89%
32.16%

Color #ADAAA8 in popluar number systems.

HEXADAAA8
Decimal173170168
Binary101011011010101010101000
Octal255252250

Shades and tints

Shades of #ADAAA8

#ADAAA8
(173,170,168)
#9E9B99
(158,155,153)
#8F8C8A
(143,140,138)
#807D7B
(128,125,123)
#716E6C
(113,110,108)
#625F5D
(98,95,93)
#53504E
(83,80,78)
#44413F
(68,65,63)
#353230
(53,50,48)
#262321
(38,35,33)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADAAA8

#ADAAA8
(173,170,168)
#B4B1AF
(180,177,175)
#BBB8B6
(187,184,182)
#C2BFBD
(194,191,189)
#C9C6C4
(201,198,196)
#D0CDCB
(208,205,203)
#D7D4D2
(215,212,210)
#DEDBD9
(222,219,217)
#E5E2E0
(229,226,224)
#ECE9E7
(236,233,231)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAA8; }

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

This text font color is #ADAAA8.


Background Color

.myBgColor { background-color: #ADAAA8; }

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

This div background color is #ADAAA8.


Border color

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

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

This div border color is #ADAAA8.


Opacity

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

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

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

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

This text has shadow with #ADAAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAA8 on black background.


Color preview on white background

This text has color #ADAAA8 on white background.



Black color preview on #ADAAA8 background

This text has black color on #ADAAA8 background.


White color preview on #ADAAA8 background

This text has white color on #ADAAA8 background.