COLOR #A5A6B5

HEX: #A5A6B5
RGB: (165,166,181)

Color info

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

RGB color model

#A5A6B5 color RGB value is (165,166,181).

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

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 181 of 255 = 71%

165
166
181

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 181 = 512 (100%)
R 165 of 512 ~ 32.23%
G 166 of 512 ~ 32.42%
B 181 of 512 ~ 35.35%

%32.23
%32.42
%35.35

CMYK color model

#A5A6B5 color CMYK value is (9,8,0,29).

  • cyan value is 8.84%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,8,0,29)
C9M8Y0K29 
(9%,8%,0%,29%)
(0.09/0.08/0.00/0.29)	

CMYK percentages

%8.84
%8.29
%0
%29.02

Codes

Color #A5A6B5 in popluar color models

A5A6B5
RGB165166181
HSL236°9.76%67.84%
HSB/HSV236°8.84%70.98%
CMYK8.84%8.29%0.00%
29.02%

Color #A5A6B5 in popluar number systems.

HEXA5A6B5
Decimal165166181
Binary101001011010011010110101
Octal245246265

Shades and tints

Shades of #A5A6B5

#A5A6B5
(165,166,181)
#9697A5
(150,151,165)
#878895
(135,136,149)
#787985
(120,121,133)
#696A75
(105,106,117)
#5A5B65
(90,91,101)
#4B4C55
(75,76,85)
#3C3D45
(60,61,69)
#2D2E35
(45,46,53)
#1E1F25
(30,31,37)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A5A6B5

#A5A6B5
(165,166,181)
#ADAEBB
(173,174,187)
#B5B6C1
(181,182,193)
#BDBEC7
(189,190,199)
#C5C6CD
(197,198,205)
#CDCED3
(205,206,211)
#D5D6D9
(213,214,217)
#DDDEDF
(221,222,223)
#E5E6E5
(229,230,229)
#EDEEEB
(237,238,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A6B5; }

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

This text font color is #A5A6B5.


Background Color

.myBgColor { background-color: #A5A6B5; }

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

This div background color is #A5A6B5.


Border color

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

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

This div border color is #A5A6B5.


Opacity

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

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

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

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

This text has shadow with #A5A6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A6B5 on black background.


Color preview on white background

This text has color #A5A6B5 on white background.



Black color preview on #A5A6B5 background

This text has black color on #A5A6B5 background.


White color preview on #A5A6B5 background

This text has white color on #A5A6B5 background.