COLOR #A49BBC

HEX: #A49BBC
RGB: (164,155,188)

Color info

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

RGB color model

#A49BBC color RGB value is (164,155,188).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 188 of 255 = 74%

164
155
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 188 = 507 (100%)
R 164 of 507 ~ 32.35%
G 155 of 507 ~ 30.57%
B 188 of 507 ~ 37.08%

%32.35
%30.57
%37.08

CMYK color model

#A49BBC color CMYK value is (13,18,0,26).

  • cyan value is 12.77%
  • magenta value is 17.55%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,18,0,26)
C13M18Y0K26 
(13%,18%,0%,26%)
(0.13/0.18/0.00/0.26)	

CMYK percentages

%12.77
%17.55
%0
%26.27

Codes

Color #A49BBC in popluar color models

A49BBC
RGB164155188
HSL256°19.76%67.25%
HSB/HSV256°17.55%73.73%
CMYK12.77%17.55%0.00%
26.27%

Color #A49BBC in popluar number systems.

HEXA49BBC
Decimal164155188
Binary101001001001101110111100
Octal244233274

Shades and tints

Shades of #A49BBC

#A49BBC
(164,155,188)
#968DAB
(150,141,171)
#887F9A
(136,127,154)
#7A7189
(122,113,137)
#6C6378
(108,99,120)
#5E5567
(94,85,103)
#504756
(80,71,86)
#423945
(66,57,69)
#342B34
(52,43,52)
#261D23
(38,29,35)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A49BBC

#A49BBC
(164,155,188)
#ACA4C2
(172,164,194)
#B4ADC8
(180,173,200)
#BCB6CE
(188,182,206)
#C4BFD4
(196,191,212)
#CCC8DA
(204,200,218)
#D4D1E0
(212,209,224)
#DCDAE6
(220,218,230)
#E4E3EC
(228,227,236)
#ECECF2
(236,236,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BBC; }

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

This text font color is #A49BBC.


Background Color

.myBgColor { background-color: #A49BBC; }

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

This div background color is #A49BBC.


Border color

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

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

This div border color is #A49BBC.


Opacity

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

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

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

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

This text has shadow with #A49BBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BBC on black background.


Color preview on white background

This text has color #A49BBC on white background.



Black color preview on #A49BBC background

This text has black color on #A49BBC background.


White color preview on #A49BBC background

This text has white color on #A49BBC background.