COLOR #A5AAB6

HEX: #A5AAB6
RGB: (165,170,182)

Color info

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

RGB color model

#A5AAB6 color RGB value is (165,170,182).

  • red value is 165;
  • green value is 170;
  • blue value is 182.
RGB:
(165,170,182)
(65%,67%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 182 of 255 = 71%

165
170
182

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 182 = 517 (100%)
R 165 of 517 ~ 31.91%
G 170 of 517 ~ 32.88%
B 182 of 517 ~ 35.2%

%31.91
%32.88
%35.2

CMYK color model

#A5AAB6 color CMYK value is (9,7,0,29).

  • cyan value is 9.34%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,7,0,29)
C9M7Y0K29 
(9%,7%,0%,29%)
(0.09/0.07/0.00/0.29)	

CMYK percentages

%9.34
%6.59
%0
%28.63

Codes

Color #A5AAB6 in popluar color models

A5AAB6
RGB165170182
HSL222°10.43%68.04%
HSB/HSV222°9.34%71.37%
CMYK9.34%6.59%0.00%
28.63%

Color #A5AAB6 in popluar number systems.

HEXA5AAB6
Decimal165170182
Binary101001011010101010110110
Octal245252266

Shades and tints

Shades of #A5AAB6

#A5AAB6
(165,170,182)
#969BA6
(150,155,166)
#878C96
(135,140,150)
#787D86
(120,125,134)
#696E76
(105,110,118)
#5A5F66
(90,95,102)
#4B5056
(75,80,86)
#3C4146
(60,65,70)
#2D3236
(45,50,54)
#1E2326
(30,35,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5AAB6

#A5AAB6
(165,170,182)
#ADB1BC
(173,177,188)
#B5B8C2
(181,184,194)
#BDBFC8
(189,191,200)
#C5C6CE
(197,198,206)
#CDCDD4
(205,205,212)
#D5D4DA
(213,212,218)
#DDDBE0
(221,219,224)
#E5E2E6
(229,226,230)
#EDE9EC
(237,233,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AAB6 color. Also use rgb(165,170,182) instead hex code.

Text Font Color

.myTextColor { color: #A5AAB6; }

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

This text font color is #A5AAB6.


Background Color

.myBgColor { background-color: #A5AAB6; }

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

This div background color is #A5AAB6.


Border color

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

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

This div border color is #A5AAB6.


Opacity

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

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

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

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

This text has shadow with #A5AAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAB6 on black background.


Color preview on white background

This text has color #A5AAB6 on white background.



Black color preview on #A5AAB6 background

This text has black color on #A5AAB6 background.


White color preview on #A5AAB6 background

This text has white color on #A5AAB6 background.