COLOR #A496A8

HEX: #A496A8
RGB: (164,150,168)

Color info

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

RGB color model

#A496A8 color RGB value is (164,150,168).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 168 of 255 = 66%

164
150
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 168 = 482 (100%)
R 164 of 482 ~ 34.02%
G 150 of 482 ~ 31.12%
B 168 of 482 ~ 34.85%

%34.02
%31.12
%34.85

CMYK color model

#A496A8 color CMYK value is (2,11,0,34).

  • cyan value is 2.38%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(2,11,0,34)
C2M11Y0K34 
(2%,11%,0%,34%)
(0.02/0.11/0.00/0.34)	

CMYK percentages

%2.38
%10.71
%0
%34.12

Codes

Color #A496A8 in popluar color models

A496A8
RGB164150168
HSL287°9.38%62.35%
HSB/HSV287°10.71%65.88%
CMYK2.38%10.71%0.00%
34.12%

Color #A496A8 in popluar number systems.

HEXA496A8
Decimal164150168
Binary101001001001011010101000
Octal244226250

Shades and tints

Shades of #A496A8

#A496A8
(164,150,168)
#968999
(150,137,153)
#887C8A
(136,124,138)
#7A6F7B
(122,111,123)
#6C626C
(108,98,108)
#5E555D
(94,85,93)
#50484E
(80,72,78)
#423B3F
(66,59,63)
#342E30
(52,46,48)
#262121
(38,33,33)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A496A8

#A496A8
(164,150,168)
#AC9FAF
(172,159,175)
#B4A8B6
(180,168,182)
#BCB1BD
(188,177,189)
#C4BAC4
(196,186,196)
#CCC3CB
(204,195,203)
#D4CCD2
(212,204,210)
#DCD5D9
(220,213,217)
#E4DEE0
(228,222,224)
#ECE7E7
(236,231,231)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496A8; }

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

This text font color is #A496A8.


Background Color

.myBgColor { background-color: #A496A8; }

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

This div background color is #A496A8.


Border color

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

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

This div border color is #A496A8.


Opacity

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

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

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

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

This text has shadow with #A496A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496A8 on black background.


Color preview on white background

This text has color #A496A8 on white background.



Black color preview on #A496A8 background

This text has black color on #A496A8 background.


White color preview on #A496A8 background

This text has white color on #A496A8 background.