COLOR #A5ABB1

HEX: #A5ABB1
RGB: (165,171,177)

Color info

#A5ABB1 contains red, green and blue colors in about the same proportion. Web safe color of #A5ABB1 is #999999 (or #999).

RGB color model

#A5ABB1 color RGB value is (165,171,177).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 177 of 255 = 69%

165
171
177

R + G + B ~ 67%. #A5ABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 177 = 513 (100%)
R 165 of 513 ~ 32.16%
G 171 of 513 ~ 33.33%
B 177 of 513 ~ 34.5%

%32.16
%33.33
%34.5

CMYK color model

#A5ABB1 color CMYK value is (7,3,0,31).

  • cyan value is 6.78%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,3,0,31)
C7M3Y0K31 
(7%,3%,0%,31%)
(0.07/0.03/0.00/0.31)	

CMYK percentages

%6.78
%3.39
%0
%30.59

Codes

Color #A5ABB1 in popluar color models

A5ABB1
RGB165171177
HSL210°7.14%67.06%
HSB/HSV210°6.78%69.41%
CMYK6.78%3.39%0.00%
30.59%

Color #A5ABB1 in popluar number systems.

HEXA5ABB1
Decimal165171177
Binary101001011010101110110001
Octal245253261

Shades and tints

Shades of #A5ABB1

#A5ABB1
(165,171,177)
#969CA1
(150,156,161)
#878D91
(135,141,145)
#787E81
(120,126,129)
#696F71
(105,111,113)
#5A6061
(90,96,97)
#4B5151
(75,81,81)
#3C4241
(60,66,65)
#2D3331
(45,51,49)
#1E2421
(30,36,33)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5ABB1

#A5ABB1
(165,171,177)
#ADB2B8
(173,178,184)
#B5B9BF
(181,185,191)
#BDC0C6
(189,192,198)
#C5C7CD
(197,199,205)
#CDCED4
(205,206,212)
#D5D5DB
(213,213,219)
#DDDCE2
(221,220,226)
#E5E3E9
(229,227,233)
#EDEAF0
(237,234,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABB1; }

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

This text font color is #A5ABB1.


Background Color

.myBgColor { background-color: #A5ABB1; }

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

This div background color is #A5ABB1.


Border color

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

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

This div border color is #A5ABB1.


Opacity

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

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

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

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

This text has shadow with #A5ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABB1 on black background.


Color preview on white background

This text has color #A5ABB1 on white background.



Black color preview on #A5ABB1 background

This text has black color on #A5ABB1 background.


White color preview on #A5ABB1 background

This text has white color on #A5ABB1 background.