COLOR #A79DAD

HEX: #A79DAD RGB: (167,157,173)

Color info

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

RGB color model

#A79DAD color RGB value is (167,157,173).

RGB: (167,157,173) (65%, 62%, 68%)

RGB channels and saturation

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

167
157
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 157 + 173 = 497 (100%)
R 167 of 497 ~ 33.6%
G 157 of 497 ~ 31.59%
B 173 of 497 ~ 34.81'%

%33.6
%31.59
%34.81

CMYK color model

#A79DAD color CMYK value is (3,9,0,32).

  • cyan value is 3.47%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (3,9,0,32) C3M9Y0K32 (3%,9%,0%,32%) (0.03/0.09/0.00/0.32) 

CMYK percentages

%3.47
%9.25
%0
%32.16

Codes

Color #A79DAD in popluar color models

A7 9D AD
RGB 167 157 173
HSL 278° 8.89% 64.71%
HSB/HSV 278° 9.25% 67.84%
CMYK 3.47% 9.25% 0.00%
32.16%

Color #A79DAD in popluar number systems.

HEX A7 9D AD
Decimal 167 157 173
Binary 10100111 10011101 10101101
Octal 247 235 255

Shades and tints

Shades of #A79DAD

#A79DAD
(167,157,173)
#988F9E
(152,143,158)
#89818F
(137,129,143)
#7A7380
(122,115,128)
#6B6571
(107,101,113)
#5C5762
(92,87,98)
#4D4953
(77,73,83)
#3E3B44
(62,59,68)
#2F2D35
(47,45,53)
#201F26
(32,31,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A79DAD

#A79DAD
(167,157,173)
#AFA5B4
(175,165,180)
#B7ADBB
(183,173,187)
#BFB5C2
(191,181,194)
#C7BDC9
(199,189,201)
#CFC5D0
(207,197,208)
#D7CDD7
(215,205,215)
#DFD5DE
(223,213,222)
#E7DDE5
(231,221,229)
#EFE5EC
(239,229,236)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DAD; }

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

This text font color is #A79DAD.

Background Color

.myBgColor { background-color: #A79DAD; }

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

This div background color is #A79DAD.

Border color

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

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

This div border color is #A79DAD.

Opacity

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

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

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

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

This text has shadow with #A79DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79DAD.

Preview

Color preview on black background

This text has color #A79DAD on black background.


Color preview on white background

This text has color #A79DAD on white background.


Black color preview on #A79DAD background

This text has black color on #A79DAD background.


White color preview on #A79DAD background

This text has white color on #A79DAD background.


Related colors

Complementary color

Complementary color for #hex is #586252.


I love getcolorcode.com

Triadic colors

1 #ADA79D and #9DADA7 with #A79DAD are triadic colors.

2 #AD9DA7 and #9DA7AD with #A79DAD are triadic colors.