COLOR #A5ABB8

HEX: #A5ABB8
RGB: (165,171,184)

Color info

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

RGB color model

#A5ABB8 color RGB value is (165,171,184).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 184 of 255 = 72%

165
171
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 184 = 520 (100%)
R 165 of 520 ~ 31.73%
G 171 of 520 ~ 32.88%
B 184 of 520 ~ 35.38%

%31.73
%32.88
%35.38

CMYK color model

#A5ABB8 color CMYK value is (10,7,0,28).

  • cyan value is 10.33%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,7,0,28)
C10M7Y0K28 
(10%,7%,0%,28%)
(0.10/0.07/0.00/0.28)	

CMYK percentages

%10.33
%7.07
%0
%27.84

Codes

Color #A5ABB8 in popluar color models

A5ABB8
RGB165171184
HSL221°11.80%68.43%
HSB/HSV221°10.33%72.16%
CMYK10.33%7.07%0.00%
27.84%

Color #A5ABB8 in popluar number systems.

HEXA5ABB8
Decimal165171184
Binary101001011010101110111000
Octal245253270

Shades and tints

Shades of #A5ABB8

#A5ABB8
(165,171,184)
#969CA8
(150,156,168)
#878D98
(135,141,152)
#787E88
(120,126,136)
#696F78
(105,111,120)
#5A6068
(90,96,104)
#4B5158
(75,81,88)
#3C4248
(60,66,72)
#2D3338
(45,51,56)
#1E2428
(30,36,40)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5ABB8

#A5ABB8
(165,171,184)
#ADB2BE
(173,178,190)
#B5B9C4
(181,185,196)
#BDC0CA
(189,192,202)
#C5C7D0
(197,199,208)
#CDCED6
(205,206,214)
#D5D5DC
(213,213,220)
#DDDCE2
(221,220,226)
#E5E3E8
(229,227,232)
#EDEAEE
(237,234,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABB8; }

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

This text font color is #A5ABB8.


Background Color

.myBgColor { background-color: #A5ABB8; }

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

This div background color is #A5ABB8.


Border color

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

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

This div border color is #A5ABB8.


Opacity

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

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

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

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

This text has shadow with #A5ABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABB8 on black background.


Color preview on white background

This text has color #A5ABB8 on white background.



Black color preview on #A5ABB8 background

This text has black color on #A5ABB8 background.


White color preview on #A5ABB8 background

This text has white color on #A5ABB8 background.