COLOR #A3A8BA

HEX: #A3A8BA
RGB: (163,168,186)

Color info

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

RGB color model

#A3A8BA color RGB value is (163,168,186).

  • red value is 163;
  • green value is 168;
  • blue value is 186.
RGB:
(163,168,186)
(64%,66%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 168 of 255 = 66%
B 186 of 255 = 73%

163
168
186

R + G + B ~ 68%. #A3A8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 168 + 186 = 517 (100%)
R 163 of 517 ~ 31.53%
G 168 of 517 ~ 32.5%
B 186 of 517 ~ 35.98%

%31.53
%32.5
%35.98

CMYK color model

#A3A8BA color CMYK value is (12,10,0,27).

  • cyan value is 12.37%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,10,0,27)
C12M10Y0K27 
(12%,10%,0%,27%)
(0.12/0.10/0.00/0.27)	

CMYK percentages

%12.37
%9.68
%0
%27.06

Codes

Color #A3A8BA in popluar color models

A3A8BA
RGB163168186
HSL227°14.29%68.43%
HSB/HSV227°12.37%72.94%
CMYK12.37%9.68%0.00%
27.06%

Color #A3A8BA in popluar number systems.

HEXA3A8BA
Decimal163168186
Binary101000111010100010111010
Octal243250272

Shades and tints

Shades of #A3A8BA

#A3A8BA
(163,168,186)
#9599AA
(149,153,170)
#878A9A
(135,138,154)
#797B8A
(121,123,138)
#6B6C7A
(107,108,122)
#5D5D6A
(93,93,106)
#4F4E5A
(79,78,90)
#413F4A
(65,63,74)
#33303A
(51,48,58)
#25212A
(37,33,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #A3A8BA

#A3A8BA
(163,168,186)
#ABAFC0
(171,175,192)
#B3B6C6
(179,182,198)
#BBBDCC
(187,189,204)
#C3C4D2
(195,196,210)
#CBCBD8
(203,203,216)
#D3D2DE
(211,210,222)
#DBD9E4
(219,217,228)
#E3E0EA
(227,224,234)
#EBE7F0
(235,231,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A8BA color. Also use rgb(163,168,186) instead hex code.

Text Font Color

.myTextColor { color: #A3A8BA; }

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

This text font color is #A3A8BA.


Background Color

.myBgColor { background-color: #A3A8BA; }

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

This div background color is #A3A8BA.


Border color

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

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

This div border color is #A3A8BA.


Opacity

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

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

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

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

This text has shadow with #A3A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A8BA on black background.


Color preview on white background

This text has color #A3A8BA on white background.



Black color preview on #A3A8BA background

This text has black color on #A3A8BA background.


White color preview on #A3A8BA background

This text has white color on #A3A8BA background.