COLOR #A79DB8

HEX: #A79DB8
RGB: (167,157,184)

Color info

#A79DB8 contains red, green and blue colors in about the same proportion. Web safe color of #A79DB8 is #9999CC (or #99C).

RGB color model

#A79DB8 color RGB value is (167,157,184).

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

RGB channels and saturation

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

167
157
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 184 = 508 (100%)
R 167 of 508 ~ 32.87%
G 157 of 508 ~ 30.91%
B 184 of 508 ~ 36.22%

%32.87
%30.91
%36.22

CMYK color model

#A79DB8 color CMYK value is (9,15,0,28).

  • cyan value is 9.24%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,15,0,28)
C9M15Y0K28 
(9%,15%,0%,28%)
(0.09/0.15/0.00/0.28)	

CMYK percentages

%9.24
%14.67
%0
%27.84

Codes

Color #A79DB8 in popluar color models

A79DB8
RGB167157184
HSL262°15.98%66.86%
HSB/HSV262°14.67%72.16%
CMYK9.24%14.67%0.00%
27.84%

Color #A79DB8 in popluar number systems.

HEXA79DB8
Decimal167157184
Binary101001111001110110111000
Octal247235270

Shades and tints

Shades of #A79DB8

#A79DB8
(167,157,184)
#988FA8
(152,143,168)
#898198
(137,129,152)
#7A7388
(122,115,136)
#6B6578
(107,101,120)
#5C5768
(92,87,104)
#4D4958
(77,73,88)
#3E3B48
(62,59,72)
#2F2D38
(47,45,56)
#201F28
(32,31,40)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #A79DB8

#A79DB8
(167,157,184)
#AFA5BE
(175,165,190)
#B7ADC4
(183,173,196)
#BFB5CA
(191,181,202)
#C7BDD0
(199,189,208)
#CFC5D6
(207,197,214)
#D7CDDC
(215,205,220)
#DFD5E2
(223,213,226)
#E7DDE8
(231,221,232)
#EFE5EE
(239,229,238)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DB8; }

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

This text font color is #A79DB8.


Background Color

.myBgColor { background-color: #A79DB8; }

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

This div background color is #A79DB8.


Border color

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

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

This div border color is #A79DB8.


Opacity

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

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

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

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

This text has shadow with #A79DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DB8 on black background.


Color preview on white background

This text has color #A79DB8 on white background.



Black color preview on #A79DB8 background

This text has black color on #A79DB8 background.


White color preview on #A79DB8 background

This text has white color on #A79DB8 background.