COLOR #A0A9BC

HEX: #A0A9BC
RGB: (160,169,188)

Color info

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

RGB color model

#A0A9BC color RGB value is (160,169,188).

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

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 188 of 255 = 74%

160
169
188

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

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 188 = 517 (100%)
R 160 of 517 ~ 30.95%
G 169 of 517 ~ 32.69%
B 188 of 517 ~ 36.36%

%30.95
%32.69
%36.36

CMYK color model

#A0A9BC color CMYK value is (15,10,0,26).

  • cyan value is 14.89%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,10,0,26)
C15M10Y0K26 
(15%,10%,0%,26%)
(0.15/0.10/0.00/0.26)	

CMYK percentages

%14.89
%10.11
%0
%26.27

Codes

Color #A0A9BC in popluar color models

A0A9BC
RGB160169188
HSL221°17.28%68.24%
HSB/HSV221°14.89%73.73%
CMYK14.89%10.11%0.00%
26.27%

Color #A0A9BC in popluar number systems.

HEXA0A9BC
Decimal160169188
Binary101000001010100110111100
Octal240251274

Shades and tints

Shades of #A0A9BC

#A0A9BC
(160,169,188)
#929AAB
(146,154,171)
#848B9A
(132,139,154)
#767C89
(118,124,137)
#686D78
(104,109,120)
#5A5E67
(90,94,103)
#4C4F56
(76,79,86)
#3E4045
(62,64,69)
#303134
(48,49,52)
#222223
(34,34,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0A9BC

#A0A9BC
(160,169,188)
#A8B0C2
(168,176,194)
#B0B7C8
(176,183,200)
#B8BECE
(184,190,206)
#C0C5D4
(192,197,212)
#C8CCDA
(200,204,218)
#D0D3E0
(208,211,224)
#D8DAE6
(216,218,230)
#E0E1EC
(224,225,236)
#E8E8F2
(232,232,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A9BC; }

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

This text font color is #A0A9BC.


Background Color

.myBgColor { background-color: #A0A9BC; }

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

This div background color is #A0A9BC.


Border color

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

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

This div border color is #A0A9BC.


Opacity

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

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

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

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

This text has shadow with #A0A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A9BC on black background.


Color preview on white background

This text has color #A0A9BC on white background.



Black color preview on #A0A9BC background

This text has black color on #A0A9BC background.


White color preview on #A0A9BC background

This text has white color on #A0A9BC background.