COLOR #A49CB6

HEX: #A49CB6 RGB: (164,156,182)

Color info

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

RGB color model

#A49CB6 color RGB value is (164,156,182).

RGB: (164,156,182) (64%, 61%, 71%)

RGB channels and saturation

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

164
156
182

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

Portions of RGB colors in percentages

R + G + B = 164 + 156 + 182 = 502 (100%)
R 164 of 502 ~ 32.67%
G 156 of 502 ~ 31.08%
B 182 of 502 ~ 36.25'%

%32.67
%31.08
%36.25

CMYK color model

#A49CB6 color CMYK value is (10,14,0,29).

  • cyan value is 9.89%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (10,14,0,29)
C10M14Y0K29 (10%, 14%, 0%, 29%)
(0.10 / 0.14 / 0.00 / 0.29)

CMYK percentages

%9.89
%14.29
%0
%28.63

Codes

Color #A49CB6 in popluar color models

A4 9C B6
RGB 164 156 182
HSL 258° 15.12% 66.27%
HSB/HSV 258° 14.29% 71.37%
CMYK 9.89% 14.29% 0.00%
28.63%

Color #A49CB6 in popluar number systems.

HEX A4 9C B6
Decimal 164 156 182
Binary 10100100 10011100 10110110
Octal 244 234 266

Shades and tints

Shades of #A49CB6

#A49CB6
(164,156,182)
#968EA6
(150,142,166)
#888096
(136,128,150)
#7A7286
(122,114,134)
#6C6476
(108,100,118)
#5E5666
(94,86,102)
#504856
(80,72,86)
#423A46
(66,58,70)
#342C36
(52,44,54)
#261E26
(38,30,38)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A49CB6

#A49CB6
(164,156,182)
#ACA5BC
(172,165,188)
#B4AEC2
(180,174,194)
#BCB7C8
(188,183,200)
#C4C0CE
(196,192,206)
#CCC9D4
(204,201,212)
#D4D2DA
(212,210,218)
#DCDBE0
(220,219,224)
#E4E4E6
(228,228,230)
#ECEDEC
(236,237,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49CB6; }

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

This text font color is #A49CB6.

Background Color

.myBgColor { background-color: #A49CB6; }

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

This div background color is #A49CB6.

Border color

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

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

This div border color is #A49CB6.

Opacity

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

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

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

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

This text has shadow with #A49CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49CB6.

Preview

Color preview on black background

This text has color #A49CB6 on black background.


Color preview on white background

This text has color #A49CB6 on white background.


Black color preview on #A49CB6 background

This text has black color on #A49CB6 background.


White color preview on #A49CB6 background

This text has white color on #A49CB6 background.


Related colors

Complementary color

Complementary color for #hex is #5B6349.


I love getcolorcode.com

Triadic colors

1 #B6A49C and #9CB6A4 with #A49CB6 are triadic colors.

2 #B69CA4 and #9CA4B6 with #A49CB6 are triadic colors.