COLOR #A79DAB

HEX: #A79DAB
RGB: (167,157,171)

Color info

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

RGB color model

#A79DAB color RGB value is (167,157,171).

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

RGB channels and saturation

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

167
157
171

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 171 = 495 (100%)
R 167 of 495 ~ 33.74%
G 157 of 495 ~ 31.72%
B 171 of 495 ~ 34.55%

%33.74
%31.72
%34.55

CMYK color model

#A79DAB color CMYK value is (2,8,0,33).

  • cyan value is 2.34%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,8,0,33)
C2M8Y0K33 
(2%,8%,0%,33%)
(0.02/0.08/0.00/0.33)	

CMYK percentages

%2.34
%8.19
%0
%32.94

Codes

Color #A79DAB in popluar color models

A79DAB
RGB167157171
HSL283°7.69%64.31%
HSB/HSV283°8.19%67.06%
CMYK2.34%8.19%0.00%
32.94%

Color #A79DAB in popluar number systems.

HEXA79DAB
Decimal167157171
Binary101001111001110110101011
Octal247235253

Shades and tints

Shades of #A79DAB

#A79DAB
(167,157,171)
#988F9C
(152,143,156)
#89818D
(137,129,141)
#7A737E
(122,115,126)
#6B656F
(107,101,111)
#5C5760
(92,87,96)
#4D4951
(77,73,81)
#3E3B42
(62,59,66)
#2F2D33
(47,45,51)
#201F24
(32,31,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A79DAB

#A79DAB
(167,157,171)
#AFA5B2
(175,165,178)
#B7ADB9
(183,173,185)
#BFB5C0
(191,181,192)
#C7BDC7
(199,189,199)
#CFC5CE
(207,197,206)
#D7CDD5
(215,205,213)
#DFD5DC
(223,213,220)
#E7DDE3
(231,221,227)
#EFE5EA
(239,229,234)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DAB; }

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

This text font color is #A79DAB.


Background Color

.myBgColor { background-color: #A79DAB; }

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

This div background color is #A79DAB.


Border color

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

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

This div border color is #A79DAB.


Opacity

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

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

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

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

This text has shadow with #A79DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DAB on black background.


Color preview on white background

This text has color #A79DAB on white background.



Black color preview on #A79DAB background

This text has black color on #A79DAB background.


White color preview on #A79DAB background

This text has white color on #A79DAB background.