COLOR #A79ED9

HEX: #A79ED9
RGB: (167,158,217)

Color info

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

RGB color model

#A79ED9 color RGB value is (167,158,217).

  • red value is 167;
  • green value is 158;
  • blue value is 217.
RGB:
(167,158,217)
(65%,62%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 217 of 255 = 85%

167
158
217

R + G + B ~ 71%. #A79ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 158 + 217 = 542 (100%)
R 167 of 542 ~ 30.81%
G 158 of 542 ~ 29.15%
B 217 of 542 ~ 40.04%

%30.81
%29.15
%40.04

CMYK color model

#A79ED9 color CMYK value is (23,27,0,15).

  • cyan value is 23.04%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(23,27,0,15)
C23M27Y0K15 
(23%,27%,0%,15%)
(0.23/0.27/0.00/0.15)	

CMYK percentages

%23.04
%27.19
%0
%14.9

Codes

Color #A79ED9 in popluar color models

A79ED9
RGB167158217
HSL249°43.70%73.53%
HSB/HSV249°27.19%85.10%
CMYK23.04%27.19%0.00%
14.90%

Color #A79ED9 in popluar number systems.

HEXA79ED9
Decimal167158217
Binary101001111001111011011001
Octal247236331

Shades and tints

Shades of #A79ED9

#A79ED9
(167,158,217)
#9890C6
(152,144,198)
#8982B3
(137,130,179)
#7A74A0
(122,116,160)
#6B668D
(107,102,141)
#5C587A
(92,88,122)
#4D4A67
(77,74,103)
#3E3C54
(62,60,84)
#2F2E41
(47,46,65)
#20202E
(32,32,46)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #A79ED9

#A79ED9
(167,158,217)
#AFA6DC
(175,166,220)
#B7AEDF
(183,174,223)
#BFB6E2
(191,182,226)
#C7BEE5
(199,190,229)
#CFC6E8
(207,198,232)
#D7CEEB
(215,206,235)
#DFD6EE
(223,214,238)
#E7DEF1
(231,222,241)
#EFE6F4
(239,230,244)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79ED9 color. Also use rgb(167,158,217) instead hex code.

Text Font Color

.myTextColor { color: #A79ED9; }

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

This text font color is #A79ED9.


Background Color

.myBgColor { background-color: #A79ED9; }

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

This div background color is #A79ED9.


Border color

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

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

This div border color is #A79ED9.


Opacity

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

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

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

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

This text has shadow with #A79ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79ED9 on black background.


Color preview on white background

This text has color #A79ED9 on white background.



Black color preview on #A79ED9 background

This text has black color on #A79ED9 background.


White color preview on #A79ED9 background

This text has white color on #A79ED9 background.