COLOR #A49CB9

HEX: #A49CB9
RGB: (164,156,185)

Color info

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

RGB color model

#A49CB9 color RGB value is (164,156,185).

  • red value is 164;
  • green value is 156;
  • blue value is 185.
RGB:
(164,156,185)
(64%,61%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 185 of 255 = 73%

164
156
185

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 185 = 505 (100%)
R 164 of 505 ~ 32.48%
G 156 of 505 ~ 30.89%
B 185 of 505 ~ 36.63%

%32.48
%30.89
%36.63

CMYK color model

#A49CB9 color CMYK value is (11,16,0,27).

  • cyan value is 11.35%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(11,16,0,27)
C11M16Y0K27 
(11%,16%,0%,27%)
(0.11/0.16/0.00/0.27)	

CMYK percentages

%11.35
%15.68
%0
%27.45

Codes

Color #A49CB9 in popluar color models

A49CB9
RGB164156185
HSL257°17.16%66.86%
HSB/HSV257°15.68%72.55%
CMYK11.35%15.68%0.00%
27.45%

Color #A49CB9 in popluar number systems.

HEXA49CB9
Decimal164156185
Binary101001001001110010111001
Octal244234271

Shades and tints

Shades of #A49CB9

#A49CB9
(164,156,185)
#968EA9
(150,142,169)
#888099
(136,128,153)
#7A7289
(122,114,137)
#6C6479
(108,100,121)
#5E5669
(94,86,105)
#504859
(80,72,89)
#423A49
(66,58,73)
#342C39
(52,44,57)
#261E29
(38,30,41)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #A49CB9

#A49CB9
(164,156,185)
#ACA5BF
(172,165,191)
#B4AEC5
(180,174,197)
#BCB7CB
(188,183,203)
#C4C0D1
(196,192,209)
#CCC9D7
(204,201,215)
#D4D2DD
(212,210,221)
#DCDBE3
(220,219,227)
#E4E4E9
(228,228,233)
#ECEDEF
(236,237,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49CB9 color. Also use rgb(164,156,185) instead hex code.

Text Font Color

.myTextColor { color: #A49CB9; }

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

This text font color is #A49CB9.


Background Color

.myBgColor { background-color: #A49CB9; }

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

This div background color is #A49CB9.


Border color

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

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

This div border color is #A49CB9.


Opacity

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

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

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

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

This text has shadow with #A49CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49CB9 on black background.


Color preview on white background

This text has color #A49CB9 on white background.



Black color preview on #A49CB9 background

This text has black color on #A49CB9 background.


White color preview on #A49CB9 background

This text has white color on #A49CB9 background.