COLOR #A0A6BD

HEX: #A0A6BD
RGB: (160,166,189)

Color info

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

RGB color model

#A0A6BD color RGB value is (160,166,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 189 of 255 = 74%

160
166
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 166 + 189 = 515 (100%)
R 160 of 515 ~ 31.07%
G 166 of 515 ~ 32.23%
B 189 of 515 ~ 36.7%

%31.07
%32.23
%36.7

CMYK color model

#A0A6BD color CMYK value is (15,12,0,26).

  • cyan value is 15.34%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,12,0,26)
C15M12Y0K26 
(15%,12%,0%,26%)
(0.15/0.12/0.00/0.26)	

CMYK percentages

%15.34
%12.17
%0
%25.88

Codes

Color #A0A6BD in popluar color models

A0A6BD
RGB160166189
HSL228°18.01%68.43%
HSB/HSV228°15.34%74.12%
CMYK15.34%12.17%0.00%
25.88%

Color #A0A6BD in popluar number systems.

HEXA0A6BD
Decimal160166189
Binary101000001010011010111101
Octal240246275

Shades and tints

Shades of #A0A6BD

#A0A6BD
(160,166,189)
#9297AC
(146,151,172)
#84889B
(132,136,155)
#76798A
(118,121,138)
#686A79
(104,106,121)
#5A5B68
(90,91,104)
#4C4C57
(76,76,87)
#3E3D46
(62,61,70)
#302E35
(48,46,53)
#221F24
(34,31,36)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A0A6BD

#A0A6BD
(160,166,189)
#A8AEC3
(168,174,195)
#B0B6C9
(176,182,201)
#B8BECF
(184,190,207)
#C0C6D5
(192,198,213)
#C8CEDB
(200,206,219)
#D0D6E1
(208,214,225)
#D8DEE7
(216,222,231)
#E0E6ED
(224,230,237)
#E8EEF3
(232,238,243)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A6BD; }

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

This text font color is #A0A6BD.


Background Color

.myBgColor { background-color: #A0A6BD; }

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

This div background color is #A0A6BD.


Border color

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

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

This div border color is #A0A6BD.


Opacity

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

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

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

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

This text has shadow with #A0A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A6BD on black background.


Color preview on white background

This text has color #A0A6BD on white background.



Black color preview on #A0A6BD background

This text has black color on #A0A6BD background.


White color preview on #A0A6BD background

This text has white color on #A0A6BD background.