COLOR #A5BAB5

HEX: #A5BAB5
RGB: (165,186,181)

Color info

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

RGB color model

#A5BAB5 color RGB value is (165,186,181).

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

RGB channels and saturation

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

165
186
181

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

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 181 = 532 (100%)
R 165 of 532 ~ 31.02%
G 186 of 532 ~ 34.96%
B 181 of 532 ~ 34.02%

%31.02
%34.96
%34.02

CMYK color model

#A5BAB5 color CMYK value is (11,0,3,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(11,0,3,27)
C11M0Y3K27 
(11%,0%,3%,27%)
(0.11/0.00/0.03/0.27)	

CMYK percentages

%11.29
%0
%2.69
%27.06

Codes

Color #A5BAB5 in popluar color models

A5BAB5
RGB165186181
HSL166°13.21%68.82%
HSB/HSV166°11.29%72.94%
CMYK11.29%0.00%2.69%
27.06%

Color #A5BAB5 in popluar number systems.

HEXA5BAB5
Decimal165186181
Binary101001011011101010110101
Octal245272265

Shades and tints

Shades of #A5BAB5

#A5BAB5
(165,186,181)
#96AAA5
(150,170,165)
#879A95
(135,154,149)
#788A85
(120,138,133)
#697A75
(105,122,117)
#5A6A65
(90,106,101)
#4B5A55
(75,90,85)
#3C4A45
(60,74,69)
#2D3A35
(45,58,53)
#1E2A25
(30,42,37)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #A5BAB5

#A5BAB5
(165,186,181)
#ADC0BB
(173,192,187)
#B5C6C1
(181,198,193)
#BDCCC7
(189,204,199)
#C5D2CD
(197,210,205)
#CDD8D3
(205,216,211)
#D5DED9
(213,222,217)
#DDE4DF
(221,228,223)
#E5EAE5
(229,234,229)
#EDF0EB
(237,240,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BAB5; }

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

This text font color is #A5BAB5.


Background Color

.myBgColor { background-color: #A5BAB5; }

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

This div background color is #A5BAB5.


Border color

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

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

This div border color is #A5BAB5.


Opacity

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

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

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

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

This text has shadow with #A5BAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAB5 on black background.


Color preview on white background

This text has color #A5BAB5 on white background.



Black color preview on #A5BAB5 background

This text has black color on #A5BAB5 background.


White color preview on #A5BAB5 background

This text has white color on #A5BAB5 background.