COLOR #ADAAB8

HEX: #ADAAB8 RGB: (173,170,184)

Color info

#ADAAB8 contains red, green and blue colors in about the same proportion. Web safe color of #ADAAB8 is #9999CC (or #99C).

RGB color model

#ADAAB8 color RGB value is (173,170,184).

RGB: (173,170,184) (68%, 67%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 184 of 255 = 72%

173
170
184

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 184 = 527 (100%)
R 173 of 527 ~ 32.83%
G 170 of 527 ~ 32.26%
B 184 of 527 ~ 34.91'%

%32.83
%32.26
%34.91

CMYK color model

#ADAAB8 color CMYK value is (6,8,0,28).

  • cyan value is 5.98%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (6,8,0,28)
C6M8Y0K28 (6%, 8%, 0%, 28%)
(0.06 / 0.08 / 0.00 / 0.28)

CMYK percentages

%5.98
%7.61
%0
%27.84

Codes

Color #ADAAB8 in popluar color models

AD AA B8
RGB 173 170 184
HSL 253° 8.97% 69.41%
HSB/HSV 253° 7.61% 72.16%
CMYK 5.98% 7.61% 0.00%
27.84%

Color #ADAAB8 in popluar number systems.

HEX AD AA B8
Decimal 173 170 184
Binary 10101101 10101010 10111000
Octal 255 252 270

Shades and tints

Shades of #ADAAB8

#ADAAB8
(173,170,184)
#9E9BA8
(158,155,168)
#8F8C98
(143,140,152)
#807D88
(128,125,136)
#716E78
(113,110,120)
#625F68
(98,95,104)
#535058
(83,80,88)
#444148
(68,65,72)
#353238
(53,50,56)
#262328
(38,35,40)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADAAB8

#ADAAB8
(173,170,184)
#B4B1BE
(180,177,190)
#BBB8C4
(187,184,196)
#C2BFCA
(194,191,202)
#C9C6D0
(201,198,208)
#D0CDD6
(208,205,214)
#D7D4DC
(215,212,220)
#DEDBE2
(222,219,226)
#E5E2E8
(229,226,232)
#ECE9EE
(236,233,238)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB8; }

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

This text font color is #ADAAB8.

Background Color

.myBgColor { background-color: #ADAAB8; }

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

This div background color is #ADAAB8.

Border color

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

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

This div border color is #ADAAB8.

Opacity

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

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

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

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

This text has shadow with #ADAAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAB8.

Preview

Color preview on black background

This text has color #ADAAB8 on black background.


Color preview on white background

This text has color #ADAAB8 on white background.


Black color preview on #ADAAB8 background

This text has black color on #ADAAB8 background.


White color preview on #ADAAB8 background

This text has white color on #ADAAB8 background.


Related colors

Complementary color

Complementary color for #hex is #525547.


I love getcolorcode.com

Triadic colors

1 #B8ADAA and #AAB8AD with #ADAAB8 are triadic colors.

2 #B8AAAD and #AAADB8 with #ADAAB8 are triadic colors.