COLOR #A5B4AB

HEX: #A5B4AB
RGB: (165,180,171)

Color info

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

RGB color model

#A5B4AB color RGB value is (165,180,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 171 of 255 = 67%

165
180
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 171 = 516 (100%)
R 165 of 516 ~ 31.98%
G 180 of 516 ~ 34.88%
B 171 of 516 ~ 33.14%

%31.98
%34.88
%33.14

CMYK color model

#A5B4AB color CMYK value is (8,0,5,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(8,0,5,29)
C8M0Y5K29 
(8%,0%,5%,29%)
(0.08/0.00/0.05/0.29)	

CMYK percentages

%8.33
%0
%5
%29.41

Codes

Color #A5B4AB in popluar color models

A5B4AB
RGB165180171
HSL144°9.09%67.65%
HSB/HSV144°8.33%70.59%
CMYK8.33%0.00%5.00%
29.41%

Color #A5B4AB in popluar number systems.

HEXA5B4AB
Decimal165180171
Binary101001011011010010101011
Octal245264253

Shades and tints

Shades of #A5B4AB

#A5B4AB
(165,180,171)
#96A49C
(150,164,156)
#87948D
(135,148,141)
#78847E
(120,132,126)
#69746F
(105,116,111)
#5A6460
(90,100,96)
#4B5451
(75,84,81)
#3C4442
(60,68,66)
#2D3433
(45,52,51)
#1E2424
(30,36,36)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5B4AB

#A5B4AB
(165,180,171)
#ADBAB2
(173,186,178)
#B5C0B9
(181,192,185)
#BDC6C0
(189,198,192)
#C5CCC7
(197,204,199)
#CDD2CE
(205,210,206)
#D5D8D5
(213,216,213)
#DDDEDC
(221,222,220)
#E5E4E3
(229,228,227)
#EDEAEA
(237,234,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4AB; }

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

This text font color is #A5B4AB.


Background Color

.myBgColor { background-color: #A5B4AB; }

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

This div background color is #A5B4AB.


Border color

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

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

This div border color is #A5B4AB.


Opacity

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

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

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

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

This text has shadow with #A5B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4AB on black background.


Color preview on white background

This text has color #A5B4AB on white background.



Black color preview on #A5B4AB background

This text has black color on #A5B4AB background.


White color preview on #A5B4AB background

This text has white color on #A5B4AB background.