COLOR #A49BB6

HEX: #A49BB6
RGB: (164,155,182)

Color info

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

RGB color model

#A49BB6 color RGB value is (164,155,182).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 182 of 255 = 71%

164
155
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 182 = 501 (100%)
R 164 of 501 ~ 32.73%
G 155 of 501 ~ 30.94%
B 182 of 501 ~ 36.33%

%32.73
%30.94
%36.33

CMYK color model

#A49BB6 color CMYK value is (10,15,0,29).

  • cyan value is 9.89%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(10,15,0,29)
C10M15Y0K29 
(10%,15%,0%,29%)
(0.10/0.15/0.00/0.29)	

CMYK percentages

%9.89
%14.84
%0
%28.63

Codes

Color #A49BB6 in popluar color models

A49BB6
RGB164155182
HSL260°15.61%66.08%
HSB/HSV260°14.84%71.37%
CMYK9.89%14.84%0.00%
28.63%

Color #A49BB6 in popluar number systems.

HEXA49BB6
Decimal164155182
Binary101001001001101110110110
Octal244233266

Shades and tints

Shades of #A49BB6

#A49BB6
(164,155,182)
#968DA6
(150,141,166)
#887F96
(136,127,150)
#7A7186
(122,113,134)
#6C6376
(108,99,118)
#5E5566
(94,85,102)
#504756
(80,71,86)
#423946
(66,57,70)
#342B36
(52,43,54)
#261D26
(38,29,38)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A49BB6

#A49BB6
(164,155,182)
#ACA4BC
(172,164,188)
#B4ADC2
(180,173,194)
#BCB6C8
(188,182,200)
#C4BFCE
(196,191,206)
#CCC8D4
(204,200,212)
#D4D1DA
(212,209,218)
#DCDAE0
(220,218,224)
#E4E3E6
(228,227,230)
#ECECEC
(236,236,236)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BB6; }

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

This text font color is #A49BB6.


Background Color

.myBgColor { background-color: #A49BB6; }

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

This div background color is #A49BB6.


Border color

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

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

This div border color is #A49BB6.


Opacity

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

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

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

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

This text has shadow with #A49BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BB6 on black background.


Color preview on white background

This text has color #A49BB6 on white background.



Black color preview on #A49BB6 background

This text has black color on #A49BB6 background.


White color preview on #A49BB6 background

This text has white color on #A49BB6 background.