COLOR #A4ADB6

HEX: #A4ADB6
RGB: (164,173,182)

Color info

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

RGB color model

#A4ADB6 color RGB value is (164,173,182).

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

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 182 of 255 = 71%

164
173
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 173 + 182 = 519 (100%)
R 164 of 519 ~ 31.6%
G 173 of 519 ~ 33.33%
B 182 of 519 ~ 35.07%

%31.6
%33.33
%35.07

CMYK color model

#A4ADB6 color CMYK value is (10,5,0,29).

  • cyan value is 9.89%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(10,5,0,29)
C10M5Y0K29 
(10%,5%,0%,29%)
(0.10/0.05/0.00/0.29)	

CMYK percentages

%9.89
%4.95
%0
%28.63

Codes

Color #A4ADB6 in popluar color models

A4ADB6
RGB164173182
HSL210°10.98%67.84%
HSB/HSV210°9.89%71.37%
CMYK9.89%4.95%0.00%
28.63%

Color #A4ADB6 in popluar number systems.

HEXA4ADB6
Decimal164173182
Binary101001001010110110110110
Octal244255266

Shades and tints

Shades of #A4ADB6

#A4ADB6
(164,173,182)
#969EA6
(150,158,166)
#888F96
(136,143,150)
#7A8086
(122,128,134)
#6C7176
(108,113,118)
#5E6266
(94,98,102)
#505356
(80,83,86)
#424446
(66,68,70)
#343536
(52,53,54)
#262626
(38,38,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4ADB6

#A4ADB6
(164,173,182)
#ACB4BC
(172,180,188)
#B4BBC2
(180,187,194)
#BCC2C8
(188,194,200)
#C4C9CE
(196,201,206)
#CCD0D4
(204,208,212)
#D4D7DA
(212,215,218)
#DCDEE0
(220,222,224)
#E4E5E6
(228,229,230)
#ECECEC
(236,236,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ADB6; }

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

This text font color is #A4ADB6.


Background Color

.myBgColor { background-color: #A4ADB6; }

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

This div background color is #A4ADB6.


Border color

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

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

This div border color is #A4ADB6.


Opacity

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

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

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

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

This text has shadow with #A4ADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ADB6 on black background.


Color preview on white background

This text has color #A4ADB6 on white background.



Black color preview on #A4ADB6 background

This text has black color on #A4ADB6 background.


White color preview on #A4ADB6 background

This text has white color on #A4ADB6 background.