COLOR #A3A7BA

HEX: #A3A7BA
RGB: (163,167,186)

Color info

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

RGB color model

#A3A7BA color RGB value is (163,167,186).

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

RGB channels and saturation

R 163 of 255 = 64%
G 167 of 255 = 65%
B 186 of 255 = 73%

163
167
186

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

Portions of RGB colors in percentages

R + G + B =
163 + 167 + 186 = 516 (100%)
R 163 of 516 ~ 31.59%
G 167 of 516 ~ 32.36%
B 186 of 516 ~ 36.05%

%31.59
%32.36
%36.05

CMYK color model

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

  • cyan value is 12.37%
  • magenta value is 10.22%
  • 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
%10.22
%0
%27.06

Codes

Color #A3A7BA in popluar color models

A3A7BA
RGB163167186
HSL230°14.29%68.43%
HSB/HSV230°12.37%72.94%
CMYK12.37%10.22%0.00%
27.06%

Color #A3A7BA in popluar number systems.

HEXA3A7BA
Decimal163167186
Binary101000111010011110111010
Octal243247272

Shades and tints

Shades of #A3A7BA

#A3A7BA
(163,167,186)
#9598AA
(149,152,170)
#87899A
(135,137,154)
#797A8A
(121,122,138)
#6B6B7A
(107,107,122)
#5D5C6A
(93,92,106)
#4F4D5A
(79,77,90)
#413E4A
(65,62,74)
#332F3A
(51,47,58)
#25202A
(37,32,42)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #A3A7BA

#A3A7BA
(163,167,186)
#ABAFC0
(171,175,192)
#B3B7C6
(179,183,198)
#BBBFCC
(187,191,204)
#C3C7D2
(195,199,210)
#CBCFD8
(203,207,216)
#D3D7DE
(211,215,222)
#DBDFE4
(219,223,228)
#E3E7EA
(227,231,234)
#EBEFF0
(235,239,240)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A7BA; }

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

This text font color is #A3A7BA.


Background Color

.myBgColor { background-color: #A3A7BA; }

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

This div background color is #A3A7BA.


Border color

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

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

This div border color is #A3A7BA.


Opacity

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

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

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

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

This text has shadow with #A3A7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A7BA on black background.


Color preview on white background

This text has color #A3A7BA on white background.



Black color preview on #A3A7BA background

This text has black color on #A3A7BA background.


White color preview on #A3A7BA background

This text has white color on #A3A7BA background.