COLOR #A0ADBD

HEX: #A0ADBD
RGB: (160,173,189)

Color info

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

RGB color model

#A0ADBD color RGB value is (160,173,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 189 of 255 = 74%

160
173
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 189 = 522 (100%)
R 160 of 522 ~ 30.65%
G 173 of 522 ~ 33.14%
B 189 of 522 ~ 36.21%

%30.65
%33.14
%36.21

CMYK color model

#A0ADBD color CMYK value is (15,8,0,26).

  • cyan value is 15.34%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,8,0,26)
C15M8Y0K26 
(15%,8%,0%,26%)
(0.15/0.08/0.00/0.26)	

CMYK percentages

%15.34
%8.47
%0
%25.88

Codes

Color #A0ADBD in popluar color models

A0ADBD
RGB160173189
HSL213°18.01%68.43%
HSB/HSV213°15.34%74.12%
CMYK15.34%8.47%0.00%
25.88%

Color #A0ADBD in popluar number systems.

HEXA0ADBD
Decimal160173189
Binary101000001010110110111101
Octal240255275

Shades and tints

Shades of #A0ADBD

#A0ADBD
(160,173,189)
#929EAC
(146,158,172)
#848F9B
(132,143,155)
#76808A
(118,128,138)
#687179
(104,113,121)
#5A6268
(90,98,104)
#4C5357
(76,83,87)
#3E4446
(62,68,70)
#303535
(48,53,53)
#222624
(34,38,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0ADBD

#A0ADBD
(160,173,189)
#A8B4C3
(168,180,195)
#B0BBC9
(176,187,201)
#B8C2CF
(184,194,207)
#C0C9D5
(192,201,213)
#C8D0DB
(200,208,219)
#D0D7E1
(208,215,225)
#D8DEE7
(216,222,231)
#E0E5ED
(224,229,237)
#E8ECF3
(232,236,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADBD; }

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

This text font color is #A0ADBD.


Background Color

.myBgColor { background-color: #A0ADBD; }

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

This div background color is #A0ADBD.


Border color

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

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

This div border color is #A0ADBD.


Opacity

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

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

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

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

This text has shadow with #A0ADBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADBD on black background.


Color preview on white background

This text has color #A0ADBD on white background.



Black color preview on #A0ADBD background

This text has black color on #A0ADBD background.


White color preview on #A0ADBD background

This text has white color on #A0ADBD background.