COLOR #ADAAB9

HEX: #ADAAB9
RGB: (173,170,185)

Color info

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

RGB color model

#ADAAB9 color RGB value is (173,170,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 185 of 255 = 73%

173
170
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 185 = 528 (100%)
R 173 of 528 ~ 32.77%
G 170 of 528 ~ 32.2%
B 185 of 528 ~ 35.04%

%32.77
%32.2
%35.04

CMYK color model

#ADAAB9 color CMYK value is (6,8,0,27).

  • cyan value is 6.49%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,8,0,27)
C6M8Y0K27 
(6%,8%,0%,27%)
(0.06/0.08/0.00/0.27)	

CMYK percentages

%6.49
%8.11
%0
%27.45

Codes

Color #ADAAB9 in popluar color models

ADAAB9
RGB173170185
HSL252°9.68%69.61%
HSB/HSV252°8.11%72.55%
CMYK6.49%8.11%0.00%
27.45%

Color #ADAAB9 in popluar number systems.

HEXADAAB9
Decimal173170185
Binary101011011010101010111001
Octal255252271

Shades and tints

Shades of #ADAAB9

#ADAAB9
(173,170,185)
#9E9BA9
(158,155,169)
#8F8C99
(143,140,153)
#807D89
(128,125,137)
#716E79
(113,110,121)
#625F69
(98,95,105)
#535059
(83,80,89)
#444149
(68,65,73)
#353239
(53,50,57)
#262329
(38,35,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADAAB9

#ADAAB9
(173,170,185)
#B4B1BF
(180,177,191)
#BBB8C5
(187,184,197)
#C2BFCB
(194,191,203)
#C9C6D1
(201,198,209)
#D0CDD7
(208,205,215)
#D7D4DD
(215,212,221)
#DEDBE3
(222,219,227)
#E5E2E9
(229,226,233)
#ECE9EF
(236,233,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB9; }

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

This text font color is #ADAAB9.


Background Color

.myBgColor { background-color: #ADAAB9; }

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

This div background color is #ADAAB9.


Border color

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

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

This div border color is #ADAAB9.


Opacity

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

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

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

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

This text has shadow with #ADAAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAB9 on black background.


Color preview on white background

This text has color #ADAAB9 on white background.



Black color preview on #ADAAB9 background

This text has black color on #ADAAB9 background.


White color preview on #ADAAB9 background

This text has white color on #ADAAB9 background.