COLOR #A3ADAF

HEX: #A3ADAF
RGB: (163,173,175)

Color info

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

RGB color model

#A3ADAF color RGB value is (163,173,175).

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

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 175 of 255 = 69%

163
173
175

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 175 = 511 (100%)
R 163 of 511 ~ 31.9%
G 173 of 511 ~ 33.86%
B 175 of 511 ~ 34.25%

%31.9
%33.86
%34.25

CMYK color model

#A3ADAF color CMYK value is (7,1,0,31).

  • cyan value is 6.86%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(7,1,0,31)
C7M1Y0K31 
(7%,1%,0%,31%)
(0.07/0.01/0.00/0.31)	

CMYK percentages

%6.86
%1.14
%0
%31.37

Codes

Color #A3ADAF in popluar color models

A3ADAF
RGB163173175
HSL190°6.98%66.27%
HSB/HSV190°6.86%68.63%
CMYK6.86%1.14%0.00%
31.37%

Color #A3ADAF in popluar number systems.

HEXA3ADAF
Decimal163173175
Binary101000111010110110101111
Octal243255257

Shades and tints

Shades of #A3ADAF

#A3ADAF
(163,173,175)
#959EA0
(149,158,160)
#878F91
(135,143,145)
#798082
(121,128,130)
#6B7173
(107,113,115)
#5D6264
(93,98,100)
#4F5355
(79,83,85)
#414446
(65,68,70)
#333537
(51,53,55)
#252628
(37,38,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3ADAF

#A3ADAF
(163,173,175)
#ABB4B6
(171,180,182)
#B3BBBD
(179,187,189)
#BBC2C4
(187,194,196)
#C3C9CB
(195,201,203)
#CBD0D2
(203,208,210)
#D3D7D9
(211,215,217)
#DBDEE0
(219,222,224)
#E3E5E7
(227,229,231)
#EBECEE
(235,236,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ADAF; }

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

This text font color is #A3ADAF.


Background Color

.myBgColor { background-color: #A3ADAF; }

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

This div background color is #A3ADAF.


Border color

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

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

This div border color is #A3ADAF.


Opacity

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

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

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

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

This text has shadow with #A3ADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADAF on black background.


Color preview on white background

This text has color #A3ADAF on white background.



Black color preview on #A3ADAF background

This text has black color on #A3ADAF background.


White color preview on #A3ADAF background

This text has white color on #A3ADAF background.