COLOR #A5B9AB

HEX: #A5B9AB
RGB: (165,185,171)

Color info

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

RGB color model

#A5B9AB color RGB value is (165,185,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 171 of 255 = 67%

165
185
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 171 = 521 (100%)
R 165 of 521 ~ 31.67%
G 185 of 521 ~ 35.51%
B 171 of 521 ~ 32.82%

%31.67
%35.51
%32.82

CMYK color model

#A5B9AB color CMYK value is (11,0,8,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(11,0,8,27)
C11M0Y8K27 
(11%,0%,8%,27%)
(0.11/0.00/0.08/0.27)	

CMYK percentages

%10.81
%0
%7.57
%27.45

Codes

Color #A5B9AB in popluar color models

A5B9AB
RGB165185171
HSL138°12.50%68.63%
HSB/HSV138°10.81%72.55%
CMYK10.81%0.00%7.57%
27.45%

Color #A5B9AB in popluar number systems.

HEXA5B9AB
Decimal165185171
Binary101001011011100110101011
Octal245271253

Shades and tints

Shades of #A5B9AB

#A5B9AB
(165,185,171)
#96A99C
(150,169,156)
#87998D
(135,153,141)
#78897E
(120,137,126)
#69796F
(105,121,111)
#5A6960
(90,105,96)
#4B5951
(75,89,81)
#3C4942
(60,73,66)
#2D3933
(45,57,51)
#1E2924
(30,41,36)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5B9AB

#A5B9AB
(165,185,171)
#ADBFB2
(173,191,178)
#B5C5B9
(181,197,185)
#BDCBC0
(189,203,192)
#C5D1C7
(197,209,199)
#CDD7CE
(205,215,206)
#D5DDD5
(213,221,213)
#DDE3DC
(221,227,220)
#E5E9E3
(229,233,227)
#EDEFEA
(237,239,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9AB; }

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

This text font color is #A5B9AB.


Background Color

.myBgColor { background-color: #A5B9AB; }

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

This div background color is #A5B9AB.


Border color

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

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

This div border color is #A5B9AB.


Opacity

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

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

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

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

This text has shadow with #A5B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9AB on black background.


Color preview on white background

This text has color #A5B9AB on white background.



Black color preview on #A5B9AB background

This text has black color on #A5B9AB background.


White color preview on #A5B9AB background

This text has white color on #A5B9AB background.