COLOR #A3ADAA

HEX: #A3ADAA
RGB: (163,173,170)

Color info

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

RGB color model

#A3ADAA color RGB value is (163,173,170).

  • red value is 163;
  • green value is 173;
  • blue value is 170.
RGB:
(163,173,170)
(64%,68%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 170 of 255 = 67%

163
173
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 170 = 506 (100%)
R 163 of 506 ~ 32.21%
G 173 of 506 ~ 34.19%
B 170 of 506 ~ 33.6%

%32.21
%34.19
%33.6

CMYK color model

#A3ADAA color CMYK value is (6,0,2,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(6,0,2,32)
C6M0Y2K32 
(6%,0%,2%,32%)
(0.06/0.00/0.02/0.32)	

CMYK percentages

%5.78
%0
%1.73
%32.16

Codes

Color #A3ADAA in popluar color models

A3ADAA
RGB163173170
HSL162°5.75%65.88%
HSB/HSV162°5.78%67.84%
CMYK5.78%0.00%1.73%
32.16%

Color #A3ADAA in popluar number systems.

HEXA3ADAA
Decimal163173170
Binary101000111010110110101010
Octal243255252

Shades and tints

Shades of #A3ADAA

#A3ADAA
(163,173,170)
#959E9B
(149,158,155)
#878F8C
(135,143,140)
#79807D
(121,128,125)
#6B716E
(107,113,110)
#5D625F
(93,98,95)
#4F5350
(79,83,80)
#414441
(65,68,65)
#333532
(51,53,50)
#252623
(37,38,35)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3ADAA

#A3ADAA
(163,173,170)
#ABB4B1
(171,180,177)
#B3BBB8
(179,187,184)
#BBC2BF
(187,194,191)
#C3C9C6
(195,201,198)
#CBD0CD
(203,208,205)
#D3D7D4
(211,215,212)
#DBDEDB
(219,222,219)
#E3E5E2
(227,229,226)
#EBECE9
(235,236,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADAA color. Also use rgb(163,173,170) instead hex code.

Text Font Color

.myTextColor { color: #A3ADAA; }

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

This text font color is #A3ADAA.


Background Color

.myBgColor { background-color: #A3ADAA; }

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

This div background color is #A3ADAA.


Border color

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

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

This div border color is #A3ADAA.


Opacity

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

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

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

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

This text has shadow with #A3ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADAA on black background.


Color preview on white background

This text has color #A3ADAA on white background.



Black color preview on #A3ADAA background

This text has black color on #A3ADAA background.


White color preview on #A3ADAA background

This text has white color on #A3ADAA background.