COLOR #A79FC9

HEX: #A79FC9
RGB: (167,159,201)

Color info

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

RGB color model

#A79FC9 color RGB value is (167,159,201).

  • red value is 167;
  • green value is 159;
  • blue value is 201.
RGB:
(167,159,201)
(65%,62%,79%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 201 of 255 = 79%

167
159
201

R + G + B ~ 69%. #A79FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 201 = 527 (100%)
R 167 of 527 ~ 31.69%
G 159 of 527 ~ 30.17%
B 201 of 527 ~ 38.14%

%31.69
%30.17
%38.14

CMYK color model

#A79FC9 color CMYK value is (17,21,0,21).

  • cyan value is 16.92%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(17,21,0,21)
C17M21Y0K21 
(17%,21%,0%,21%)
(0.17/0.21/0.00/0.21)	

CMYK percentages

%16.92
%20.9
%0
%21.18

Codes

Color #A79FC9 in popluar color models

A79FC9
RGB167159201
HSL251°28.00%70.59%
HSB/HSV251°20.90%78.82%
CMYK16.92%20.90%0.00%
21.18%

Color #A79FC9 in popluar number systems.

HEXA79FC9
Decimal167159201
Binary101001111001111111001001
Octal247237311

Shades and tints

Shades of #A79FC9

#A79FC9
(167,159,201)
#9891B7
(152,145,183)
#8983A5
(137,131,165)
#7A7593
(122,117,147)
#6B6781
(107,103,129)
#5C596F
(92,89,111)
#4D4B5D
(77,75,93)
#3E3D4B
(62,61,75)
#2F2F39
(47,47,57)
#202127
(32,33,39)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A79FC9

#A79FC9
(167,159,201)
#AFA7CD
(175,167,205)
#B7AFD1
(183,175,209)
#BFB7D5
(191,183,213)
#C7BFD9
(199,191,217)
#CFC7DD
(207,199,221)
#D7CFE1
(215,207,225)
#DFD7E5
(223,215,229)
#E7DFE9
(231,223,233)
#EFE7ED
(239,231,237)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79FC9 color. Also use rgb(167,159,201) instead hex code.

Text Font Color

.myTextColor { color: #A79FC9; }

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

This text font color is #A79FC9.


Background Color

.myBgColor { background-color: #A79FC9; }

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

This div background color is #A79FC9.


Border color

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

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

This div border color is #A79FC9.


Opacity

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

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

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

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

This text has shadow with #A79FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79FC9 on black background.


Color preview on white background

This text has color #A79FC9 on white background.



Black color preview on #A79FC9 background

This text has black color on #A79FC9 background.


White color preview on #A79FC9 background

This text has white color on #A79FC9 background.