COLOR #A79EDC

HEX: #A79EDC RGB: (167,158,220)

Color info

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

RGB color model

#A79EDC color RGB value is (167,158,220).

RGB: (167,158,220) (65%, 62%, 86%)

RGB channels and saturation

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

167
158
220

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

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 220 = 545 (100%)
R 167 of 545 ~ 30.64%
G 158 of 545 ~ 28.99%
B 220 of 545 ~ 40.37'%

%30.64
%28.99
%40.37

CMYK color model

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

  • cyan value is 24.09%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (24,28,0,14)
C24M28Y0K14 (24%, 28%, 0%, 14%)
(0.24 / 0.28 / 0.00 / 0.14)

CMYK percentages

%24.09
%28.18
%0
%13.73

Codes

Color #A79EDC in popluar color models

A7 9E DC
RGB 167 158 220
HSL 249° 46.97% 74.12%
HSB/HSV 249° 28.18% 86.27%
CMYK 24.09% 28.18% 0.00%
13.73%

Color #A79EDC in popluar number systems.

HEX A7 9E DC
Decimal 167 158 220
Binary 10100111 10011110 11011100
Octal 247 236 334

Shades and tints

Shades of #A79EDC

#A79EDC
(167,158,220)
#9890C8
(152,144,200)
#8982B4
(137,130,180)
#7A74A0
(122,116,160)
#6B668C
(107,102,140)
#5C5878
(92,88,120)
#4D4A64
(77,74,100)
#3E3C50
(62,60,80)
#2F2E3C
(47,46,60)
#202028
(32,32,40)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A79EDC

#A79EDC
(167,158,220)
#AFA6DF
(175,166,223)
#B7AEE2
(183,174,226)
#BFB6E5
(191,182,229)
#C7BEE8
(199,190,232)
#CFC6EB
(207,198,235)
#D7CEEE
(215,206,238)
#DFD6F1
(223,214,241)
#E7DEF4
(231,222,244)
#EFE6F7
(239,230,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79EDC; }

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

This text font color is #A79EDC.

Background Color

.myBgColor { background-color: #A79EDC; }

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

This div background color is #A79EDC.

Border color

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

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

This div border color is #A79EDC.

Opacity

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

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

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

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

This text has shadow with #A79EDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79EDC.

Preview

Color preview on black background

This text has color #A79EDC on black background.


Color preview on white background

This text has color #A79EDC on white background.


Black color preview on #A79EDC background

This text has black color on #A79EDC background.


White color preview on #A79EDC background

This text has white color on #A79EDC background.


Related colors

Complementary color

Complementary color for #hex is #586123.


I love getcolorcode.com

Triadic colors

1 #DCA79E and #9EDCA7 with #A79EDC are triadic colors.

2 #DC9EA7 and #9EA7DC with #A79EDC are triadic colors.