COLOR #A496A7

HEX: #A496A7
RGB: (164,150,167)

Color info

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

RGB color model

#A496A7 color RGB value is (164,150,167).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 167 of 255 = 65%

164
150
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 167 = 481 (100%)
R 164 of 481 ~ 34.1%
G 150 of 481 ~ 31.19%
B 167 of 481 ~ 34.72%

%34.1
%31.19
%34.72

CMYK color model

#A496A7 color CMYK value is (2,10,0,35).

  • cyan value is 1.80%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (2,10,0,35) C2M10Y0K35 (2%,10%,0%,35%) (0.02/0.10/0.00/0.35)

CMYK percentages

%1.8
%10.18
%0
%34.51

Codes

Color #A496A7 in popluar color models

A496A7
RGB164150167
HSL289°8.81%62.16%
HSB/HSV289°10.18%65.49%
CMYK1.80%10.18%0.00%
34.51%

Color #A496A7 in popluar number systems.

HEXA496A7
Decimal164150167
Binary101001001001011010100111
Octal244226247

Shades and tints

Shades of #A496A7

#A496A7
(164,150,167)
#968998
(150,137,152)
#887C89
(136,124,137)
#7A6F7A
(122,111,122)
#6C626B
(108,98,107)
#5E555C
(94,85,92)
#50484D
(80,72,77)
#423B3E
(66,59,62)
#342E2F
(52,46,47)
#262120
(38,33,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A496A7

#A496A7
(164,150,167)
#AC9FAF
(172,159,175)
#B4A8B7
(180,168,183)
#BCB1BF
(188,177,191)
#C4BAC7
(196,186,199)
#CCC3CF
(204,195,207)
#D4CCD7
(212,204,215)
#DCD5DF
(220,213,223)
#E4DEE7
(228,222,231)
#ECE7EF
(236,231,239)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496A7; }

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

This text font color is #A496A7.


Background Color

.myBgColor { background-color: #A496A7; }

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

This div background color is #A496A7.


Border color

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

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

This div border color is #A496A7.


Opacity

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

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

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

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

This text has shadow with #A496A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A496A7 on black background.


Color preview on white background

This text has color #A496A7 on white background.



Black color preview on #A496A7 background

This text has black color on #A496A7 background.


White color preview on #A496A7 background

This text has white color on #A496A7 background.