COLOR #A6ADAB

HEX: #A6ADAB RGB: (166,173,171)

Color info

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

RGB color model

#A6ADAB color RGB value is (166,173,171).

RGB: (166,173,171) (65%, 68%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 171 of 255 = 67%

166
173
171

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

Portions of RGB colors in percentages

R + G + B = 166 + 173 + 171 = 510 (100%)
R 166 of 510 ~ 32.55%
G 173 of 510 ~ 33.92%
B 171 of 510 ~ 33.53'%

%32.55
%33.92
%33.53

CMYK color model

#A6ADAB color CMYK value is (4,0,1,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%

CMYK: (4,0,1,32)
C4M0Y1K32 (4%, 0%, 1%, 32%)
(0.04 / 0.00 / 0.01 / 0.32)

CMYK percentages

%4.05
%0
%1.16
%32.16

Codes

Color #A6ADAB in popluar color models

A6 AD AB
RGB 166 173 171
HSL 163° 4.09% 66.47%
HSB/HSV 163° 4.05% 67.84%
CMYK 4.05% 0.00% 1.16%
32.16%

Color #A6ADAB in popluar number systems.

HEX A6 AD AB
Decimal 166 173 171
Binary 10100110 10101101 10101011
Octal 246 255 253

Shades and tints

Shades of #A6ADAB

#A6ADAB
(166,173,171)
#979E9C
(151,158,156)
#888F8D
(136,143,141)
#79807E
(121,128,126)
#6A716F
(106,113,111)
#5B6260
(91,98,96)
#4C5351
(76,83,81)
#3D4442
(61,68,66)
#2E3533
(46,53,51)
#1F2624
(31,38,36)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6ADAB

#A6ADAB
(166,173,171)
#AEB4B2
(174,180,178)
#B6BBB9
(182,187,185)
#BEC2C0
(190,194,192)
#C6C9C7
(198,201,199)
#CED0CE
(206,208,206)
#D6D7D5
(214,215,213)
#DEDEDC
(222,222,220)
#E6E5E3
(230,229,227)
#EEECEA
(238,236,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADAB; }

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

This text font color is #A6ADAB.

Background Color

.myBgColor { background-color: #A6ADAB; }

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

This div background color is #A6ADAB.

Border color

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

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

This div border color is #A6ADAB.

Opacity

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

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

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

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

This text has shadow with #A6ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ADAB.

Preview

Color preview on black background

This text has color #A6ADAB on black background.


Color preview on white background

This text has color #A6ADAB on white background.


Black color preview on #A6ADAB background

This text has black color on #A6ADAB background.


White color preview on #A6ADAB background

This text has white color on #A6ADAB background.


Related colors

Complementary color

Complementary color for #hex is #595254.


I love getcolorcode.com

Triadic colors

1 #ABA6AD and #ADABA6 with #A6ADAB are triadic colors.

2 #ABADA6 and #ADA6AB with #A6ADAB are triadic colors.