COLOR #ADAAAB

HEX: #ADAAAB
RGB: (173,170,171)

Color info

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

RGB color model

#ADAAAB color RGB value is (173,170,171).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 171 of 255 = 67%

173
170
171

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 171 = 514 (100%)
R 173 of 514 ~ 33.66%
G 170 of 514 ~ 33.07%
B 171 of 514 ~ 33.27%

%33.66
%33.07
%33.27

CMYK color model

#ADAAAB color CMYK value is (0,2,1,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(0,2,1,32)
C0M2Y1K32 
(0%,2%,1%,32%)
(0.00/0.02/0.01/0.32)	

CMYK percentages

%0
%1.73
%1.16
%32.16

Codes

Color #ADAAAB in popluar color models

ADAAAB
RGB173170171
HSL340°1.80%67.25%
HSB/HSV340°1.73%67.84%
CMYK0.00%1.73%1.16%
32.16%

Color #ADAAAB in popluar number systems.

HEXADAAAB
Decimal173170171
Binary101011011010101010101011
Octal255252253

Shades and tints

Shades of #ADAAAB

#ADAAAB
(173,170,171)
#9E9B9C
(158,155,156)
#8F8C8D
(143,140,141)
#807D7E
(128,125,126)
#716E6F
(113,110,111)
#625F60
(98,95,96)
#535051
(83,80,81)
#444142
(68,65,66)
#353233
(53,50,51)
#262324
(38,35,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADAAAB

#ADAAAB
(173,170,171)
#B4B1B2
(180,177,178)
#BBB8B9
(187,184,185)
#C2BFC0
(194,191,192)
#C9C6C7
(201,198,199)
#D0CDCE
(208,205,206)
#D7D4D5
(215,212,213)
#DEDBDC
(222,219,220)
#E5E2E3
(229,226,227)
#ECE9EA
(236,233,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAAB; }

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

This text font color is #ADAAAB.


Background Color

.myBgColor { background-color: #ADAAAB; }

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

This div background color is #ADAAAB.


Border color

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

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

This div border color is #ADAAAB.


Opacity

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

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

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

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

This text has shadow with #ADAAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAAB on black background.


Color preview on white background

This text has color #ADAAAB on white background.



Black color preview on #ADAAAB background

This text has black color on #ADAAAB background.


White color preview on #ADAAAB background

This text has white color on #ADAAAB background.