COLOR #A49AB3

HEX: #A49AB3
RGB: (164,154,179)

Color info

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

RGB color model

#A49AB3 color RGB value is (164,154,179).

  • red value is 164;
  • green value is 154;
  • blue value is 179.
RGB:
(164,154,179)
(64%,60%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 179 of 255 = 70%

164
154
179

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

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 179 = 497 (100%)
R 164 of 497 ~ 33%
G 154 of 497 ~ 30.99%
B 179 of 497 ~ 36.02%

%33
%30.99
%36.02

CMYK color model

#A49AB3 color CMYK value is (8,14,0,30).

  • cyan value is 8.38%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,14,0,30)
C8M14Y0K30 
(8%,14%,0%,30%)
(0.08/0.14/0.00/0.30)	

CMYK percentages

%8.38
%13.97
%0
%29.8

Codes

Color #A49AB3 in popluar color models

A49AB3
RGB164154179
HSL264°14.12%65.29%
HSB/HSV264°13.97%70.20%
CMYK8.38%13.97%0.00%
29.80%

Color #A49AB3 in popluar number systems.

HEXA49AB3
Decimal164154179
Binary101001001001101010110011
Octal244232263

Shades and tints

Shades of #A49AB3

#A49AB3
(164,154,179)
#968CA3
(150,140,163)
#887E93
(136,126,147)
#7A7083
(122,112,131)
#6C6273
(108,98,115)
#5E5463
(94,84,99)
#504653
(80,70,83)
#423843
(66,56,67)
#342A33
(52,42,51)
#261C23
(38,28,35)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #A49AB3

#A49AB3
(164,154,179)
#ACA3B9
(172,163,185)
#B4ACBF
(180,172,191)
#BCB5C5
(188,181,197)
#C4BECB
(196,190,203)
#CCC7D1
(204,199,209)
#D4D0D7
(212,208,215)
#DCD9DD
(220,217,221)
#E4E2E3
(228,226,227)
#ECEBE9
(236,235,233)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49AB3 color. Also use rgb(164,154,179) instead hex code.

Text Font Color

.myTextColor { color: #A49AB3; }

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

This text font color is #A49AB3.


Background Color

.myBgColor { background-color: #A49AB3; }

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

This div background color is #A49AB3.


Border color

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

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

This div border color is #A49AB3.


Opacity

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

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

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

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

This text has shadow with #A49AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49AB3 on black background.


Color preview on white background

This text has color #A49AB3 on white background.



Black color preview on #A49AB3 background

This text has black color on #A49AB3 background.


White color preview on #A49AB3 background

This text has white color on #A49AB3 background.