COLOR #A79EDB

HEX: #A79EDB
RGB: (167,158,219)

Color info

#A79EDB contains mainly red and blue colors. Web safe color of #A79EDB is #9999CC (or #99C).

RGB color model

#A79EDB color RGB value is (167,158,219).

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

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 219 of 255 = 86%

167
158
219

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

Portions of RGB colors in percentages

R + G + B =
167 + 158 + 219 = 544 (100%)
R 167 of 544 ~ 30.7%
G 158 of 544 ~ 29.04%
B 219 of 544 ~ 40.26%

%30.7
%29.04
%40.26

CMYK color model

#A79EDB color CMYK value is (24,28,0,14).

  • cyan value is 23.74%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,28,0,14)
C24M28Y0K14 
(24%,28%,0%,14%)
(0.24/0.28/0.00/0.14)	

CMYK percentages

%23.74
%27.85
%0
%14.12

Codes

Color #A79EDB in popluar color models

A79EDB
RGB167158219
HSL249°45.86%73.92%
HSB/HSV249°27.85%85.88%
CMYK23.74%27.85%0.00%
14.12%

Color #A79EDB in popluar number systems.

HEXA79EDB
Decimal167158219
Binary101001111001111011011011
Octal247236333

Shades and tints

Shades of #A79EDB

#A79EDB
(167,158,219)
#9890C8
(152,144,200)
#8982B5
(137,130,181)
#7A74A2
(122,116,162)
#6B668F
(107,102,143)
#5C587C
(92,88,124)
#4D4A69
(77,74,105)
#3E3C56
(62,60,86)
#2F2E43
(47,46,67)
#202030
(32,32,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #A79EDB

#A79EDB
(167,158,219)
#AFA6DE
(175,166,222)
#B7AEE1
(183,174,225)
#BFB6E4
(191,182,228)
#C7BEE7
(199,190,231)
#CFC6EA
(207,198,234)
#D7CEED
(215,206,237)
#DFD6F0
(223,214,240)
#E7DEF3
(231,222,243)
#EFE6F6
(239,230,246)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79EDB; }

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

This text font color is #A79EDB.


Background Color

.myBgColor { background-color: #A79EDB; }

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

This div background color is #A79EDB.


Border color

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

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

This div border color is #A79EDB.


Opacity

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

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

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

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

This text has shadow with #A79EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79EDB on black background.


Color preview on white background

This text has color #A79EDB on white background.



Black color preview on #A79EDB background

This text has black color on #A79EDB background.


White color preview on #A79EDB background

This text has white color on #A79EDB background.