COLOR #A49EAF

HEX: #A49EAF
RGB: (164,158,175)

Color info

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

RGB color model

#A49EAF color RGB value is (164,158,175).

  • red value is 164;
  • green value is 158;
  • blue value is 175.
RGB:
(164,158,175)
(64%,62%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 175 of 255 = 69%

164
158
175

R + G + B ~ 65%. #A49EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 175 = 497 (100%)
R 164 of 497 ~ 33%
G 158 of 497 ~ 31.79%
B 175 of 497 ~ 35.21%

%33
%31.79
%35.21

CMYK color model

#A49EAF color CMYK value is (6,10,0,31).

  • cyan value is 6.29%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,10,0,31)
C6M10Y0K31 
(6%,10%,0%,31%)
(0.06/0.10/0.00/0.31)	

CMYK percentages

%6.29
%9.71
%0
%31.37

Codes

Color #A49EAF in popluar color models

A49EAF
RGB164158175
HSL261°9.60%65.29%
HSB/HSV261°9.71%68.63%
CMYK6.29%9.71%0.00%
31.37%

Color #A49EAF in popluar number systems.

HEXA49EAF
Decimal164158175
Binary101001001001111010101111
Octal244236257

Shades and tints

Shades of #A49EAF

#A49EAF
(164,158,175)
#9690A0
(150,144,160)
#888291
(136,130,145)
#7A7482
(122,116,130)
#6C6673
(108,102,115)
#5E5864
(94,88,100)
#504A55
(80,74,85)
#423C46
(66,60,70)
#342E37
(52,46,55)
#262028
(38,32,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A49EAF

#A49EAF
(164,158,175)
#ACA6B6
(172,166,182)
#B4AEBD
(180,174,189)
#BCB6C4
(188,182,196)
#C4BECB
(196,190,203)
#CCC6D2
(204,198,210)
#D4CED9
(212,206,217)
#DCD6E0
(220,214,224)
#E4DEE7
(228,222,231)
#ECE6EE
(236,230,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49EAF color. Also use rgb(164,158,175) instead hex code.

Text Font Color

.myTextColor { color: #A49EAF; }

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

This text font color is #A49EAF.


Background Color

.myBgColor { background-color: #A49EAF; }

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

This div background color is #A49EAF.


Border color

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

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

This div border color is #A49EAF.


Opacity

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

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

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

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

This text has shadow with #A49EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49EAF on black background.


Color preview on white background

This text has color #A49EAF on white background.



Black color preview on #A49EAF background

This text has black color on #A49EAF background.


White color preview on #A49EAF background

This text has white color on #A49EAF background.