COLOR #A2ADA8

HEX: #A2ADA8 RGB: (162,173,168)

Color info

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

RGB color model

#A2ADA8 color RGB value is (162,173,168).

RGB: (162,173,168) (64%, 68%, 66%)

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 168 of 255 = 66%

162
173
168

R + G + B ~ 66%. #A2ADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 173 + 168 = 503 (100%)
R 162 of 503 ~ 32.21%
G 173 of 503 ~ 34.39%
B 168 of 503 ~ 33.4'%

%32.21
%34.39
%33.4

CMYK color model

#A2ADA8 color CMYK value is (6,0,3,32).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%

CMYK: (6,0,3,32)
C6M0Y3K32 (6%, 0%, 3%, 32%)
(0.06 / 0.00 / 0.03 / 0.32)

CMYK percentages

%6.36
%0
%2.89
%32.16

Codes

Color #A2ADA8 in popluar color models

A2 AD A8
RGB 162 173 168
HSL 153° 6.29% 65.69%
HSB/HSV 153° 6.36% 67.84%
CMYK 6.36% 0.00% 2.89%
32.16%

Color #A2ADA8 in popluar number systems.

HEX A2 AD A8
Decimal 162 173 168
Binary 10100010 10101101 10101000
Octal 242 255 250

Shades and tints

Shades of #A2ADA8

#A2ADA8
(162,173,168)
#949E99
(148,158,153)
#868F8A
(134,143,138)
#78807B
(120,128,123)
#6A716C
(106,113,108)
#5C625D
(92,98,93)
#4E534E
(78,83,78)
#40443F
(64,68,63)
#323530
(50,53,48)
#242621
(36,38,33)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #A2ADA8

#A2ADA8
(162,173,168)
#AAB4AF
(170,180,175)
#B2BBB6
(178,187,182)
#BAC2BD
(186,194,189)
#C2C9C4
(194,201,196)
#CAD0CB
(202,208,203)
#D2D7D2
(210,215,210)
#DADED9
(218,222,217)
#E2E5E0
(226,229,224)
#EAECE7
(234,236,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ADA8; }

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

This text font color is #A2ADA8.

Background Color

.myBgColor { background-color: #A2ADA8; }

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

This div background color is #A2ADA8.

Border color

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

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

This div border color is #A2ADA8.

Opacity

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

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

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

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

This text has shadow with #A2ADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2ADA8.

Preview

Color preview on black background

This text has color #A2ADA8 on black background.


Color preview on white background

This text has color #A2ADA8 on white background.


Black color preview on #A2ADA8 background

This text has black color on #A2ADA8 background.


White color preview on #A2ADA8 background

This text has white color on #A2ADA8 background.


Related colors

Complementary color

Complementary color for #hex is #5D5257.


I love getcolorcode.com

Triadic colors

1 #A8A2AD and #ADA8A2 with #A2ADA8 are triadic colors.

2 #A8ADA2 and #ADA2A8 with #A2ADA8 are triadic colors.