COLOR #ADABB7

HEX: #ADABB7
RGB: (173,171,183)

Color info

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

RGB color model

#ADABB7 color RGB value is (173,171,183).

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

RGB channels and saturation

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

173
171
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 183 = 527 (100%)
R 173 of 527 ~ 32.83%
G 171 of 527 ~ 32.45%
B 183 of 527 ~ 34.72%

%32.83
%32.45
%34.72

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 6.56%
  • 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
%6.56
%0
%28.24

Codes

Color #ADABB7 in popluar color models

ADABB7
RGB173171183
HSL250°7.69%69.41%
HSB/HSV250°6.56%71.76%
CMYK5.46%6.56%0.00%
28.24%

Color #ADABB7 in popluar number systems.

HEXADABB7
Decimal173171183
Binary101011011010101110110111
Octal255253267

Shades and tints

Shades of #ADABB7

#ADABB7
(173,171,183)
#9E9CA7
(158,156,167)
#8F8D97
(143,141,151)
#807E87
(128,126,135)
#716F77
(113,111,119)
#626067
(98,96,103)
#535157
(83,81,87)
#444247
(68,66,71)
#353337
(53,51,55)
#262427
(38,36,39)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADABB7

#ADABB7
(173,171,183)
#B4B2BD
(180,178,189)
#BBB9C3
(187,185,195)
#C2C0C9
(194,192,201)
#C9C7CF
(201,199,207)
#D0CED5
(208,206,213)
#D7D5DB
(215,213,219)
#DEDCE1
(222,220,225)
#E5E3E7
(229,227,231)
#ECEAED
(236,234,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABB7; }

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

This text font color is #ADABB7.


Background Color

.myBgColor { background-color: #ADABB7; }

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

This div background color is #ADABB7.


Border color

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

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

This div border color is #ADABB7.


Opacity

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

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

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

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

This text has shadow with #ADABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABB7 on black background.


Color preview on white background

This text has color #ADABB7 on white background.



Black color preview on #ADABB7 background

This text has black color on #ADABB7 background.


White color preview on #ADABB7 background

This text has white color on #ADABB7 background.