COLOR #A6A3B8

HEX: #A6A3B8
RGB: (166,163,184)

Color info

#A6A3B8 contains red, green and blue colors in about the same proportion. Web safe color of #A6A3B8 is #9999CC (or #99C).

RGB color model

#A6A3B8 color RGB value is (166,163,184).

  • red value is 166;
  • green value is 163;
  • blue value is 184.
RGB:
(166,163,184)
(65%,64%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 184 of 255 = 72%

166
163
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 163 + 184 = 513 (100%)
R 166 of 513 ~ 32.36%
G 163 of 513 ~ 31.77%
B 184 of 513 ~ 35.87%

%32.36
%31.77
%35.87

CMYK color model

#A6A3B8 color CMYK value is (10,11,0,28).

  • cyan value is 9.78%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,11,0,28)
C10M11Y0K28 
(10%,11%,0%,28%)
(0.10/0.11/0.00/0.28)	

CMYK percentages

%9.78
%11.41
%0
%27.84

Codes

Color #A6A3B8 in popluar color models

A6A3B8
RGB166163184
HSL249°12.88%68.04%
HSB/HSV249°11.41%72.16%
CMYK9.78%11.41%0.00%
27.84%

Color #A6A3B8 in popluar number systems.

HEXA6A3B8
Decimal166163184
Binary101001101010001110111000
Octal246243270

Shades and tints

Shades of #A6A3B8

#A6A3B8
(166,163,184)
#9795A8
(151,149,168)
#888798
(136,135,152)
#797988
(121,121,136)
#6A6B78
(106,107,120)
#5B5D68
(91,93,104)
#4C4F58
(76,79,88)
#3D4148
(61,65,72)
#2E3338
(46,51,56)
#1F2528
(31,37,40)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #A6A3B8

#A6A3B8
(166,163,184)
#AEABBE
(174,171,190)
#B6B3C4
(182,179,196)
#BEBBCA
(190,187,202)
#C6C3D0
(198,195,208)
#CECBD6
(206,203,214)
#D6D3DC
(214,211,220)
#DEDBE2
(222,219,226)
#E6E3E8
(230,227,232)
#EEEBEE
(238,235,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A3B8 color. Also use rgb(166,163,184) instead hex code.

Text Font Color

.myTextColor { color: #A6A3B8; }

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

This text font color is #A6A3B8.


Background Color

.myBgColor { background-color: #A6A3B8; }

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

This div background color is #A6A3B8.


Border color

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

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

This div border color is #A6A3B8.


Opacity

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

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

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

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

This text has shadow with #A6A3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A3B8 on black background.


Color preview on white background

This text has color #A6A3B8 on white background.



Black color preview on #A6A3B8 background

This text has black color on #A6A3B8 background.


White color preview on #A6A3B8 background

This text has white color on #A6A3B8 background.