COLOR #A3A0B6

HEX: #A3A0B6
RGB: (163,160,182)

Color info

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

RGB color model

#A3A0B6 color RGB value is (163,160,182).

  • red value is 163;
  • green value is 160;
  • blue value is 182.
RGB: (163,160,182) (64%,63%,71%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 182 of 255 = 71%

163
160
182

R + G + B ~ 66%. #A3A0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 182 = 505 (100%)
R 163 of 505 ~ 32.28%
G 160 of 505 ~ 31.68%
B 182 of 505 ~ 36.04%

%32.28
%31.68
%36.04

CMYK color model

#A3A0B6 color CMYK value is (10,12,0,29).

  • cyan value is 10.44%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (10,12,0,29) C10M12Y0K29 (10%,12%,0%,29%) (0.10/0.12/0.00/0.29)

CMYK percentages

%10.44
%12.09
%0
%28.63

Codes

Color #A3A0B6 in popluar color models

A3A0B6
RGB163160182
HSL248°13.10%67.06%
HSB/HSV248°12.09%71.37%
CMYK10.44%12.09%0.00%
28.63%

Color #A3A0B6 in popluar number systems.

HEXA3A0B6
Decimal163160182
Binary101000111010000010110110
Octal243240266

Shades and tints

Shades of #A3A0B6

#A3A0B6
(163,160,182)
#9592A6
(149,146,166)
#878496
(135,132,150)
#797686
(121,118,134)
#6B6876
(107,104,118)
#5D5A66
(93,90,102)
#4F4C56
(79,76,86)
#413E46
(65,62,70)
#333036
(51,48,54)
#252226
(37,34,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #A3A0B6

#A3A0B6
(163,160,182)
#ABA8BC
(171,168,188)
#B3B0C2
(179,176,194)
#BBB8C8
(187,184,200)
#C3C0CE
(195,192,206)
#CBC8D4
(203,200,212)
#D3D0DA
(211,208,218)
#DBD8E0
(219,216,224)
#E3E0E6
(227,224,230)
#EBE8EC
(235,232,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A0B6 color. Also use rgb(163,160,182) instead hex code.

Text Font Color

.myTextColor { color: #A3A0B6; }

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

This text font color is #A3A0B6.


Background Color

.myBgColor { background-color: #A3A0B6; }

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

This div background color is #A3A0B6.


Border color

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

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

This div border color is #A3A0B6.


Opacity

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

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

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

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

This text has shadow with #A3A0B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3A0B6 on black background.


Color preview on white background

This text has color #A3A0B6 on white background.



Black color preview on #A3A0B6 background

This text has black color on #A3A0B6 background.


White color preview on #A3A0B6 background

This text has white color on #A3A0B6 background.