COLOR #A496AB

HEX: #A496AB
RGB: (164,150,171)

Color info

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

RGB color model

#A496AB color RGB value is (164,150,171).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 171 of 255 = 67%

164
150
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 171 = 485 (100%)
R 164 of 485 ~ 33.81%
G 150 of 485 ~ 30.93%
B 171 of 485 ~ 35.26%

%33.81
%30.93
%35.26

CMYK color model

#A496AB color CMYK value is (4,12,0,33).

  • cyan value is 4.09%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,12,0,33)
C4M12Y0K33 
(4%,12%,0%,33%)
(0.04/0.12/0.00/0.33)	

CMYK percentages

%4.09
%12.28
%0
%32.94

Codes

Color #A496AB in popluar color models

A496AB
RGB164150171
HSL280°11.11%62.94%
HSB/HSV280°12.28%67.06%
CMYK4.09%12.28%0.00%
32.94%

Color #A496AB in popluar number systems.

HEXA496AB
Decimal164150171
Binary101001001001011010101011
Octal244226253

Shades and tints

Shades of #A496AB

#A496AB
(164,150,171)
#96899C
(150,137,156)
#887C8D
(136,124,141)
#7A6F7E
(122,111,126)
#6C626F
(108,98,111)
#5E5560
(94,85,96)
#504851
(80,72,81)
#423B42
(66,59,66)
#342E33
(52,46,51)
#262124
(38,33,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A496AB

#A496AB
(164,150,171)
#AC9FB2
(172,159,178)
#B4A8B9
(180,168,185)
#BCB1C0
(188,177,192)
#C4BAC7
(196,186,199)
#CCC3CE
(204,195,206)
#D4CCD5
(212,204,213)
#DCD5DC
(220,213,220)
#E4DEE3
(228,222,227)
#ECE7EA
(236,231,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A496AB; }

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

This text font color is #A496AB.


Background Color

.myBgColor { background-color: #A496AB; }

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

This div background color is #A496AB.


Border color

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

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

This div border color is #A496AB.


Opacity

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

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

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

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

This text has shadow with #A496AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496AB on black background.


Color preview on white background

This text has color #A496AB on white background.



Black color preview on #A496AB background

This text has black color on #A496AB background.


White color preview on #A496AB background

This text has white color on #A496AB background.