COLOR #A5BAB6

HEX: #A5BAB6
RGB: (165,186,182)

Color info

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

RGB color model

#A5BAB6 color RGB value is (165,186,182).

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

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 182 of 255 = 71%

165
186
182

R + G + B ~ 70%. #A5BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 182 = 533 (100%)
R 165 of 533 ~ 30.96%
G 186 of 533 ~ 34.9%
B 182 of 533 ~ 34.15%

%30.96
%34.9
%34.15

CMYK color model

#A5BAB6 color CMYK value is (11,0,2,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(11,0,2,27)
C11M0Y2K27 
(11%,0%,2%,27%)
(0.11/0.00/0.02/0.27)	

CMYK percentages

%11.29
%0
%2.15
%27.06

Codes

Color #A5BAB6 in popluar color models

A5BAB6
RGB165186182
HSL169°13.21%68.82%
HSB/HSV169°11.29%72.94%
CMYK11.29%0.00%2.15%
27.06%

Color #A5BAB6 in popluar number systems.

HEXA5BAB6
Decimal165186182
Binary101001011011101010110110
Octal245272266

Shades and tints

Shades of #A5BAB6

#A5BAB6
(165,186,182)
#96AAA6
(150,170,166)
#879A96
(135,154,150)
#788A86
(120,138,134)
#697A76
(105,122,118)
#5A6A66
(90,106,102)
#4B5A56
(75,90,86)
#3C4A46
(60,74,70)
#2D3A36
(45,58,54)
#1E2A26
(30,42,38)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #A5BAB6

#A5BAB6
(165,186,182)
#ADC0BC
(173,192,188)
#B5C6C2
(181,198,194)
#BDCCC8
(189,204,200)
#C5D2CE
(197,210,206)
#CDD8D4
(205,216,212)
#D5DEDA
(213,222,218)
#DDE4E0
(221,228,224)
#E5EAE6
(229,234,230)
#EDF0EC
(237,240,236)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BAB6; }

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

This text font color is #A5BAB6.


Background Color

.myBgColor { background-color: #A5BAB6; }

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

This div background color is #A5BAB6.


Border color

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

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

This div border color is #A5BAB6.


Opacity

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

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

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

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

This text has shadow with #A5BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAB6 on black background.


Color preview on white background

This text has color #A5BAB6 on white background.



Black color preview on #A5BAB6 background

This text has black color on #A5BAB6 background.


White color preview on #A5BAB6 background

This text has white color on #A5BAB6 background.