COLOR #A8ADAF

HEX: #A8ADAF RGB: (168,173,175)

Color info

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

RGB color model

#A8ADAF color RGB value is (168,173,175).

RGB: (168,173,175) (66%, 68%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 175 of 255 = 69%

168
173
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 175 = 516 (100%)
R 168 of 516 ~ 32.56%
G 173 of 516 ~ 33.53%
B 175 of 516 ~ 33.91'%

%32.56
%33.53
%33.91

CMYK color model

#A8ADAF color CMYK value is (4,1,0,31).

  • cyan value is 4.00%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (4,1,0,31)
C4M1Y0K31 (4%, 1%, 0%, 31%)
(0.04 / 0.01 / 0.00 / 0.31)

CMYK percentages

%4
%1.14
%0
%31.37

Codes

Color #A8ADAF in popluar color models

A8 AD AF
RGB 168 173 175
HSL 197° 4.19% 67.25%
HSB/HSV 197° 4.00% 68.63%
CMYK 4.00% 1.14% 0.00%
31.37%

Color #A8ADAF in popluar number systems.

HEX A8 AD AF
Decimal 168 173 175
Binary 10101000 10101101 10101111
Octal 250 255 257

Shades and tints

Shades of #A8ADAF

#A8ADAF
(168,173,175)
#999EA0
(153,158,160)
#8A8F91
(138,143,145)
#7B8082
(123,128,130)
#6C7173
(108,113,115)
#5D6264
(93,98,100)
#4E5355
(78,83,85)
#3F4446
(63,68,70)
#303537
(48,53,55)
#212628
(33,38,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #A8ADAF

#A8ADAF
(168,173,175)
#AFB4B6
(175,180,182)
#B6BBBD
(182,187,189)
#BDC2C4
(189,194,196)
#C4C9CB
(196,201,203)
#CBD0D2
(203,208,210)
#D2D7D9
(210,215,217)
#D9DEE0
(217,222,224)
#E0E5E7
(224,229,231)
#E7ECEE
(231,236,238)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ADAF; }

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

This text font color is #A8ADAF.

Background Color

.myBgColor { background-color: #A8ADAF; }

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

This div background color is #A8ADAF.

Border color

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

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

This div border color is #A8ADAF.

Opacity

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

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

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

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

This text has shadow with #A8ADAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ADAF.

Preview

Color preview on black background

This text has color #A8ADAF on black background.


Color preview on white background

This text has color #A8ADAF on white background.


Black color preview on #A8ADAF background

This text has black color on #A8ADAF background.


White color preview on #A8ADAF background

This text has white color on #A8ADAF background.


Related colors

Complementary color

Complementary color for #hex is #575250.


I love getcolorcode.com

Triadic colors

1 #AFA8AD and #ADAFA8 with #A8ADAF are triadic colors.

2 #AFADA8 and #ADA8AF with #A8ADAF are triadic colors.