COLOR #A49BBF

HEX: #A49BBF
RGB: (164,155,191)

Color info

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

RGB color model

#A49BBF color RGB value is (164,155,191).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 191 of 255 = 75%

164
155
191

R + G + B ~ 67%. #A49BBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 191 = 510 (100%)
R 164 of 510 ~ 32.16%
G 155 of 510 ~ 30.39%
B 191 of 510 ~ 37.45%

%32.16
%30.39
%37.45

CMYK color model

#A49BBF color CMYK value is (14,19,0,25).

  • cyan value is 14.14%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,19,0,25)
C14M19Y0K25 
(14%,19%,0%,25%)
(0.14/0.19/0.00/0.25)	

CMYK percentages

%14.14
%18.85
%0
%25.1

Codes

Color #A49BBF in popluar color models

A49BBF
RGB164155191
HSL255°21.95%67.84%
HSB/HSV255°18.85%74.90%
CMYK14.14%18.85%0.00%
25.10%

Color #A49BBF in popluar number systems.

HEXA49BBF
Decimal164155191
Binary101001001001101110111111
Octal244233277

Shades and tints

Shades of #A49BBF

#A49BBF
(164,155,191)
#968DAE
(150,141,174)
#887F9D
(136,127,157)
#7A718C
(122,113,140)
#6C637B
(108,99,123)
#5E556A
(94,85,106)
#504759
(80,71,89)
#423948
(66,57,72)
#342B37
(52,43,55)
#261D26
(38,29,38)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A49BBF

#A49BBF
(164,155,191)
#ACA4C4
(172,164,196)
#B4ADC9
(180,173,201)
#BCB6CE
(188,182,206)
#C4BFD3
(196,191,211)
#CCC8D8
(204,200,216)
#D4D1DD
(212,209,221)
#DCDAE2
(220,218,226)
#E4E3E7
(228,227,231)
#ECECEC
(236,236,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BBF; }

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

This text font color is #A49BBF.


Background Color

.myBgColor { background-color: #A49BBF; }

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

This div background color is #A49BBF.


Border color

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

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

This div border color is #A49BBF.


Opacity

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

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

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

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

This text has shadow with #A49BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BBF on black background.


Color preview on white background

This text has color #A49BBF on white background.



Black color preview on #A49BBF background

This text has black color on #A49BBF background.


White color preview on #A49BBF background

This text has white color on #A49BBF background.