COLOR #A79DB3

HEX: #A79DB3
RGB: (167,157,179)

Color info

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

RGB color model

#A79DB3 color RGB value is (167,157,179).

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

RGB channels and saturation

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

167
157
179

R + G + B ~ 66%. #A79DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 179 = 503 (100%)
R 167 of 503 ~ 33.2%
G 157 of 503 ~ 31.21%
B 179 of 503 ~ 35.59%

%33.2
%31.21
%35.59

CMYK color model

#A79DB3 color CMYK value is (7,12,0,30).

  • cyan value is 6.70%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,12,0,30)
C7M12Y0K30 
(7%,12%,0%,30%)
(0.07/0.12/0.00/0.30)	

CMYK percentages

%6.7
%12.29
%0
%29.8

Codes

Color #A79DB3 in popluar color models

A79DB3
RGB167157179
HSL267°12.64%65.88%
HSB/HSV267°12.29%70.20%
CMYK6.70%12.29%0.00%
29.80%

Color #A79DB3 in popluar number systems.

HEXA79DB3
Decimal167157179
Binary101001111001110110110011
Octal247235263

Shades and tints

Shades of #A79DB3

#A79DB3
(167,157,179)
#988FA3
(152,143,163)
#898193
(137,129,147)
#7A7383
(122,115,131)
#6B6573
(107,101,115)
#5C5763
(92,87,99)
#4D4953
(77,73,83)
#3E3B43
(62,59,67)
#2F2D33
(47,45,51)
#201F23
(32,31,35)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #A79DB3

#A79DB3
(167,157,179)
#AFA5B9
(175,165,185)
#B7ADBF
(183,173,191)
#BFB5C5
(191,181,197)
#C7BDCB
(199,189,203)
#CFC5D1
(207,197,209)
#D7CDD7
(215,205,215)
#DFD5DD
(223,213,221)
#E7DDE3
(231,221,227)
#EFE5E9
(239,229,233)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DB3; }

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

This text font color is #A79DB3.


Background Color

.myBgColor { background-color: #A79DB3; }

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

This div background color is #A79DB3.


Border color

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

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

This div border color is #A79DB3.


Opacity

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

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

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

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

This text has shadow with #A79DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DB3 on black background.


Color preview on white background

This text has color #A79DB3 on white background.



Black color preview on #A79DB3 background

This text has black color on #A79DB3 background.


White color preview on #A79DB3 background

This text has white color on #A79DB3 background.