COLOR #A79FD2

HEX: #A79FD2
RGB: (167,159,210)

Color info

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

RGB color model

#A79FD2 color RGB value is (167,159,210).

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

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 210 of 255 = 82%

167
159
210

R + G + B ~ 70%. #A79FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 210 = 536 (100%)
R 167 of 536 ~ 31.16%
G 159 of 536 ~ 29.66%
B 210 of 536 ~ 39.18%

%31.16
%29.66
%39.18

CMYK color model

#A79FD2 color CMYK value is (20,24,0,18).

  • cyan value is 20.48%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(20,24,0,18)
C20M24Y0K18 
(20%,24%,0%,18%)
(0.20/0.24/0.00/0.18)	

CMYK percentages

%20.48
%24.29
%0
%17.65

Codes

Color #A79FD2 in popluar color models

A79FD2
RGB167159210
HSL249°36.17%72.35%
HSB/HSV249°24.29%82.35%
CMYK20.48%24.29%0.00%
17.65%

Color #A79FD2 in popluar number systems.

HEXA79FD2
Decimal167159210
Binary101001111001111111010010
Octal247237322

Shades and tints

Shades of #A79FD2

#A79FD2
(167,159,210)
#9891BF
(152,145,191)
#8983AC
(137,131,172)
#7A7599
(122,117,153)
#6B6786
(107,103,134)
#5C5973
(92,89,115)
#4D4B60
(77,75,96)
#3E3D4D
(62,61,77)
#2F2F3A
(47,47,58)
#202127
(32,33,39)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A79FD2

#A79FD2
(167,159,210)
#AFA7D6
(175,167,214)
#B7AFDA
(183,175,218)
#BFB7DE
(191,183,222)
#C7BFE2
(199,191,226)
#CFC7E6
(207,199,230)
#D7CFEA
(215,207,234)
#DFD7EE
(223,215,238)
#E7DFF2
(231,223,242)
#EFE7F6
(239,231,246)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79FD2; }

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

This text font color is #A79FD2.


Background Color

.myBgColor { background-color: #A79FD2; }

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

This div background color is #A79FD2.


Border color

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

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

This div border color is #A79FD2.


Opacity

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

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

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

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

This text has shadow with #A79FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79FD2 on black background.


Color preview on white background

This text has color #A79FD2 on white background.



Black color preview on #A79FD2 background

This text has black color on #A79FD2 background.


White color preview on #A79FD2 background

This text has white color on #A79FD2 background.