COLOR #A49BB2

HEX: #A49BB2
RGB: (164,155,178)

Color info

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

RGB color model

#A49BB2 color RGB value is (164,155,178).

  • red value is 164;
  • green value is 155;
  • blue value is 178.
RGB:
(164,155,178)
(64%,61%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 178 of 255 = 70%

164
155
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 178 = 497 (100%)
R 164 of 497 ~ 33%
G 155 of 497 ~ 31.19%
B 178 of 497 ~ 35.81%

%33
%31.19
%35.81

CMYK color model

#A49BB2 color CMYK value is (8,13,0,30).

  • cyan value is 7.87%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,13,0,30)
C8M13Y0K30 
(8%,13%,0%,30%)
(0.08/0.13/0.00/0.30)	

CMYK percentages

%7.87
%12.92
%0
%30.2

Codes

Color #A49BB2 in popluar color models

A49BB2
RGB164155178
HSL263°12.99%65.29%
HSB/HSV263°12.92%69.80%
CMYK7.87%12.92%0.00%
30.20%

Color #A49BB2 in popluar number systems.

HEXA49BB2
Decimal164155178
Binary101001001001101110110010
Octal244233262

Shades and tints

Shades of #A49BB2

#A49BB2
(164,155,178)
#968DA2
(150,141,162)
#887F92
(136,127,146)
#7A7182
(122,113,130)
#6C6372
(108,99,114)
#5E5562
(94,85,98)
#504752
(80,71,82)
#423942
(66,57,66)
#342B32
(52,43,50)
#261D22
(38,29,34)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A49BB2

#A49BB2
(164,155,178)
#ACA4B9
(172,164,185)
#B4ADC0
(180,173,192)
#BCB6C7
(188,182,199)
#C4BFCE
(196,191,206)
#CCC8D5
(204,200,213)
#D4D1DC
(212,209,220)
#DCDAE3
(220,218,227)
#E4E3EA
(228,227,234)
#ECECF1
(236,236,241)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49BB2 color. Also use rgb(164,155,178) instead hex code.

Text Font Color

.myTextColor { color: #A49BB2; }

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

This text font color is #A49BB2.


Background Color

.myBgColor { background-color: #A49BB2; }

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

This div background color is #A49BB2.


Border color

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

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

This div border color is #A49BB2.


Opacity

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

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

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

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

This text has shadow with #A49BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BB2 on black background.


Color preview on white background

This text has color #A49BB2 on white background.



Black color preview on #A49BB2 background

This text has black color on #A49BB2 background.


White color preview on #A49BB2 background

This text has white color on #A49BB2 background.