COLOR #ADAEB7

HEX: #ADAEB7
RGB: (173,174,183)

Color info

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

RGB color model

#ADAEB7 color RGB value is (173,174,183).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 183 of 255 = 72%

173
174
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 183 = 530 (100%)
R 173 of 530 ~ 32.64%
G 174 of 530 ~ 32.83%
B 183 of 530 ~ 34.53%

%32.64
%32.83
%34.53

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,5,0,28)
C5M5Y0K28 
(5%,5%,0%,28%)
(0.05/0.05/0.00/0.28)	

CMYK percentages

%5.46
%4.92
%0
%28.24

Codes

Color #ADAEB7 in popluar color models

ADAEB7
RGB173174183
HSL234°6.49%69.80%
HSB/HSV234°5.46%71.76%
CMYK5.46%4.92%0.00%
28.24%

Color #ADAEB7 in popluar number systems.

HEXADAEB7
Decimal173174183
Binary101011011010111010110111
Octal255256267

Shades and tints

Shades of #ADAEB7

#ADAEB7
(173,174,183)
#9E9FA7
(158,159,167)
#8F9097
(143,144,151)
#808187
(128,129,135)
#717277
(113,114,119)
#626367
(98,99,103)
#535457
(83,84,87)
#444547
(68,69,71)
#353637
(53,54,55)
#262727
(38,39,39)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAEB7

#ADAEB7
(173,174,183)
#B4B5BD
(180,181,189)
#BBBCC3
(187,188,195)
#C2C3C9
(194,195,201)
#C9CACF
(201,202,207)
#D0D1D5
(208,209,213)
#D7D8DB
(215,216,219)
#DEDFE1
(222,223,225)
#E5E6E7
(229,230,231)
#ECEDED
(236,237,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEB7; }

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

This text font color is #ADAEB7.


Background Color

.myBgColor { background-color: #ADAEB7; }

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

This div background color is #ADAEB7.


Border color

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

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

This div border color is #ADAEB7.


Opacity

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

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

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

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

This text has shadow with #ADAEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEB7 on black background.


Color preview on white background

This text has color #ADAEB7 on white background.



Black color preview on #ADAEB7 background

This text has black color on #ADAEB7 background.


White color preview on #ADAEB7 background

This text has white color on #ADAEB7 background.