COLOR #A5A6B9

HEX: #A5A6B9
RGB: (165,166,185)

Color info

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

RGB color model

#A5A6B9 color RGB value is (165,166,185).

  • red value is 165;
  • green value is 166;
  • blue value is 185.
RGB:
(165,166,185)
(65%,65%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 185 of 255 = 73%

165
166
185

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 185 = 516 (100%)
R 165 of 516 ~ 31.98%
G 166 of 516 ~ 32.17%
B 185 of 516 ~ 35.85%

%31.98
%32.17
%35.85

CMYK color model

#A5A6B9 color CMYK value is (11,10,0,27).

  • cyan value is 10.81%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(11,10,0,27)
C11M10Y0K27 
(11%,10%,0%,27%)
(0.11/0.10/0.00/0.27)	

CMYK percentages

%10.81
%10.27
%0
%27.45

Codes

Color #A5A6B9 in popluar color models

A5A6B9
RGB165166185
HSL237°12.50%68.63%
HSB/HSV237°10.81%72.55%
CMYK10.81%10.27%0.00%
27.45%

Color #A5A6B9 in popluar number systems.

HEXA5A6B9
Decimal165166185
Binary101001011010011010111001
Octal245246271

Shades and tints

Shades of #A5A6B9

#A5A6B9
(165,166,185)
#9697A9
(150,151,169)
#878899
(135,136,153)
#787989
(120,121,137)
#696A79
(105,106,121)
#5A5B69
(90,91,105)
#4B4C59
(75,76,89)
#3C3D49
(60,61,73)
#2D2E39
(45,46,57)
#1E1F29
(30,31,41)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #A5A6B9

#A5A6B9
(165,166,185)
#ADAEBF
(173,174,191)
#B5B6C5
(181,182,197)
#BDBECB
(189,190,203)
#C5C6D1
(197,198,209)
#CDCED7
(205,206,215)
#D5D6DD
(213,214,221)
#DDDEE3
(221,222,227)
#E5E6E9
(229,230,233)
#EDEEEF
(237,238,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A6B9 color. Also use rgb(165,166,185) instead hex code.

Text Font Color

.myTextColor { color: #A5A6B9; }

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

This text font color is #A5A6B9.


Background Color

.myBgColor { background-color: #A5A6B9; }

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

This div background color is #A5A6B9.


Border color

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

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

This div border color is #A5A6B9.


Opacity

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

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

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

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

This text has shadow with #A5A6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A6B9 on black background.


Color preview on white background

This text has color #A5A6B9 on white background.



Black color preview on #A5A6B9 background

This text has black color on #A5A6B9 background.


White color preview on #A5A6B9 background

This text has white color on #A5A6B9 background.