COLOR #A5ADB6

HEX: #A5ADB6 RGB: (165,173,182)

Color info

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

RGB color model

#A5ADB6 color RGB value is (165,173,182).

RGB: (165,173,182) (65%, 68%, 71%)

RGB channels and saturation

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

165
173
182

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

Portions of RGB colors in percentages

R + G + B = 165 + 173 + 182 = 520 (100%)
R 165 of 520 ~ 31.73%
G 173 of 520 ~ 33.27%
B 182 of 520 ~ 35'%

%31.73
%33.27
%35

CMYK color model

#A5ADB6 color CMYK value is (9,5,0,29).

  • cyan value is 9.34%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (9,5,0,29) C9M5Y0K29 (9%,5%,0%,29%) (0.09/0.05/0.00/0.29) 

CMYK percentages

%9.34
%4.95
%0
%28.63

Codes

Color #A5ADB6 in popluar color models

A5 AD B6
RGB 165 173 182
HSL 212° 10.43% 68.04%
HSB/HSV 212° 9.34% 71.37%
CMYK 9.34% 4.95% 0.00%
28.63%

Color #A5ADB6 in popluar number systems.

HEX A5 AD B6
Decimal 165 173 182
Binary 10100101 10101101 10110110
Octal 245 255 266

Shades and tints

Shades of #A5ADB6

#A5ADB6
(165,173,182)
#969EA6
(150,158,166)
#878F96
(135,143,150)
#788086
(120,128,134)
#697176
(105,113,118)
#5A6266
(90,98,102)
#4B5356
(75,83,86)
#3C4446
(60,68,70)
#2D3536
(45,53,54)
#1E2626
(30,38,38)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #A5ADB6

#A5ADB6
(165,173,182)
#ADB4BC
(173,180,188)
#B5BBC2
(181,187,194)
#BDC2C8
(189,194,200)
#C5C9CE
(197,201,206)
#CDD0D4
(205,208,212)
#D5D7DA
(213,215,218)
#DDDEE0
(221,222,224)
#E5E5E6
(229,229,230)
#EDECEC
(237,236,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADB6; }

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

This text font color is #A5ADB6.

Background Color

.myBgColor { background-color: #A5ADB6; }

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

This div background color is #A5ADB6.

Border color

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

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

This div border color is #A5ADB6.

Opacity

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

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

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

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

This text has shadow with #A5ADB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ADB6.

Preview

Color preview on black background

This text has color #A5ADB6 on black background.


Color preview on white background

This text has color #A5ADB6 on white background.


Black color preview on #A5ADB6 background

This text has black color on #A5ADB6 background.


White color preview on #A5ADB6 background

This text has white color on #A5ADB6 background.


Related colors

Complementary color

Complementary color for #hex is #5A5249.


I love getcolorcode.com

Triadic colors

1 #B6A5AD and #ADB6A5 with #A5ADB6 are triadic colors.

2 #B6ADA5 and #ADA5B6 with #A5ADB6 are triadic colors.