COLOR #A1ADA6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
173
166

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

Portions of RGB colors in percentages

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

%32.2
%34.6
%33.2

CMYK color model

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

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

CMYK percentages

%6.94
%0
%4.05
%32.16

Codes

Color #A1ADA6 in popluar color models

A1ADA6
RGB161173166
HSL145°6.82%65.49%
HSB/HSV145°6.94%67.84%
CMYK6.94%0.00%4.05%
32.16%

Color #A1ADA6 in popluar number systems.

HEXA1ADA6
Decimal161173166
Binary101000011010110110100110
Octal241255246

Shades and tints

Shades of #A1ADA6

#A1ADA6
(161,173,166)
#939E97
(147,158,151)
#858F88
(133,143,136)
#778079
(119,128,121)
#69716A
(105,113,106)
#5B625B
(91,98,91)
#4D534C
(77,83,76)
#3F443D
(63,68,61)
#31352E
(49,53,46)
#23261F
(35,38,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #A1ADA6

#A1ADA6
(161,173,166)
#A9B4AE
(169,180,174)
#B1BBB6
(177,187,182)
#B9C2BE
(185,194,190)
#C1C9C6
(193,201,198)
#C9D0CE
(201,208,206)
#D1D7D6
(209,215,214)
#D9DEDE
(217,222,222)
#E1E5E6
(225,229,230)
#E9ECEE
(233,236,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ADA6; }

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

This text font color is #A1ADA6.


Background Color

.myBgColor { background-color: #A1ADA6; }

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

This div background color is #A1ADA6.


Border color

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

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

This div border color is #A1ADA6.


Opacity

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

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

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

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

This text has shadow with #A1ADA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ADA6 on black background.


Color preview on white background

This text has color #A1ADA6 on white background.



Black color preview on #A1ADA6 background

This text has black color on #A1ADA6 background.


White color preview on #A1ADA6 background

This text has white color on #A1ADA6 background.