COLOR #A49BC5

HEX: #A49BC5
RGB: (164,155,197)

Color info

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

RGB color model

#A49BC5 color RGB value is (164,155,197).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 197 of 255 = 77%

164
155
197

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 197 = 516 (100%)
R 164 of 516 ~ 31.78%
G 155 of 516 ~ 30.04%
B 197 of 516 ~ 38.18%

%31.78
%30.04
%38.18

CMYK color model

#A49BC5 color CMYK value is (17,21,0,23).

  • cyan value is 16.75%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(17,21,0,23)
C17M21Y0K23 
(17%,21%,0%,23%)
(0.17/0.21/0.00/0.23)	

CMYK percentages

%16.75
%21.32
%0
%22.75

Codes

Color #A49BC5 in popluar color models

A49BC5
RGB164155197
HSL253°26.58%69.02%
HSB/HSV253°21.32%77.25%
CMYK16.75%21.32%0.00%
22.75%

Color #A49BC5 in popluar number systems.

HEXA49BC5
Decimal164155197
Binary101001001001101111000101
Octal244233305

Shades and tints

Shades of #A49BC5

#A49BC5
(164,155,197)
#968DB4
(150,141,180)
#887FA3
(136,127,163)
#7A7192
(122,113,146)
#6C6381
(108,99,129)
#5E5570
(94,85,112)
#50475F
(80,71,95)
#42394E
(66,57,78)
#342B3D
(52,43,61)
#261D2C
(38,29,44)
#180F1B
(24,15,27)
#000000
(0,0,0)

Tints of #A49BC5

#A49BC5
(164,155,197)
#ACA4CA
(172,164,202)
#B4ADCF
(180,173,207)
#BCB6D4
(188,182,212)
#C4BFD9
(196,191,217)
#CCC8DE
(204,200,222)
#D4D1E3
(212,209,227)
#DCDAE8
(220,218,232)
#E4E3ED
(228,227,237)
#ECECF2
(236,236,242)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BC5; }

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

This text font color is #A49BC5.


Background Color

.myBgColor { background-color: #A49BC5; }

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

This div background color is #A49BC5.


Border color

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

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

This div border color is #A49BC5.


Opacity

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

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

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

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

This text has shadow with #A49BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49BC5 on black background.


Color preview on white background

This text has color #A49BC5 on white background.



Black color preview on #A49BC5 background

This text has black color on #A49BC5 background.


White color preview on #A49BC5 background

This text has white color on #A49BC5 background.