COLOR #A5ABB5

HEX: #A5ABB5
RGB: (165,171,181)

Color info

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

RGB color model

#A5ABB5 color RGB value is (165,171,181).

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

RGB channels and saturation

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

165
171
181

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 181 = 517 (100%)
R 165 of 517 ~ 31.91%
G 171 of 517 ~ 33.08%
B 181 of 517 ~ 35.01%

%31.91
%33.08
%35.01

CMYK color model

#A5ABB5 color CMYK value is (9,6,0,29).

  • cyan value is 8.84%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,6,0,29)
C9M6Y0K29 
(9%,6%,0%,29%)
(0.09/0.06/0.00/0.29)	

CMYK percentages

%8.84
%5.52
%0
%29.02

Codes

Color #A5ABB5 in popluar color models

A5ABB5
RGB165171181
HSL218°9.76%67.84%
HSB/HSV218°8.84%70.98%
CMYK8.84%5.52%0.00%
29.02%

Color #A5ABB5 in popluar number systems.

HEXA5ABB5
Decimal165171181
Binary101001011010101110110101
Octal245253265

Shades and tints

Shades of #A5ABB5

#A5ABB5
(165,171,181)
#969CA5
(150,156,165)
#878D95
(135,141,149)
#787E85
(120,126,133)
#696F75
(105,111,117)
#5A6065
(90,96,101)
#4B5155
(75,81,85)
#3C4245
(60,66,69)
#2D3335
(45,51,53)
#1E2425
(30,36,37)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5ABB5

#A5ABB5
(165,171,181)
#ADB2BB
(173,178,187)
#B5B9C1
(181,185,193)
#BDC0C7
(189,192,199)
#C5C7CD
(197,199,205)
#CDCED3
(205,206,211)
#D5D5D9
(213,213,217)
#DDDCDF
(221,220,223)
#E5E3E5
(229,227,229)
#EDEAEB
(237,234,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABB5; }

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

This text font color is #A5ABB5.


Background Color

.myBgColor { background-color: #A5ABB5; }

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

This div background color is #A5ABB5.


Border color

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

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

This div border color is #A5ABB5.


Opacity

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

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

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

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

This text has shadow with #A5ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABB5 on black background.


Color preview on white background

This text has color #A5ABB5 on white background.



Black color preview on #A5ABB5 background

This text has black color on #A5ABB5 background.


White color preview on #A5ABB5 background

This text has white color on #A5ABB5 background.