COLOR #A7979F

HEX: #A7979F
RGB: (167,151,159)

Color info

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

RGB color model

#A7979F color RGB value is (167,151,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 159 of 255 = 62%

167
151
159

R + G + B ~ 62%. #A7979F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 151 + 159 = 477 (100%)
R 167 of 477 ~ 35.01%
G 151 of 477 ~ 31.66%
B 159 of 477 ~ 33.33%

%35.01
%31.66
%33.33

CMYK color model

#A7979F color CMYK value is (0,10,5,35).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,10,5,35)
C0M10Y5K35 
(0%,10%,5%,35%)
(0.00/0.10/0.05/0.35)	

CMYK percentages

%0
%9.58
%4.79
%34.51

Codes

Color #A7979F in popluar color models

A7979F
RGB167151159
HSL330°8.33%62.35%
HSB/HSV330°9.58%65.49%
CMYK0.00%9.58%4.79%
34.51%

Color #A7979F in popluar number systems.

HEXA7979F
Decimal167151159
Binary101001111001011110011111
Octal247227237

Shades and tints

Shades of #A7979F

#A7979F
(167,151,159)
#988A91
(152,138,145)
#897D83
(137,125,131)
#7A7075
(122,112,117)
#6B6367
(107,99,103)
#5C5659
(92,86,89)
#4D494B
(77,73,75)
#3E3C3D
(62,60,61)
#2F2F2F
(47,47,47)
#202221
(32,34,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7979F

#A7979F
(167,151,159)
#AFA0A7
(175,160,167)
#B7A9AF
(183,169,175)
#BFB2B7
(191,178,183)
#C7BBBF
(199,187,191)
#CFC4C7
(207,196,199)
#D7CDCF
(215,205,207)
#DFD6D7
(223,214,215)
#E7DFDF
(231,223,223)
#EFE8E7
(239,232,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7979F; }

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

This text font color is #A7979F.


Background Color

.myBgColor { background-color: #A7979F; }

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

This div background color is #A7979F.


Border color

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

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

This div border color is #A7979F.


Opacity

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

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

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

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

This text has shadow with #A7979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7979F on black background.


Color preview on white background

This text has color #A7979F on white background.



Black color preview on #A7979F background

This text has black color on #A7979F background.


White color preview on #A7979F background

This text has white color on #A7979F background.