COLOR #ADAFB8

HEX: #ADAFB8 RGB: (173,175,184)

Color info

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

RGB color model

#ADAFB8 color RGB value is (173,175,184).

RGB: (173,175,184) (68%, 69%, 72%)

RGB channels and saturation

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

173
175
184

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 184 = 532 (100%)
R 173 of 532 ~ 32.52%
G 175 of 532 ~ 32.89%
B 184 of 532 ~ 34.59'%

%32.52
%32.89
%34.59

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (6,5,0,28) C6M5Y0K28 (6%,5%,0%,28%) (0.06/0.05/0.00/0.28) 

CMYK percentages

%5.98
%4.89
%0
%27.84

Codes

Color #ADAFB8 in popluar color models

AD AF B8
RGB 173 175 184
HSL 229° 7.19% 70.00%
HSB/HSV 229° 5.98% 72.16%
CMYK 5.98% 4.89% 0.00%
27.84%

Color #ADAFB8 in popluar number systems.

HEX AD AF B8
Decimal 173 175 184
Binary 10101101 10101111 10111000
Octal 255 257 270

Shades and tints

Shades of #ADAFB8

#ADAFB8
(173,175,184)
#9EA0A8
(158,160,168)
#8F9198
(143,145,152)
#808288
(128,130,136)
#717378
(113,115,120)
#626468
(98,100,104)
#535558
(83,85,88)
#444648
(68,70,72)
#353738
(53,55,56)
#262828
(38,40,40)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADAFB8

#ADAFB8
(173,175,184)
#B4B6BE
(180,182,190)
#BBBDC4
(187,189,196)
#C2C4CA
(194,196,202)
#C9CBD0
(201,203,208)
#D0D2D6
(208,210,214)
#D7D9DC
(215,217,220)
#DEE0E2
(222,224,226)
#E5E7E8
(229,231,232)
#ECEEEE
(236,238,238)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFB8; }

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

This text font color is #ADAFB8.

Background Color

.myBgColor { background-color: #ADAFB8; }

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

This div background color is #ADAFB8.

Border color

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

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

This div border color is #ADAFB8.

Opacity

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

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

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

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

This text has shadow with #ADAFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFB8.

Preview

Color preview on black background

This text has color #ADAFB8 on black background.


Color preview on white background

This text has color #ADAFB8 on white background.


Black color preview on #ADAFB8 background

This text has black color on #ADAFB8 background.


White color preview on #ADAFB8 background

This text has white color on #ADAFB8 background.


Related colors

Complementary color

Complementary color for #hex is #525047.


I love getcolorcode.com

Triadic colors

1 #B8ADAF and #AFB8AD with #ADAFB8 are triadic colors.

2 #B8AFAD and #AFADB8 with #ADAFB8 are triadic colors.