COLOR #A49DAB

HEX: #A49DAB
RGB: (164,157,171)

Color info

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

RGB color model

#A49DAB color RGB value is (164,157,171).

  • red value is 164;
  • green value is 157;
  • blue value is 171.
RGB:
(164,157,171)
(64%,62%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 171 of 255 = 67%

164
157
171

R + G + B ~ 64%. #A49DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 157 + 171 = 492 (100%)
R 164 of 492 ~ 33.33%
G 157 of 492 ~ 31.91%
B 171 of 492 ~ 34.76%

%33.33
%31.91
%34.76

CMYK color model

#A49DAB color CMYK value is (4,8,0,33).

  • cyan value is 4.09%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,8,0,33)
C4M8Y0K33 
(4%,8%,0%,33%)
(0.04/0.08/0.00/0.33)	

CMYK percentages

%4.09
%8.19
%0
%32.94

Codes

Color #A49DAB in popluar color models

A49DAB
RGB164157171
HSL270°7.69%64.31%
HSB/HSV270°8.19%67.06%
CMYK4.09%8.19%0.00%
32.94%

Color #A49DAB in popluar number systems.

HEXA49DAB
Decimal164157171
Binary101001001001110110101011
Octal244235253

Shades and tints

Shades of #A49DAB

#A49DAB
(164,157,171)
#968F9C
(150,143,156)
#88818D
(136,129,141)
#7A737E
(122,115,126)
#6C656F
(108,101,111)
#5E5760
(94,87,96)
#504951
(80,73,81)
#423B42
(66,59,66)
#342D33
(52,45,51)
#261F24
(38,31,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A49DAB

#A49DAB
(164,157,171)
#ACA5B2
(172,165,178)
#B4ADB9
(180,173,185)
#BCB5C0
(188,181,192)
#C4BDC7
(196,189,199)
#CCC5CE
(204,197,206)
#D4CDD5
(212,205,213)
#DCD5DC
(220,213,220)
#E4DDE3
(228,221,227)
#ECE5EA
(236,229,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DAB color. Also use rgb(164,157,171) instead hex code.

Text Font Color

.myTextColor { color: #A49DAB; }

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

This text font color is #A49DAB.


Background Color

.myBgColor { background-color: #A49DAB; }

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

This div background color is #A49DAB.


Border color

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

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

This div border color is #A49DAB.


Opacity

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

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

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

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

This text has shadow with #A49DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49DAB on black background.


Color preview on white background

This text has color #A49DAB on white background.



Black color preview on #A49DAB background

This text has black color on #A49DAB background.


White color preview on #A49DAB background

This text has white color on #A49DAB background.