COLOR #A6ADA1

HEX: #A6ADA1
RGB: (166,173,161)

Color info

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

RGB color model

#A6ADA1 color RGB value is (166,173,161).

  • red value is 166;
  • green value is 173;
  • blue value is 161.
RGB:
(166,173,161)
(65%,68%,63%)

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 161 of 255 = 63%

166
173
161

R + G + B ~ 65%. #A6ADA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 161 = 500 (100%)
R 166 of 500 ~ 33.2%
G 173 of 500 ~ 34.6%
B 161 of 500 ~ 32.2%

%33.2
%34.6
%32.2

CMYK color model

#A6ADA1 color CMYK value is (4,0,7,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(4,0,7,32)
C4M0Y7K32 
(4%,0%,7%,32%)
(0.04/0.00/0.07/0.32)	

CMYK percentages

%4.05
%0
%6.94
%32.16

Codes

Color #A6ADA1 in popluar color models

A6ADA1
RGB166173161
HSL95°6.82%65.49%
HSB/HSV95°6.94%67.84%
CMYK4.05%0.00%6.94%
32.16%

Color #A6ADA1 in popluar number systems.

HEXA6ADA1
Decimal166173161
Binary101001101010110110100001
Octal246255241

Shades and tints

Shades of #A6ADA1

#A6ADA1
(166,173,161)
#979E93
(151,158,147)
#888F85
(136,143,133)
#798077
(121,128,119)
#6A7169
(106,113,105)
#5B625B
(91,98,91)
#4C534D
(76,83,77)
#3D443F
(61,68,63)
#2E3531
(46,53,49)
#1F2623
(31,38,35)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6ADA1

#A6ADA1
(166,173,161)
#AEB4A9
(174,180,169)
#B6BBB1
(182,187,177)
#BEC2B9
(190,194,185)
#C6C9C1
(198,201,193)
#CED0C9
(206,208,201)
#D6D7D1
(214,215,209)
#DEDED9
(222,222,217)
#E6E5E1
(230,229,225)
#EEECE9
(238,236,233)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ADA1; }

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

This text font color is #A6ADA1.


Background Color

.myBgColor { background-color: #A6ADA1; }

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

This div background color is #A6ADA1.


Border color

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

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

This div border color is #A6ADA1.


Opacity

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

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

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

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

This text has shadow with #A6ADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ADA1 on black background.


Color preview on white background

This text has color #A6ADA1 on white background.



Black color preview on #A6ADA1 background

This text has black color on #A6ADA1 background.


White color preview on #A6ADA1 background

This text has white color on #A6ADA1 background.