COLOR #A79FA9

HEX: #A79FA9
RGB: (167,159,169)

Color info

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

RGB color model

#A79FA9 color RGB value is (167,159,169).

  • red value is 167;
  • green value is 159;
  • blue value is 169.
RGB:
(167,159,169)
(65%,62%,66%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 169 of 255 = 66%

167
159
169

R + G + B ~ 64%. #A79FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 169 = 495 (100%)
R 167 of 495 ~ 33.74%
G 159 of 495 ~ 32.12%
B 169 of 495 ~ 34.14%

%33.74
%32.12
%34.14

CMYK color model

#A79FA9 color CMYK value is (1,6,0,34).

  • cyan value is 1.18%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(1,6,0,34)
C1M6Y0K34 
(1%,6%,0%,34%)
(0.01/0.06/0.00/0.34)	

CMYK percentages

%1.18
%5.92
%0
%33.73

Codes

Color #A79FA9 in popluar color models

A79FA9
RGB167159169
HSL288°5.49%64.31%
HSB/HSV288°5.92%66.27%
CMYK1.18%5.92%0.00%
33.73%

Color #A79FA9 in popluar number systems.

HEXA79FA9
Decimal167159169
Binary101001111001111110101001
Octal247237251

Shades and tints

Shades of #A79FA9

#A79FA9
(167,159,169)
#98919A
(152,145,154)
#89838B
(137,131,139)
#7A757C
(122,117,124)
#6B676D
(107,103,109)
#5C595E
(92,89,94)
#4D4B4F
(77,75,79)
#3E3D40
(62,61,64)
#2F2F31
(47,47,49)
#202122
(32,33,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A79FA9

#A79FA9
(167,159,169)
#AFA7B0
(175,167,176)
#B7AFB7
(183,175,183)
#BFB7BE
(191,183,190)
#C7BFC5
(199,191,197)
#CFC7CC
(207,199,204)
#D7CFD3
(215,207,211)
#DFD7DA
(223,215,218)
#E7DFE1
(231,223,225)
#EFE7E8
(239,231,232)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79FA9 color. Also use rgb(167,159,169) instead hex code.

Text Font Color

.myTextColor { color: #A79FA9; }

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

This text font color is #A79FA9.


Background Color

.myBgColor { background-color: #A79FA9; }

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

This div background color is #A79FA9.


Border color

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

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

This div border color is #A79FA9.


Opacity

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

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

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

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

This text has shadow with #A79FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79FA9 on black background.


Color preview on white background

This text has color #A79FA9 on white background.



Black color preview on #A79FA9 background

This text has black color on #A79FA9 background.


White color preview on #A79FA9 background

This text has white color on #A79FA9 background.