COLOR #ADAAB3

HEX: #ADAAB3
RGB: (173,170,179)

Color info

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

RGB color model

#ADAAB3 color RGB value is (173,170,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 179 of 255 = 70%

173
170
179

R + G + B ~ 68%. #ADAAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 179 = 522 (100%)
R 173 of 522 ~ 33.14%
G 170 of 522 ~ 32.57%
B 179 of 522 ~ 34.29%

%33.14
%32.57
%34.29

CMYK color model

#ADAAB3 color CMYK value is (3,5,0,30).

  • cyan value is 3.35%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,5,0,30)
C3M5Y0K30 
(3%,5%,0%,30%)
(0.03/0.05/0.00/0.30)	

CMYK percentages

%3.35
%5.03
%0
%29.8

Codes

Color #ADAAB3 in popluar color models

ADAAB3
RGB173170179
HSL260°5.59%68.43%
HSB/HSV260°5.03%70.20%
CMYK3.35%5.03%0.00%
29.80%

Color #ADAAB3 in popluar number systems.

HEXADAAB3
Decimal173170179
Binary101011011010101010110011
Octal255252263

Shades and tints

Shades of #ADAAB3

#ADAAB3
(173,170,179)
#9E9BA3
(158,155,163)
#8F8C93
(143,140,147)
#807D83
(128,125,131)
#716E73
(113,110,115)
#625F63
(98,95,99)
#535053
(83,80,83)
#444143
(68,65,67)
#353233
(53,50,51)
#262323
(38,35,35)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADAAB3

#ADAAB3
(173,170,179)
#B4B1B9
(180,177,185)
#BBB8BF
(187,184,191)
#C2BFC5
(194,191,197)
#C9C6CB
(201,198,203)
#D0CDD1
(208,205,209)
#D7D4D7
(215,212,215)
#DEDBDD
(222,219,221)
#E5E2E3
(229,226,227)
#ECE9E9
(236,233,233)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB3; }

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

This text font color is #ADAAB3.


Background Color

.myBgColor { background-color: #ADAAB3; }

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

This div background color is #ADAAB3.


Border color

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

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

This div border color is #ADAAB3.


Opacity

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

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

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

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

This text has shadow with #ADAAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAB3 on black background.


Color preview on white background

This text has color #ADAAB3 on white background.



Black color preview on #ADAAB3 background

This text has black color on #ADAAB3 background.


White color preview on #ADAAB3 background

This text has white color on #ADAAB3 background.