COLOR #ADAEB0

HEX: #ADAEB0
RGB: (173,174,176)

Color info

#ADAEB0 contains red, green and blue colors in about the same proportion. Web safe color of #ADAEB0 is #999999 (or #999).

RGB color model

#ADAEB0 color RGB value is (173,174,176).

  • red value is 173;
  • green value is 174;
  • blue value is 176.
RGB:
(173,174,176)
(68%,68%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 176 of 255 = 69%

173
174
176

R + G + B ~ 68%. #ADAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 176 = 523 (100%)
R 173 of 523 ~ 33.08%
G 174 of 523 ~ 33.27%
B 176 of 523 ~ 33.65%

%33.08
%33.27
%33.65

CMYK color model

#ADAEB0 color CMYK value is (2,1,0,31).

  • cyan value is 1.70%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,1,0,31)
C2M1Y0K31 
(2%,1%,0%,31%)
(0.02/0.01/0.00/0.31)	

CMYK percentages

%1.7
%1.14
%0
%30.98

Codes

Color #ADAEB0 in popluar color models

ADAEB0
RGB173174176
HSL220°1.86%68.43%
HSB/HSV220°1.70%69.02%
CMYK1.70%1.14%0.00%
30.98%

Color #ADAEB0 in popluar number systems.

HEXADAEB0
Decimal173174176
Binary101011011010111010110000
Octal255256260

Shades and tints

Shades of #ADAEB0

#ADAEB0
(173,174,176)
#9E9FA0
(158,159,160)
#8F9090
(143,144,144)
#808180
(128,129,128)
#717270
(113,114,112)
#626360
(98,99,96)
#535450
(83,84,80)
#444540
(68,69,64)
#353630
(53,54,48)
#262720
(38,39,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADAEB0

#ADAEB0
(173,174,176)
#B4B5B7
(180,181,183)
#BBBCBE
(187,188,190)
#C2C3C5
(194,195,197)
#C9CACC
(201,202,204)
#D0D1D3
(208,209,211)
#D7D8DA
(215,216,218)
#DEDFE1
(222,223,225)
#E5E6E8
(229,230,232)
#ECEDEF
(236,237,239)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAEB0 color. Also use rgb(173,174,176) instead hex code.

Text Font Color

.myTextColor { color: #ADAEB0; }

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

This text font color is #ADAEB0.


Background Color

.myBgColor { background-color: #ADAEB0; }

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

This div background color is #ADAEB0.


Border color

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

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

This div border color is #ADAEB0.


Opacity

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

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

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

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

This text has shadow with #ADAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEB0 on black background.


Color preview on white background

This text has color #ADAEB0 on white background.



Black color preview on #ADAEB0 background

This text has black color on #ADAEB0 background.


White color preview on #ADAEB0 background

This text has white color on #ADAEB0 background.