COLOR #A5B9BA

HEX: #A5B9BA
RGB: (165,185,186)

Color info

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

RGB color model

#A5B9BA color RGB value is (165,185,186).

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

RGB channels and saturation

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

165
185
186

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 186 = 536 (100%)
R 165 of 536 ~ 30.78%
G 185 of 536 ~ 34.51%
B 186 of 536 ~ 34.7%

%30.78
%34.51
%34.7

CMYK color model

#A5B9BA color CMYK value is (11,1,0,27).

  • cyan value is 11.29%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,1,0,27)
C11M1Y0K27 
(11%,1%,0%,27%)
(0.11/0.01/0.00/0.27)	

CMYK percentages

%11.29
%0.54
%0
%27.06

Codes

Color #A5B9BA in popluar color models

A5B9BA
RGB165185186
HSL183°13.21%68.82%
HSB/HSV183°11.29%72.94%
CMYK11.29%0.54%0.00%
27.06%

Color #A5B9BA in popluar number systems.

HEXA5B9BA
Decimal165185186
Binary101001011011100110111010
Octal245271272

Shades and tints

Shades of #A5B9BA

#A5B9BA
(165,185,186)
#96A9AA
(150,169,170)
#87999A
(135,153,154)
#78898A
(120,137,138)
#69797A
(105,121,122)
#5A696A
(90,105,106)
#4B595A
(75,89,90)
#3C494A
(60,73,74)
#2D393A
(45,57,58)
#1E292A
(30,41,42)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #A5B9BA

#A5B9BA
(165,185,186)
#ADBFC0
(173,191,192)
#B5C5C6
(181,197,198)
#BDCBCC
(189,203,204)
#C5D1D2
(197,209,210)
#CDD7D8
(205,215,216)
#D5DDDE
(213,221,222)
#DDE3E4
(221,227,228)
#E5E9EA
(229,233,234)
#EDEFF0
(237,239,240)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9BA; }

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

This text font color is #A5B9BA.


Background Color

.myBgColor { background-color: #A5B9BA; }

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

This div background color is #A5B9BA.


Border color

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

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

This div border color is #A5B9BA.


Opacity

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

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

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

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

This text has shadow with #A5B9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9BA on black background.


Color preview on white background

This text has color #A5B9BA on white background.



Black color preview on #A5B9BA background

This text has black color on #A5B9BA background.


White color preview on #A5B9BA background

This text has white color on #A5B9BA background.