COLOR #A8ADAB

HEX: #A8ADAB
RGB: (168,173,171)

Color info

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

RGB color model

#A8ADAB color RGB value is (168,173,171).

  • red value is 168;
  • green value is 173;
  • blue value is 171.
RGB: (168,173,171) (66%,68%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 171 of 255 = 67%

168
173
171

R + G + B ~ 67%. #A8ADAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 173 + 171 = 512 (100%)
R 168 of 512 ~ 32.81%
G 173 of 512 ~ 33.79%
B 171 of 512 ~ 33.4%

%32.81
%33.79
%33.4

CMYK color model

#A8ADAB color CMYK value is (3,0,1,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK: (3,0,1,32) C3M0Y1K32 (3%,0%,1%,32%) (0.03/0.00/0.01/0.32)

CMYK percentages

%2.89
%0
%1.16
%32.16

Codes

Color #A8ADAB in popluar color models

A8ADAB
RGB168173171
HSL156°2.96%66.86%
HSB/HSV156°2.89%67.84%
CMYK2.89%0.00%1.16%
32.16%

Color #A8ADAB in popluar number systems.

HEXA8ADAB
Decimal168173171
Binary101010001010110110101011
Octal250255253

Shades and tints

Shades of #A8ADAB

#A8ADAB
(168,173,171)
#999E9C
(153,158,156)
#8A8F8D
(138,143,141)
#7B807E
(123,128,126)
#6C716F
(108,113,111)
#5D6260
(93,98,96)
#4E5351
(78,83,81)
#3F4442
(63,68,66)
#303533
(48,53,51)
#212624
(33,38,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8ADAB

#A8ADAB
(168,173,171)
#AFB4B2
(175,180,178)
#B6BBB9
(182,187,185)
#BDC2C0
(189,194,192)
#C4C9C7
(196,201,199)
#CBD0CE
(203,208,206)
#D2D7D5
(210,215,213)
#D9DEDC
(217,222,220)
#E0E5E3
(224,229,227)
#E7ECEA
(231,236,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ADAB; }

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

This text font color is #A8ADAB.


Background Color

.myBgColor { background-color: #A8ADAB; }

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

This div background color is #A8ADAB.


Border color

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

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

This div border color is #A8ADAB.


Opacity

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

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

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

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

This text has shadow with #A8ADAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8ADAB on black background.


Color preview on white background

This text has color #A8ADAB on white background.



Black color preview on #A8ADAB background

This text has black color on #A8ADAB background.


White color preview on #A8ADAB background

This text has white color on #A8ADAB background.