COLOR #ADABB8

HEX: #ADABB8
RGB: (173,171,184)

Color info

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

RGB color model

#ADABB8 color RGB value is (173,171,184).

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

RGB channels and saturation

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

173
171
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 184 = 528 (100%)
R 173 of 528 ~ 32.77%
G 171 of 528 ~ 32.39%
B 184 of 528 ~ 34.85%

%32.77
%32.39
%34.85

CMYK color model

#ADABB8 color CMYK value is (6,7,0,28).

  • cyan value is 5.98%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,7,0,28)
C6M7Y0K28 
(6%,7%,0%,28%)
(0.06/0.07/0.00/0.28)	

CMYK percentages

%5.98
%7.07
%0
%27.84

Codes

Color #ADABB8 in popluar color models

ADABB8
RGB173171184
HSL249°8.39%69.61%
HSB/HSV249°7.07%72.16%
CMYK5.98%7.07%0.00%
27.84%

Color #ADABB8 in popluar number systems.

HEXADABB8
Decimal173171184
Binary101011011010101110111000
Octal255253270

Shades and tints

Shades of #ADABB8

#ADABB8
(173,171,184)
#9E9CA8
(158,156,168)
#8F8D98
(143,141,152)
#807E88
(128,126,136)
#716F78
(113,111,120)
#626068
(98,96,104)
#535158
(83,81,88)
#444248
(68,66,72)
#353338
(53,51,56)
#262428
(38,36,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADABB8

#ADABB8
(173,171,184)
#B4B2BE
(180,178,190)
#BBB9C4
(187,185,196)
#C2C0CA
(194,192,202)
#C9C7D0
(201,199,208)
#D0CED6
(208,206,214)
#D7D5DC
(215,213,220)
#DEDCE2
(222,220,226)
#E5E3E8
(229,227,232)
#ECEAEE
(236,234,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABB8; }

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

This text font color is #ADABB8.


Background Color

.myBgColor { background-color: #ADABB8; }

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

This div background color is #ADABB8.


Border color

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

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

This div border color is #ADABB8.


Opacity

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

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

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

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

This text has shadow with #ADABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABB8 on black background.


Color preview on white background

This text has color #ADABB8 on white background.



Black color preview on #ADABB8 background

This text has black color on #ADABB8 background.


White color preview on #ADABB8 background

This text has white color on #ADABB8 background.