COLOR #A79DA7

HEX: #A79DA7
RGB: (167,157,167)

Color info

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

RGB color model

#A79DA7 color RGB value is (167,157,167).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 167 of 255 = 65%

167
157
167

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 167 = 491 (100%)
R 167 of 491 ~ 34.01%
G 157 of 491 ~ 31.98%
B 167 of 491 ~ 34.01%

%34.01
%31.98
%34.01

CMYK color model

#A79DA7 color CMYK value is (0,6,0,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(0,6,0,35)
C0M6Y0K35 
(0%,6%,0%,35%)
(0.00/0.06/0.00/0.35)	

CMYK percentages

%0
%5.99
%0
%34.51

Codes

Color #A79DA7 in popluar color models

A79DA7
RGB167157167
HSL300°5.38%63.53%
HSB/HSV300°5.99%65.49%
CMYK0.00%5.99%0.00%
34.51%

Color #A79DA7 in popluar number systems.

HEXA79DA7
Decimal167157167
Binary101001111001110110100111
Octal247235247

Shades and tints

Shades of #A79DA7

#A79DA7
(167,157,167)
#988F98
(152,143,152)
#898189
(137,129,137)
#7A737A
(122,115,122)
#6B656B
(107,101,107)
#5C575C
(92,87,92)
#4D494D
(77,73,77)
#3E3B3E
(62,59,62)
#2F2D2F
(47,45,47)
#201F20
(32,31,32)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A79DA7

#A79DA7
(167,157,167)
#AFA5AF
(175,165,175)
#B7ADB7
(183,173,183)
#BFB5BF
(191,181,191)
#C7BDC7
(199,189,199)
#CFC5CF
(207,197,207)
#D7CDD7
(215,205,215)
#DFD5DF
(223,213,223)
#E7DDE7
(231,221,231)
#EFE5EF
(239,229,239)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DA7; }

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

This text font color is #A79DA7.


Background Color

.myBgColor { background-color: #A79DA7; }

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

This div background color is #A79DA7.


Border color

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

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

This div border color is #A79DA7.


Opacity

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

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

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

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

This text has shadow with #A79DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DA7 on black background.


Color preview on white background

This text has color #A79DA7 on white background.



Black color preview on #A79DA7 background

This text has black color on #A79DA7 background.


White color preview on #A79DA7 background

This text has white color on #A79DA7 background.