COLOR #A79DC6

HEX: #A79DC6
RGB: (167,157,198)

Color info

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

RGB color model

#A79DC6 color RGB value is (167,157,198).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 198 of 255 = 78%

167
157
198

R + G + B ~ 68%. #A79DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 198 = 522 (100%)
R 167 of 522 ~ 31.99%
G 157 of 522 ~ 30.08%
B 198 of 522 ~ 37.93%

%31.99
%30.08
%37.93

CMYK color model

#A79DC6 color CMYK value is (16,21,0,22).

  • cyan value is 15.66%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,21,0,22)
C16M21Y0K22 
(16%,21%,0%,22%)
(0.16/0.21/0.00/0.22)	

CMYK percentages

%15.66
%20.71
%0
%22.35

Codes

Color #A79DC6 in popluar color models

A79DC6
RGB167157198
HSL255°26.45%69.61%
HSB/HSV255°20.71%77.65%
CMYK15.66%20.71%0.00%
22.35%

Color #A79DC6 in popluar number systems.

HEXA79DC6
Decimal167157198
Binary101001111001110111000110
Octal247235306

Shades and tints

Shades of #A79DC6

#A79DC6
(167,157,198)
#988FB4
(152,143,180)
#8981A2
(137,129,162)
#7A7390
(122,115,144)
#6B657E
(107,101,126)
#5C576C
(92,87,108)
#4D495A
(77,73,90)
#3E3B48
(62,59,72)
#2F2D36
(47,45,54)
#201F24
(32,31,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A79DC6

#A79DC6
(167,157,198)
#AFA5CB
(175,165,203)
#B7ADD0
(183,173,208)
#BFB5D5
(191,181,213)
#C7BDDA
(199,189,218)
#CFC5DF
(207,197,223)
#D7CDE4
(215,205,228)
#DFD5E9
(223,213,233)
#E7DDEE
(231,221,238)
#EFE5F3
(239,229,243)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DC6; }

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

This text font color is #A79DC6.


Background Color

.myBgColor { background-color: #A79DC6; }

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

This div background color is #A79DC6.


Border color

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

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

This div border color is #A79DC6.


Opacity

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

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

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

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

This text has shadow with #A79DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DC6 on black background.


Color preview on white background

This text has color #A79DC6 on white background.



Black color preview on #A79DC6 background

This text has black color on #A79DC6 background.


White color preview on #A79DC6 background

This text has white color on #A79DC6 background.