COLOR #A0ADB6

HEX: #A0ADB6
RGB: (160,173,182)

Color info

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

RGB color model

#A0ADB6 color RGB value is (160,173,182).

  • red value is 160;
  • green value is 173;
  • blue value is 182.
RGB:
(160,173,182)
(63%,68%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 182 of 255 = 71%

160
173
182

R + G + B ~ 67%. #A0ADB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 182 = 515 (100%)
R 160 of 515 ~ 31.07%
G 173 of 515 ~ 33.59%
B 182 of 515 ~ 35.34%

%31.07
%33.59
%35.34

CMYK color model

#A0ADB6 color CMYK value is (12,5,0,29).

  • cyan value is 12.09%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,5,0,29)
C12M5Y0K29 
(12%,5%,0%,29%)
(0.12/0.05/0.00/0.29)	

CMYK percentages

%12.09
%4.95
%0
%28.63

Codes

Color #A0ADB6 in popluar color models

A0ADB6
RGB160173182
HSL205°13.10%67.06%
HSB/HSV205°12.09%71.37%
CMYK12.09%4.95%0.00%
28.63%

Color #A0ADB6 in popluar number systems.

HEXA0ADB6
Decimal160173182
Binary101000001010110110110110
Octal240255266

Shades and tints

Shades of #A0ADB6

#A0ADB6
(160,173,182)
#929EA6
(146,158,166)
#848F96
(132,143,150)
#768086
(118,128,134)
#687176
(104,113,118)
#5A6266
(90,98,102)
#4C5356
(76,83,86)
#3E4446
(62,68,70)
#303536
(48,53,54)
#222626
(34,38,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #A0ADB6

#A0ADB6
(160,173,182)
#A8B4BC
(168,180,188)
#B0BBC2
(176,187,194)
#B8C2C8
(184,194,200)
#C0C9CE
(192,201,206)
#C8D0D4
(200,208,212)
#D0D7DA
(208,215,218)
#D8DEE0
(216,222,224)
#E0E5E6
(224,229,230)
#E8ECEC
(232,236,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADB6; }

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

This text font color is #A0ADB6.


Background Color

.myBgColor { background-color: #A0ADB6; }

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

This div background color is #A0ADB6.


Border color

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

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

This div border color is #A0ADB6.


Opacity

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

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

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

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

This text has shadow with #A0ADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADB6 on black background.


Color preview on white background

This text has color #A0ADB6 on white background.



Black color preview on #A0ADB6 background

This text has black color on #A0ADB6 background.


White color preview on #A0ADB6 background

This text has white color on #A0ADB6 background.