COLOR #ADAFB7

HEX: #ADAFB7
RGB: (173,175,183)

Color info

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

RGB color model

#ADAFB7 color RGB value is (173,175,183).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 183 of 255 = 72%

173
175
183

R + G + B ~ 70%. #ADAFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 183 = 531 (100%)
R 173 of 531 ~ 32.58%
G 175 of 531 ~ 32.96%
B 183 of 531 ~ 34.46%

%32.58
%32.96
%34.46

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,4,0,28)
C5M4Y0K28 
(5%,4%,0%,28%)
(0.05/0.04/0.00/0.28)	

CMYK percentages

%5.46
%4.37
%0
%28.24

Codes

Color #ADAFB7 in popluar color models

ADAFB7
RGB173175183
HSL228°6.49%69.80%
HSB/HSV228°5.46%71.76%
CMYK5.46%4.37%0.00%
28.24%

Color #ADAFB7 in popluar number systems.

HEXADAFB7
Decimal173175183
Binary101011011010111110110111
Octal255257267

Shades and tints

Shades of #ADAFB7

#ADAFB7
(173,175,183)
#9EA0A7
(158,160,167)
#8F9197
(143,145,151)
#808287
(128,130,135)
#717377
(113,115,119)
#626467
(98,100,103)
#535557
(83,85,87)
#444647
(68,70,71)
#353737
(53,55,55)
#262827
(38,40,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADAFB7

#ADAFB7
(173,175,183)
#B4B6BD
(180,182,189)
#BBBDC3
(187,189,195)
#C2C4C9
(194,196,201)
#C9CBCF
(201,203,207)
#D0D2D5
(208,210,213)
#D7D9DB
(215,217,219)
#DEE0E1
(222,224,225)
#E5E7E7
(229,231,231)
#ECEEED
(236,238,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFB7; }

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

This text font color is #ADAFB7.


Background Color

.myBgColor { background-color: #ADAFB7; }

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

This div background color is #ADAFB7.


Border color

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

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

This div border color is #ADAFB7.


Opacity

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

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

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

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

This text has shadow with #ADAFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFB7 on black background.


Color preview on white background

This text has color #ADAFB7 on white background.



Black color preview on #ADAFB7 background

This text has black color on #ADAFB7 background.


White color preview on #ADAFB7 background

This text has white color on #ADAFB7 background.