COLOR #A79DAC

HEX: #A79DAC
RGB: (167,157,172)

Color info

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

RGB color model

#A79DAC color RGB value is (167,157,172).

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

RGB channels and saturation

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

167
157
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 172 = 496 (100%)
R 167 of 496 ~ 33.67%
G 157 of 496 ~ 31.65%
B 172 of 496 ~ 34.68%

%33.67
%31.65
%34.68

CMYK color model

#A79DAC color CMYK value is (3,9,0,33).

  • cyan value is 2.91%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,9,0,33)
C3M9Y0K33 
(3%,9%,0%,33%)
(0.03/0.09/0.00/0.33)	

CMYK percentages

%2.91
%8.72
%0
%32.55

Codes

Color #A79DAC in popluar color models

A79DAC
RGB167157172
HSL280°8.29%64.51%
HSB/HSV280°8.72%67.45%
CMYK2.91%8.72%0.00%
32.55%

Color #A79DAC in popluar number systems.

HEXA79DAC
Decimal167157172
Binary101001111001110110101100
Octal247235254

Shades and tints

Shades of #A79DAC

#A79DAC
(167,157,172)
#988F9D
(152,143,157)
#89818E
(137,129,142)
#7A737F
(122,115,127)
#6B6570
(107,101,112)
#5C5761
(92,87,97)
#4D4952
(77,73,82)
#3E3B43
(62,59,67)
#2F2D34
(47,45,52)
#201F25
(32,31,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A79DAC

#A79DAC
(167,157,172)
#AFA5B3
(175,165,179)
#B7ADBA
(183,173,186)
#BFB5C1
(191,181,193)
#C7BDC8
(199,189,200)
#CFC5CF
(207,197,207)
#D7CDD6
(215,205,214)
#DFD5DD
(223,213,221)
#E7DDE4
(231,221,228)
#EFE5EB
(239,229,235)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DAC; }

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

This text font color is #A79DAC.


Background Color

.myBgColor { background-color: #A79DAC; }

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

This div background color is #A79DAC.


Border color

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

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

This div border color is #A79DAC.


Opacity

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

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

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

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

This text has shadow with #A79DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DAC on black background.


Color preview on white background

This text has color #A79DAC on white background.



Black color preview on #A79DAC background

This text has black color on #A79DAC background.


White color preview on #A79DAC background

This text has white color on #A79DAC background.