COLOR #A796A8

HEX: #A796A8
RGB: (167,150,168)

Color info

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

RGB color model

#A796A8 color RGB value is (167,150,168).

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

RGB channels and saturation

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

167
150
168

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 168 = 485 (100%)
R 167 of 485 ~ 34.43%
G 150 of 485 ~ 30.93%
B 168 of 485 ~ 34.64%

%34.43
%30.93
%34.64

CMYK color model

#A796A8 color CMYK value is (1,11,0,34).

  • cyan value is 0.60%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(1,11,0,34)
C1M11Y0K34 
(1%,11%,0%,34%)
(0.01/0.11/0.00/0.34)	

CMYK percentages

%0.6
%10.71
%0
%34.12

Codes

Color #A796A8 in popluar color models

A796A8
RGB167150168
HSL297°9.38%62.35%
HSB/HSV297°10.71%65.88%
CMYK0.60%10.71%0.00%
34.12%

Color #A796A8 in popluar number systems.

HEXA796A8
Decimal167150168
Binary101001111001011010101000
Octal247226250

Shades and tints

Shades of #A796A8

#A796A8
(167,150,168)
#988999
(152,137,153)
#897C8A
(137,124,138)
#7A6F7B
(122,111,123)
#6B626C
(107,98,108)
#5C555D
(92,85,93)
#4D484E
(77,72,78)
#3E3B3F
(62,59,63)
#2F2E30
(47,46,48)
#202121
(32,33,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A796A8

#A796A8
(167,150,168)
#AF9FAF
(175,159,175)
#B7A8B6
(183,168,182)
#BFB1BD
(191,177,189)
#C7BAC4
(199,186,196)
#CFC3CB
(207,195,203)
#D7CCD2
(215,204,210)
#DFD5D9
(223,213,217)
#E7DEE0
(231,222,224)
#EFE7E7
(239,231,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A796A8; }

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

This text font color is #A796A8.


Background Color

.myBgColor { background-color: #A796A8; }

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

This div background color is #A796A8.


Border color

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

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

This div border color is #A796A8.


Opacity

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

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

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

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

This text has shadow with #A796A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A796A8 on black background.


Color preview on white background

This text has color #A796A8 on white background.



Black color preview on #A796A8 background

This text has black color on #A796A8 background.


White color preview on #A796A8 background

This text has white color on #A796A8 background.