COLOR #A3A9BC

HEX: #A3A9BC
RGB: (163,169,188)

Color info

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

RGB color model

#A3A9BC color RGB value is (163,169,188).

  • red value is 163;
  • green value is 169;
  • blue value is 188.
RGB:
(163,169,188)
(64%,66%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 188 of 255 = 74%

163
169
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 169 + 188 = 520 (100%)
R 163 of 520 ~ 31.35%
G 169 of 520 ~ 32.5%
B 188 of 520 ~ 36.15%

%31.35
%32.5
%36.15

CMYK color model

#A3A9BC color CMYK value is (13,10,0,26).

  • cyan value is 13.30%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,10,0,26)
C13M10Y0K26 
(13%,10%,0%,26%)
(0.13/0.10/0.00/0.26)	

CMYK percentages

%13.3
%10.11
%0
%26.27

Codes

Color #A3A9BC in popluar color models

A3A9BC
RGB163169188
HSL226°15.72%68.82%
HSB/HSV226°13.30%73.73%
CMYK13.30%10.11%0.00%
26.27%

Color #A3A9BC in popluar number systems.

HEXA3A9BC
Decimal163169188
Binary101000111010100110111100
Octal243251274

Shades and tints

Shades of #A3A9BC

#A3A9BC
(163,169,188)
#959AAB
(149,154,171)
#878B9A
(135,139,154)
#797C89
(121,124,137)
#6B6D78
(107,109,120)
#5D5E67
(93,94,103)
#4F4F56
(79,79,86)
#414045
(65,64,69)
#333134
(51,49,52)
#252223
(37,34,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A3A9BC

#A3A9BC
(163,169,188)
#ABB0C2
(171,176,194)
#B3B7C8
(179,183,200)
#BBBECE
(187,190,206)
#C3C5D4
(195,197,212)
#CBCCDA
(203,204,218)
#D3D3E0
(211,211,224)
#DBDAE6
(219,218,230)
#E3E1EC
(227,225,236)
#EBE8F2
(235,232,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A9BC color. Also use rgb(163,169,188) instead hex code.

Text Font Color

.myTextColor { color: #A3A9BC; }

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

This text font color is #A3A9BC.


Background Color

.myBgColor { background-color: #A3A9BC; }

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

This div background color is #A3A9BC.


Border color

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

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

This div border color is #A3A9BC.


Opacity

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

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

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

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

This text has shadow with #A3A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A9BC on black background.


Color preview on white background

This text has color #A3A9BC on white background.



Black color preview on #A3A9BC background

This text has black color on #A3A9BC background.


White color preview on #A3A9BC background

This text has white color on #A3A9BC background.