COLOR #A0A3B2

HEX: #A0A3B2
RGB: (160,163,178)

Color info

#A0A3B2 contains red, green and blue colors in about the same proportion. Web safe color of #A0A3B2 is #999999 (or #999).

RGB color model

#A0A3B2 color RGB value is (160,163,178).

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

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 178 of 255 = 70%

160
163
178

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 178 = 501 (100%)
R 160 of 501 ~ 31.94%
G 163 of 501 ~ 32.53%
B 178 of 501 ~ 35.53%

%31.94
%32.53
%35.53

CMYK color model

#A0A3B2 color CMYK value is (10,8,0,30).

  • cyan value is 10.11%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,8,0,30)
C10M8Y0K30 
(10%,8%,0%,30%)
(0.10/0.08/0.00/0.30)	

CMYK percentages

%10.11
%8.43
%0
%30.2

Codes

Color #A0A3B2 in popluar color models

A0A3B2
RGB160163178
HSL230°10.47%66.27%
HSB/HSV230°10.11%69.80%
CMYK10.11%8.43%0.00%
30.20%

Color #A0A3B2 in popluar number systems.

HEXA0A3B2
Decimal160163178
Binary101000001010001110110010
Octal240243262

Shades and tints

Shades of #A0A3B2

#A0A3B2
(160,163,178)
#9295A2
(146,149,162)
#848792
(132,135,146)
#767982
(118,121,130)
#686B72
(104,107,114)
#5A5D62
(90,93,98)
#4C4F52
(76,79,82)
#3E4142
(62,65,66)
#303332
(48,51,50)
#222522
(34,37,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #A0A3B2

#A0A3B2
(160,163,178)
#A8ABB9
(168,171,185)
#B0B3C0
(176,179,192)
#B8BBC7
(184,187,199)
#C0C3CE
(192,195,206)
#C8CBD5
(200,203,213)
#D0D3DC
(208,211,220)
#D8DBE3
(216,219,227)
#E0E3EA
(224,227,234)
#E8EBF1
(232,235,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A3B2; }

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

This text font color is #A0A3B2.


Background Color

.myBgColor { background-color: #A0A3B2; }

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

This div background color is #A0A3B2.


Border color

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

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

This div border color is #A0A3B2.


Opacity

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

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

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

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

This text has shadow with #A0A3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A3B2 on black background.


Color preview on white background

This text has color #A0A3B2 on white background.



Black color preview on #A0A3B2 background

This text has black color on #A0A3B2 background.


White color preview on #A0A3B2 background

This text has white color on #A0A3B2 background.