COLOR #A49BA7

HEX: #A49BA7
RGB: (164,155,167)

Color info

#A49BA7 contains red, green and blue colors in about the same proportion. Web safe color of #A49BA7 is #999999 (or #999).

RGB color model

#A49BA7 color RGB value is (164,155,167).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 167 of 255 = 65%

164
155
167

R + G + B ~ 63%. #A49BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 167 = 486 (100%)
R 164 of 486 ~ 33.74%
G 155 of 486 ~ 31.89%
B 167 of 486 ~ 34.36%

%33.74
%31.89
%34.36

CMYK color model

#A49BA7 color CMYK value is (2,7,0,35).

  • cyan value is 1.80%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (2,7,0,35) C2M7Y0K35 (2%,7%,0%,35%) (0.02/0.07/0.00/0.35)

CMYK percentages

%1.8
%7.19
%0
%34.51

Codes

Color #A49BA7 in popluar color models

A49BA7
RGB164155167
HSL285°6.38%63.14%
HSB/HSV285°7.19%65.49%
CMYK1.80%7.19%0.00%
34.51%

Color #A49BA7 in popluar number systems.

HEXA49BA7
Decimal164155167
Binary101001001001101110100111
Octal244233247

Shades and tints

Shades of #A49BA7

#A49BA7
(164,155,167)
#968D98
(150,141,152)
#887F89
(136,127,137)
#7A717A
(122,113,122)
#6C636B
(108,99,107)
#5E555C
(94,85,92)
#50474D
(80,71,77)
#42393E
(66,57,62)
#342B2F
(52,43,47)
#261D20
(38,29,32)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #A49BA7

#A49BA7
(164,155,167)
#ACA4AF
(172,164,175)
#B4ADB7
(180,173,183)
#BCB6BF
(188,182,191)
#C4BFC7
(196,191,199)
#CCC8CF
(204,200,207)
#D4D1D7
(212,209,215)
#DCDADF
(220,218,223)
#E4E3E7
(228,227,231)
#ECECEF
(236,236,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49BA7; }

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

This text font color is #A49BA7.


Background Color

.myBgColor { background-color: #A49BA7; }

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

This div background color is #A49BA7.


Border color

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

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

This div border color is #A49BA7.


Opacity

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

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

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

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

This text has shadow with #A49BA7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A49BA7 on black background.


Color preview on white background

This text has color #A49BA7 on white background.



Black color preview on #A49BA7 background

This text has black color on #A49BA7 background.


White color preview on #A49BA7 background

This text has white color on #A49BA7 background.