COLOR #ADAAB7

HEX: #ADAAB7
RGB: (173,170,183)

Color info

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

RGB color model

#ADAAB7 color RGB value is (173,170,183).

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

RGB channels and saturation

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

173
170
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 183 = 526 (100%)
R 173 of 526 ~ 32.89%
G 170 of 526 ~ 32.32%
B 183 of 526 ~ 34.79%

%32.89
%32.32
%34.79

CMYK color model

#ADAAB7 color CMYK value is (5,7,0,28).

  • cyan value is 5.46%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,7,0,28)
C5M7Y0K28 
(5%,7%,0%,28%)
(0.05/0.07/0.00/0.28)	

CMYK percentages

%5.46
%7.1
%0
%28.24

Codes

Color #ADAAB7 in popluar color models

ADAAB7
RGB173170183
HSL254°8.28%69.22%
HSB/HSV254°7.10%71.76%
CMYK5.46%7.10%0.00%
28.24%

Color #ADAAB7 in popluar number systems.

HEXADAAB7
Decimal173170183
Binary101011011010101010110111
Octal255252267

Shades and tints

Shades of #ADAAB7

#ADAAB7
(173,170,183)
#9E9BA7
(158,155,167)
#8F8C97
(143,140,151)
#807D87
(128,125,135)
#716E77
(113,110,119)
#625F67
(98,95,103)
#535057
(83,80,87)
#444147
(68,65,71)
#353237
(53,50,55)
#262327
(38,35,39)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADAAB7

#ADAAB7
(173,170,183)
#B4B1BD
(180,177,189)
#BBB8C3
(187,184,195)
#C2BFC9
(194,191,201)
#C9C6CF
(201,198,207)
#D0CDD5
(208,205,213)
#D7D4DB
(215,212,219)
#DEDBE1
(222,219,225)
#E5E2E7
(229,226,231)
#ECE9ED
(236,233,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB7; }

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

This text font color is #ADAAB7.


Background Color

.myBgColor { background-color: #ADAAB7; }

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

This div background color is #ADAAB7.


Border color

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

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

This div border color is #ADAAB7.


Opacity

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

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

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

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

This text has shadow with #ADAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAB7 on black background.


Color preview on white background

This text has color #ADAAB7 on white background.



Black color preview on #ADAAB7 background

This text has black color on #ADAAB7 background.


White color preview on #ADAAB7 background

This text has white color on #ADAAB7 background.