COLOR #A0ADAC

HEX: #A0ADAC
RGB: (160,173,172)

Color info

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

RGB color model

#A0ADAC color RGB value is (160,173,172).

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

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 172 of 255 = 67%

160
173
172

R + G + B ~ 66%. #A0ADAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 172 = 505 (100%)
R 160 of 505 ~ 31.68%
G 173 of 505 ~ 34.26%
B 172 of 505 ~ 34.06%

%31.68
%34.26
%34.06

CMYK color model

#A0ADAC color CMYK value is (8,0,1,32).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(8,0,1,32)
C8M0Y1K32 
(8%,0%,1%,32%)
(0.08/0.00/0.01/0.32)	

CMYK percentages

%7.51
%0
%0.58
%32.16

Codes

Color #A0ADAC in popluar color models

A0ADAC
RGB160173172
HSL175°7.34%65.29%
HSB/HSV175°7.51%67.84%
CMYK7.51%0.00%0.58%
32.16%

Color #A0ADAC in popluar number systems.

HEXA0ADAC
Decimal160173172
Binary101000001010110110101100
Octal240255254

Shades and tints

Shades of #A0ADAC

#A0ADAC
(160,173,172)
#929E9D
(146,158,157)
#848F8E
(132,143,142)
#76807F
(118,128,127)
#687170
(104,113,112)
#5A6261
(90,98,97)
#4C5352
(76,83,82)
#3E4443
(62,68,67)
#303534
(48,53,52)
#222625
(34,38,37)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #A0ADAC

#A0ADAC
(160,173,172)
#A8B4B3
(168,180,179)
#B0BBBA
(176,187,186)
#B8C2C1
(184,194,193)
#C0C9C8
(192,201,200)
#C8D0CF
(200,208,207)
#D0D7D6
(208,215,214)
#D8DEDD
(216,222,221)
#E0E5E4
(224,229,228)
#E8ECEB
(232,236,235)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ADAC; }

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

This text font color is #A0ADAC.


Background Color

.myBgColor { background-color: #A0ADAC; }

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

This div background color is #A0ADAC.


Border color

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

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

This div border color is #A0ADAC.


Opacity

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

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

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

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

This text has shadow with #A0ADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADAC on black background.


Color preview on white background

This text has color #A0ADAC on white background.



Black color preview on #A0ADAC background

This text has black color on #A0ADAC background.


White color preview on #A0ADAC background

This text has white color on #A0ADAC background.