COLOR #A79DCA

HEX: #A79DCA
RGB: (167,157,202)

Color info

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

RGB color model

#A79DCA color RGB value is (167,157,202).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 202 of 255 = 79%

167
157
202

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 202 = 526 (100%)
R 167 of 526 ~ 31.75%
G 157 of 526 ~ 29.85%
B 202 of 526 ~ 38.4%

%31.75
%29.85
%38.4

CMYK color model

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

  • cyan value is 17.33%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(17,22,0,21)
C17M22Y0K21 
(17%,22%,0%,21%)
(0.17/0.22/0.00/0.21)	

CMYK percentages

%17.33
%22.28
%0
%20.78

Codes

Color #A79DCA in popluar color models

A79DCA
RGB167157202
HSL253°29.80%70.39%
HSB/HSV253°22.28%79.22%
CMYK17.33%22.28%0.00%
20.78%

Color #A79DCA in popluar number systems.

HEXA79DCA
Decimal167157202
Binary101001111001110111001010
Octal247235312

Shades and tints

Shades of #A79DCA

#A79DCA
(167,157,202)
#988FB8
(152,143,184)
#8981A6
(137,129,166)
#7A7394
(122,115,148)
#6B6582
(107,101,130)
#5C5770
(92,87,112)
#4D495E
(77,73,94)
#3E3B4C
(62,59,76)
#2F2D3A
(47,45,58)
#201F28
(32,31,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A79DCA

#A79DCA
(167,157,202)
#AFA5CE
(175,165,206)
#B7ADD2
(183,173,210)
#BFB5D6
(191,181,214)
#C7BDDA
(199,189,218)
#CFC5DE
(207,197,222)
#D7CDE2
(215,205,226)
#DFD5E6
(223,213,230)
#E7DDEA
(231,221,234)
#EFE5EE
(239,229,238)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79DCA; }

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

This text font color is #A79DCA.


Background Color

.myBgColor { background-color: #A79DCA; }

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

This div background color is #A79DCA.


Border color

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

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

This div border color is #A79DCA.


Opacity

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

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

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

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

This text has shadow with #A79DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79DCA on black background.


Color preview on white background

This text has color #A79DCA on white background.



Black color preview on #A79DCA background

This text has black color on #A79DCA background.


White color preview on #A79DCA background

This text has white color on #A79DCA background.