COLOR #A7979C

HEX: #A7979C
RGB: (167,151,156)

Color info

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

RGB color model

#A7979C color RGB value is (167,151,156).

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

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 156 of 255 = 61%

167
151
156

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

Portions of RGB colors in percentages

R + G + B =
167 + 151 + 156 = 474 (100%)
R 167 of 474 ~ 35.23%
G 151 of 474 ~ 31.86%
B 156 of 474 ~ 32.91%

%35.23
%31.86
%32.91

CMYK color model

#A7979C color CMYK value is (0,10,7,35).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(0,10,7,35)
C0M10Y7K35 
(0%,10%,7%,35%)
(0.00/0.10/0.07/0.35)	

CMYK percentages

%0
%9.58
%6.59
%34.51

Codes

Color #A7979C in popluar color models

A7979C
RGB167151156
HSL341°8.33%62.35%
HSB/HSV341°9.58%65.49%
CMYK0.00%9.58%6.59%
34.51%

Color #A7979C in popluar number systems.

HEXA7979C
Decimal167151156
Binary101001111001011110011100
Octal247227234

Shades and tints

Shades of #A7979C

#A7979C
(167,151,156)
#988A8E
(152,138,142)
#897D80
(137,125,128)
#7A7072
(122,112,114)
#6B6364
(107,99,100)
#5C5656
(92,86,86)
#4D4948
(77,73,72)
#3E3C3A
(62,60,58)
#2F2F2C
(47,47,44)
#20221E
(32,34,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #A7979C

#A7979C
(167,151,156)
#AFA0A5
(175,160,165)
#B7A9AE
(183,169,174)
#BFB2B7
(191,178,183)
#C7BBC0
(199,187,192)
#CFC4C9
(207,196,201)
#D7CDD2
(215,205,210)
#DFD6DB
(223,214,219)
#E7DFE4
(231,223,228)
#EFE8ED
(239,232,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7979C; }

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

This text font color is #A7979C.


Background Color

.myBgColor { background-color: #A7979C; }

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

This div background color is #A7979C.


Border color

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

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

This div border color is #A7979C.


Opacity

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

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

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

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

This text has shadow with #A7979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7979C on black background.


Color preview on white background

This text has color #A7979C on white background.



Black color preview on #A7979C background

This text has black color on #A7979C background.


White color preview on #A7979C background

This text has white color on #A7979C background.