COLOR #A6A3B7

HEX: #A6A3B7
RGB: (166,163,183)

Color info

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

RGB color model

#A6A3B7 color RGB value is (166,163,183).

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

RGB channels and saturation

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

166
163
183

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

Portions of RGB colors in percentages

R + G + B =
166 + 163 + 183 = 512 (100%)
R 166 of 512 ~ 32.42%
G 163 of 512 ~ 31.84%
B 183 of 512 ~ 35.74%

%32.42
%31.84
%35.74

CMYK color model

#A6A3B7 color CMYK value is (9,11,0,28).

  • cyan value is 9.29%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(9,11,0,28)
C9M11Y0K28 
(9%,11%,0%,28%)
(0.09/0.11/0.00/0.28)	

CMYK percentages

%9.29
%10.93
%0
%28.24

Codes

Color #A6A3B7 in popluar color models

A6A3B7
RGB166163183
HSL249°12.20%67.84%
HSB/HSV249°10.93%71.76%
CMYK9.29%10.93%0.00%
28.24%

Color #A6A3B7 in popluar number systems.

HEXA6A3B7
Decimal166163183
Binary101001101010001110110111
Octal246243267

Shades and tints

Shades of #A6A3B7

#A6A3B7
(166,163,183)
#9795A7
(151,149,167)
#888797
(136,135,151)
#797987
(121,121,135)
#6A6B77
(106,107,119)
#5B5D67
(91,93,103)
#4C4F57
(76,79,87)
#3D4147
(61,65,71)
#2E3337
(46,51,55)
#1F2527
(31,37,39)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6A3B7

#A6A3B7
(166,163,183)
#AEABBD
(174,171,189)
#B6B3C3
(182,179,195)
#BEBBC9
(190,187,201)
#C6C3CF
(198,195,207)
#CECBD5
(206,203,213)
#D6D3DB
(214,211,219)
#DEDBE1
(222,219,225)
#E6E3E7
(230,227,231)
#EEEBED
(238,235,237)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A3B7; }

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

This text font color is #A6A3B7.


Background Color

.myBgColor { background-color: #A6A3B7; }

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

This div background color is #A6A3B7.


Border color

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

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

This div border color is #A6A3B7.


Opacity

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

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

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

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

This text has shadow with #A6A3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A3B7 on black background.


Color preview on white background

This text has color #A6A3B7 on white background.



Black color preview on #A6A3B7 background

This text has black color on #A6A3B7 background.


White color preview on #A6A3B7 background

This text has white color on #A6A3B7 background.