COLOR #A79EB9

HEX: #A79EB9 RGB: (167,158,185)

Color info

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

RGB color model

#A79EB9 color RGB value is (167,158,185).

RGB: (167,158,185) (65%, 62%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 185 of 255 = 73%

167
158
185

R + G + B ~ 67%. #A79EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 185 = 510 (100%)
R 167 of 510 ~ 32.75%
G 158 of 510 ~ 30.98%
B 185 of 510 ~ 36.27'%

%32.75
%30.98
%36.27

CMYK color model

#A79EB9 color CMYK value is (10,15,0,27).

  • cyan value is 9.73%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (10,15,0,27)
C10M15Y0K27 (10%, 15%, 0%, 27%)
(0.10 / 0.15 / 0.00 / 0.27)

CMYK percentages

%9.73
%14.59
%0
%27.45

Codes

Color #A79EB9 in popluar color models

A7 9E B9
RGB 167 158 185
HSL 260° 16.17% 67.25%
HSB/HSV 260° 14.59% 72.55%
CMYK 9.73% 14.59% 0.00%
27.45%

Color #A79EB9 in popluar number systems.

HEX A7 9E B9
Decimal 167 158 185
Binary 10100111 10011110 10111001
Octal 247 236 271

Shades and tints

Shades of #A79EB9

#A79EB9
(167,158,185)
#9890A9
(152,144,169)
#898299
(137,130,153)
#7A7489
(122,116,137)
#6B6679
(107,102,121)
#5C5869
(92,88,105)
#4D4A59
(77,74,89)
#3E3C49
(62,60,73)
#2F2E39
(47,46,57)
#202029
(32,32,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #A79EB9

#A79EB9
(167,158,185)
#AFA6BF
(175,166,191)
#B7AEC5
(183,174,197)
#BFB6CB
(191,182,203)
#C7BED1
(199,190,209)
#CFC6D7
(207,198,215)
#D7CEDD
(215,206,221)
#DFD6E3
(223,214,227)
#E7DEE9
(231,222,233)
#EFE6EF
(239,230,239)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79EB9; }

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

This text font color is #A79EB9.

Background Color

.myBgColor { background-color: #A79EB9; }

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

This div background color is #A79EB9.

Border color

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

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

This div border color is #A79EB9.

Opacity

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

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

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

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

This text has shadow with #A79EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79EB9.

Preview

Color preview on black background

This text has color #A79EB9 on black background.


Color preview on white background

This text has color #A79EB9 on white background.


Black color preview on #A79EB9 background

This text has black color on #A79EB9 background.


White color preview on #A79EB9 background

This text has white color on #A79EB9 background.


Related colors

Complementary color

Complementary color for #hex is #586146.


I love getcolorcode.com

Triadic colors

1 #B9A79E and #9EB9A7 with #A79EB9 are triadic colors.

2 #B99EA7 and #9EA7B9 with #A79EB9 are triadic colors.