COLOR #A4ADA8

HEX: #A4ADA8
RGB: (164,173,168)

Color info

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

RGB color model

#A4ADA8 color RGB value is (164,173,168).

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

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 168 of 255 = 66%

164
173
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 173 + 168 = 505 (100%)
R 164 of 505 ~ 32.48%
G 173 of 505 ~ 34.26%
B 168 of 505 ~ 33.27%

%32.48
%34.26
%33.27

CMYK color model

#A4ADA8 color CMYK value is (5,0,3,32).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(5,0,3,32)
C5M0Y3K32 
(5%,0%,3%,32%)
(0.05/0.00/0.03/0.32)	

CMYK percentages

%5.2
%0
%2.89
%32.16

Codes

Color #A4ADA8 in popluar color models

A4ADA8
RGB164173168
HSL147°5.20%66.08%
HSB/HSV147°5.20%67.84%
CMYK5.20%0.00%2.89%
32.16%

Color #A4ADA8 in popluar number systems.

HEXA4ADA8
Decimal164173168
Binary101001001010110110101000
Octal244255250

Shades and tints

Shades of #A4ADA8

#A4ADA8
(164,173,168)
#969E99
(150,158,153)
#888F8A
(136,143,138)
#7A807B
(122,128,123)
#6C716C
(108,113,108)
#5E625D
(94,98,93)
#50534E
(80,83,78)
#42443F
(66,68,63)
#343530
(52,53,48)
#262621
(38,38,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4ADA8

#A4ADA8
(164,173,168)
#ACB4AF
(172,180,175)
#B4BBB6
(180,187,182)
#BCC2BD
(188,194,189)
#C4C9C4
(196,201,196)
#CCD0CB
(204,208,203)
#D4D7D2
(212,215,210)
#DCDED9
(220,222,217)
#E4E5E0
(228,229,224)
#ECECE7
(236,236,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ADA8; }

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

This text font color is #A4ADA8.


Background Color

.myBgColor { background-color: #A4ADA8; }

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

This div background color is #A4ADA8.


Border color

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

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

This div border color is #A4ADA8.


Opacity

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

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

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

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

This text has shadow with #A4ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ADA8 on black background.


Color preview on white background

This text has color #A4ADA8 on white background.



Black color preview on #A4ADA8 background

This text has black color on #A4ADA8 background.


White color preview on #A4ADA8 background

This text has white color on #A4ADA8 background.