COLOR #A896A5

HEX: #A896A5
RGB: (168,150,165)

Color info

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

RGB color model

#A896A5 color RGB value is (168,150,165).

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

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 165 of 255 = 65%

168
150
165

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

Portions of RGB colors in percentages

R + G + B =
168 + 150 + 165 = 483 (100%)
R 168 of 483 ~ 34.78%
G 150 of 483 ~ 31.06%
B 165 of 483 ~ 34.16%

%34.78
%31.06
%34.16

CMYK color model

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

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

CMYK percentages

%0
%10.71
%1.79
%34.12

Codes

Color #A896A5 in popluar color models

A896A5
RGB168150165
HSL310°9.38%62.35%
HSB/HSV310°10.71%65.88%
CMYK0.00%10.71%1.79%
34.12%

Color #A896A5 in popluar number systems.

HEXA896A5
Decimal168150165
Binary101010001001011010100101
Octal250226245

Shades and tints

Shades of #A896A5

#A896A5
(168,150,165)
#998996
(153,137,150)
#8A7C87
(138,124,135)
#7B6F78
(123,111,120)
#6C6269
(108,98,105)
#5D555A
(93,85,90)
#4E484B
(78,72,75)
#3F3B3C
(63,59,60)
#302E2D
(48,46,45)
#21211E
(33,33,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #A896A5

#A896A5
(168,150,165)
#AF9FAD
(175,159,173)
#B6A8B5
(182,168,181)
#BDB1BD
(189,177,189)
#C4BAC5
(196,186,197)
#CBC3CD
(203,195,205)
#D2CCD5
(210,204,213)
#D9D5DD
(217,213,221)
#E0DEE5
(224,222,229)
#E7E7ED
(231,231,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A896A5; }

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

This text font color is #A896A5.


Background Color

.myBgColor { background-color: #A896A5; }

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

This div background color is #A896A5.


Border color

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

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

This div border color is #A896A5.


Opacity

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

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

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

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

This text has shadow with #A896A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A896A5 on black background.


Color preview on white background

This text has color #A896A5 on white background.



Black color preview on #A896A5 background

This text has black color on #A896A5 background.


White color preview on #A896A5 background

This text has white color on #A896A5 background.