COLOR #A49AB7

HEX: #A49AB7
RGB: (164,154,183)

Color info

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

RGB color model

#A49AB7 color RGB value is (164,154,183).

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

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 183 of 255 = 72%

164
154
183

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

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 183 = 501 (100%)
R 164 of 501 ~ 32.73%
G 154 of 501 ~ 30.74%
B 183 of 501 ~ 36.53%

%32.73
%30.74
%36.53

CMYK color model

#A49AB7 color CMYK value is (10,16,0,28).

  • cyan value is 10.38%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,16,0,28)
C10M16Y0K28 
(10%,16%,0%,28%)
(0.10/0.16/0.00/0.28)	

CMYK percentages

%10.38
%15.85
%0
%28.24

Codes

Color #A49AB7 in popluar color models

A49AB7
RGB164154183
HSL261°16.76%66.08%
HSB/HSV261°15.85%71.76%
CMYK10.38%15.85%0.00%
28.24%

Color #A49AB7 in popluar number systems.

HEXA49AB7
Decimal164154183
Binary101001001001101010110111
Octal244232267

Shades and tints

Shades of #A49AB7

#A49AB7
(164,154,183)
#968CA7
(150,140,167)
#887E97
(136,126,151)
#7A7087
(122,112,135)
#6C6277
(108,98,119)
#5E5467
(94,84,103)
#504657
(80,70,87)
#423847
(66,56,71)
#342A37
(52,42,55)
#261C27
(38,28,39)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A49AB7

#A49AB7
(164,154,183)
#ACA3BD
(172,163,189)
#B4ACC3
(180,172,195)
#BCB5C9
(188,181,201)
#C4BECF
(196,190,207)
#CCC7D5
(204,199,213)
#D4D0DB
(212,208,219)
#DCD9E1
(220,217,225)
#E4E2E7
(228,226,231)
#ECEBED
(236,235,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49AB7; }

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

This text font color is #A49AB7.


Background Color

.myBgColor { background-color: #A49AB7; }

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

This div background color is #A49AB7.


Border color

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

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

This div border color is #A49AB7.


Opacity

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

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

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

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

This text has shadow with #A49AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49AB7 on black background.


Color preview on white background

This text has color #A49AB7 on white background.



Black color preview on #A49AB7 background

This text has black color on #A49AB7 background.


White color preview on #A49AB7 background

This text has white color on #A49AB7 background.