COLOR #A0A3BD

HEX: #A0A3BD
RGB: (160,163,189)

Color info

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

RGB color model

#A0A3BD color RGB value is (160,163,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 189 of 255 = 74%

160
163
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 189 = 512 (100%)
R 160 of 512 ~ 31.25%
G 163 of 512 ~ 31.84%
B 189 of 512 ~ 36.91%

%31.25
%31.84
%36.91

CMYK color model

#A0A3BD color CMYK value is (15,14,0,26).

  • cyan value is 15.34%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,14,0,26)
C15M14Y0K26 
(15%,14%,0%,26%)
(0.15/0.14/0.00/0.26)	

CMYK percentages

%15.34
%13.76
%0
%25.88

Codes

Color #A0A3BD in popluar color models

A0A3BD
RGB160163189
HSL234°18.01%68.43%
HSB/HSV234°15.34%74.12%
CMYK15.34%13.76%0.00%
25.88%

Color #A0A3BD in popluar number systems.

HEXA0A3BD
Decimal160163189
Binary101000001010001110111101
Octal240243275

Shades and tints

Shades of #A0A3BD

#A0A3BD
(160,163,189)
#9295AC
(146,149,172)
#84879B
(132,135,155)
#76798A
(118,121,138)
#686B79
(104,107,121)
#5A5D68
(90,93,104)
#4C4F57
(76,79,87)
#3E4146
(62,65,70)
#303335
(48,51,53)
#222524
(34,37,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0A3BD

#A0A3BD
(160,163,189)
#A8ABC3
(168,171,195)
#B0B3C9
(176,179,201)
#B8BBCF
(184,187,207)
#C0C3D5
(192,195,213)
#C8CBDB
(200,203,219)
#D0D3E1
(208,211,225)
#D8DBE7
(216,219,231)
#E0E3ED
(224,227,237)
#E8EBF3
(232,235,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A3BD; }

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

This text font color is #A0A3BD.


Background Color

.myBgColor { background-color: #A0A3BD; }

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

This div background color is #A0A3BD.


Border color

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

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

This div border color is #A0A3BD.


Opacity

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

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

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

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

This text has shadow with #A0A3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A3BD on black background.


Color preview on white background

This text has color #A0A3BD on white background.



Black color preview on #A0A3BD background

This text has black color on #A0A3BD background.


White color preview on #A0A3BD background

This text has white color on #A0A3BD background.