COLOR #A79FAD

HEX: #A79FAD
RGB: (167,159,173)

Color info

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

RGB color model

#A79FAD color RGB value is (167,159,173).

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

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 173 of 255 = 68%

167
159
173

R + G + B ~ 65%. #A79FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 173 = 499 (100%)
R 167 of 499 ~ 33.47%
G 159 of 499 ~ 31.86%
B 173 of 499 ~ 34.67%

%33.47
%31.86
%34.67

CMYK color model

#A79FAD color CMYK value is (3,8,0,32).

  • cyan value is 3.47%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,8,0,32)
C3M8Y0K32 
(3%,8%,0%,32%)
(0.03/0.08/0.00/0.32)	

CMYK percentages

%3.47
%8.09
%0
%32.16

Codes

Color #A79FAD in popluar color models

A79FAD
RGB167159173
HSL274°7.87%65.10%
HSB/HSV274°8.09%67.84%
CMYK3.47%8.09%0.00%
32.16%

Color #A79FAD in popluar number systems.

HEXA79FAD
Decimal167159173
Binary101001111001111110101101
Octal247237255

Shades and tints

Shades of #A79FAD

#A79FAD
(167,159,173)
#98919E
(152,145,158)
#89838F
(137,131,143)
#7A7580
(122,117,128)
#6B6771
(107,103,113)
#5C5962
(92,89,98)
#4D4B53
(77,75,83)
#3E3D44
(62,61,68)
#2F2F35
(47,47,53)
#202126
(32,33,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A79FAD

#A79FAD
(167,159,173)
#AFA7B4
(175,167,180)
#B7AFBB
(183,175,187)
#BFB7C2
(191,183,194)
#C7BFC9
(199,191,201)
#CFC7D0
(207,199,208)
#D7CFD7
(215,207,215)
#DFD7DE
(223,215,222)
#E7DFE5
(231,223,229)
#EFE7EC
(239,231,236)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79FAD; }

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

This text font color is #A79FAD.


Background Color

.myBgColor { background-color: #A79FAD; }

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

This div background color is #A79FAD.


Border color

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

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

This div border color is #A79FAD.


Opacity

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

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

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

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

This text has shadow with #A79FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79FAD on black background.


Color preview on white background

This text has color #A79FAD on white background.



Black color preview on #A79FAD background

This text has black color on #A79FAD background.


White color preview on #A79FAD background

This text has white color on #A79FAD background.