COLOR #A5ADB5

HEX: #A5ADB5
RGB: (165,173,181)

Color info

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

RGB color model

#A5ADB5 color RGB value is (165,173,181).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 181 of 255 = 71%

165
173
181

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

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 181 = 519 (100%)
R 165 of 519 ~ 31.79%
G 173 of 519 ~ 33.33%
B 181 of 519 ~ 34.87%

%31.79
%33.33
%34.87

CMYK color model

#A5ADB5 color CMYK value is (9,4,0,29).

  • cyan value is 8.84%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,4,0,29)
C9M4Y0K29 
(9%,4%,0%,29%)
(0.09/0.04/0.00/0.29)	

CMYK percentages

%8.84
%4.42
%0
%29.02

Codes

Color #A5ADB5 in popluar color models

A5ADB5
RGB165173181
HSL210°9.76%67.84%
HSB/HSV210°8.84%70.98%
CMYK8.84%4.42%0.00%
29.02%

Color #A5ADB5 in popluar number systems.

HEXA5ADB5
Decimal165173181
Binary101001011010110110110101
Octal245255265

Shades and tints

Shades of #A5ADB5

#A5ADB5
(165,173,181)
#969EA5
(150,158,165)
#878F95
(135,143,149)
#788085
(120,128,133)
#697175
(105,113,117)
#5A6265
(90,98,101)
#4B5355
(75,83,85)
#3C4445
(60,68,69)
#2D3535
(45,53,53)
#1E2625
(30,38,37)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5ADB5

#A5ADB5
(165,173,181)
#ADB4BB
(173,180,187)
#B5BBC1
(181,187,193)
#BDC2C7
(189,194,199)
#C5C9CD
(197,201,205)
#CDD0D3
(205,208,211)
#D5D7D9
(213,215,217)
#DDDEDF
(221,222,223)
#E5E5E5
(229,229,229)
#EDECEB
(237,236,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADB5; }

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

This text font color is #A5ADB5.


Background Color

.myBgColor { background-color: #A5ADB5; }

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

This div background color is #A5ADB5.


Border color

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

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

This div border color is #A5ADB5.


Opacity

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

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

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

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

This text has shadow with #A5ADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADB5 on black background.


Color preview on white background

This text has color #A5ADB5 on white background.



Black color preview on #A5ADB5 background

This text has black color on #A5ADB5 background.


White color preview on #A5ADB5 background

This text has white color on #A5ADB5 background.