COLOR #A49BC9

HEX: #A49BC9
RGB: (164,155,201)

Color info

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

RGB color model

#A49BC9 color RGB value is (164,155,201).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 201 of 255 = 79%

164
155
201

R + G + B ~ 68%. #A49BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 201 = 520 (100%)
R 164 of 520 ~ 31.54%
G 155 of 520 ~ 29.81%
B 201 of 520 ~ 38.65%

%31.54
%29.81
%38.65

CMYK color model

#A49BC9 color CMYK value is (18,23,0,21).

  • cyan value is 18.41%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,23,0,21)
C18M23Y0K21 
(18%,23%,0%,21%)
(0.18/0.23/0.00/0.21)	

CMYK percentages

%18.41
%22.89
%0
%21.18

Codes

Color #A49BC9 in popluar color models

A49BC9
RGB164155201
HSL252°29.87%69.80%
HSB/HSV252°22.89%78.82%
CMYK18.41%22.89%0.00%
21.18%

Color #A49BC9 in popluar number systems.

HEXA49BC9
Decimal164155201
Binary101001001001101111001001
Octal244233311

Shades and tints

Shades of #A49BC9

#A49BC9
(164,155,201)
#968DB7
(150,141,183)
#887FA5
(136,127,165)
#7A7193
(122,113,147)
#6C6381
(108,99,129)
#5E556F
(94,85,111)
#50475D
(80,71,93)
#42394B
(66,57,75)
#342B39
(52,43,57)
#261D27
(38,29,39)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A49BC9

#A49BC9
(164,155,201)
#ACA4CD
(172,164,205)
#B4ADD1
(180,173,209)
#BCB6D5
(188,182,213)
#C4BFD9
(196,191,217)
#CCC8DD
(204,200,221)
#D4D1E1
(212,209,225)
#DCDAE5
(220,218,229)
#E4E3E9
(228,227,233)
#ECECED
(236,236,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BC9; }

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

This text font color is #A49BC9.


Background Color

.myBgColor { background-color: #A49BC9; }

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

This div background color is #A49BC9.


Border color

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

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

This div border color is #A49BC9.


Opacity

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

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

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

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

This text has shadow with #A49BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BC9 on black background.


Color preview on white background

This text has color #A49BC9 on white background.



Black color preview on #A49BC9 background

This text has black color on #A49BC9 background.


White color preview on #A49BC9 background

This text has white color on #A49BC9 background.