COLOR #A5ADB3

HEX: #A5ADB3
RGB: (165,173,179)

Color info

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

RGB color model

#A5ADB3 color RGB value is (165,173,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 179 of 255 = 70%

165
173
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 179 = 517 (100%)
R 165 of 517 ~ 31.91%
G 173 of 517 ~ 33.46%
B 179 of 517 ~ 34.62%

%31.91
%33.46
%34.62

CMYK color model

#A5ADB3 color CMYK value is (8,3,0,30).

  • cyan value is 7.82%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,3,0,30)
C8M3Y0K30 
(8%,3%,0%,30%)
(0.08/0.03/0.00/0.30)	

CMYK percentages

%7.82
%3.35
%0
%29.8

Codes

Color #A5ADB3 in popluar color models

A5ADB3
RGB165173179
HSL206°8.43%67.45%
HSB/HSV206°7.82%70.20%
CMYK7.82%3.35%0.00%
29.80%

Color #A5ADB3 in popluar number systems.

HEXA5ADB3
Decimal165173179
Binary101001011010110110110011
Octal245255263

Shades and tints

Shades of #A5ADB3

#A5ADB3
(165,173,179)
#969EA3
(150,158,163)
#878F93
(135,143,147)
#788083
(120,128,131)
#697173
(105,113,115)
#5A6263
(90,98,99)
#4B5353
(75,83,83)
#3C4443
(60,68,67)
#2D3533
(45,53,51)
#1E2623
(30,38,35)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5ADB3

#A5ADB3
(165,173,179)
#ADB4B9
(173,180,185)
#B5BBBF
(181,187,191)
#BDC2C5
(189,194,197)
#C5C9CB
(197,201,203)
#CDD0D1
(205,208,209)
#D5D7D7
(213,215,215)
#DDDEDD
(221,222,221)
#E5E5E3
(229,229,227)
#EDECE9
(237,236,233)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADB3; }

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

This text font color is #A5ADB3.


Background Color

.myBgColor { background-color: #A5ADB3; }

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

This div background color is #A5ADB3.


Border color

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

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

This div border color is #A5ADB3.


Opacity

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

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

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

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

This text has shadow with #A5ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADB3 on black background.


Color preview on white background

This text has color #A5ADB3 on white background.



Black color preview on #A5ADB3 background

This text has black color on #A5ADB3 background.


White color preview on #A5ADB3 background

This text has white color on #A5ADB3 background.