COLOR #A79EB2

HEX: #A79EB2 RGB: (167,158,178)

Color info

#A79EB2 contains red, green and blue colors in about the same proportion. Web safe color of #A79EB2 is #999999 (or #999).

RGB color model

#A79EB2 color RGB value is (167,158,178).

RGB: (167,158,178) (65%, 62%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 178 of 255 = 70%

167
158
178

R + G + B ~ 66%. #A79EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 178 = 503 (100%)
R 167 of 503 ~ 33.2%
G 158 of 503 ~ 31.41%
B 178 of 503 ~ 35.39'%

%33.2
%31.41
%35.39

CMYK color model

#A79EB2 color CMYK value is (6,11,0,30).

  • cyan value is 6.18%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (6,11,0,30)
C6M11Y0K30 (6%, 11%, 0%, 30%)
(0.06 / 0.11 / 0.00 / 0.30)

CMYK percentages

%6.18
%11.24
%0
%30.2

Codes

Color #A79EB2 in popluar color models

A7 9E B2
RGB 167 158 178
HSL 267° 11.49% 65.88%
HSB/HSV 267° 11.24% 69.80%
CMYK 6.18% 11.24% 0.00%
30.20%

Color #A79EB2 in popluar number systems.

HEX A7 9E B2
Decimal 167 158 178
Binary 10100111 10011110 10110010
Octal 247 236 262

Shades and tints

Shades of #A79EB2

#A79EB2
(167,158,178)
#9890A2
(152,144,162)
#898292
(137,130,146)
#7A7482
(122,116,130)
#6B6672
(107,102,114)
#5C5862
(92,88,98)
#4D4A52
(77,74,82)
#3E3C42
(62,60,66)
#2F2E32
(47,46,50)
#202022
(32,32,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A79EB2

#A79EB2
(167,158,178)
#AFA6B9
(175,166,185)
#B7AEC0
(183,174,192)
#BFB6C7
(191,182,199)
#C7BECE
(199,190,206)
#CFC6D5
(207,198,213)
#D7CEDC
(215,206,220)
#DFD6E3
(223,214,227)
#E7DEEA
(231,222,234)
#EFE6F1
(239,230,241)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79EB2; }

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

This text font color is #A79EB2.

Background Color

.myBgColor { background-color: #A79EB2; }

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

This div background color is #A79EB2.

Border color

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

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

This div border color is #A79EB2.

Opacity

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

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

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

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

This text has shadow with #A79EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79EB2.

Preview

Color preview on black background

This text has color #A79EB2 on black background.


Color preview on white background

This text has color #A79EB2 on white background.


Black color preview on #A79EB2 background

This text has black color on #A79EB2 background.


White color preview on #A79EB2 background

This text has white color on #A79EB2 background.


Related colors

Complementary color

Complementary color for #hex is #58614D.


I love getcolorcode.com

Triadic colors

1 #B2A79E and #9EB2A7 with #A79EB2 are triadic colors.

2 #B29EA7 and #9EA7B2 with #A79EB2 are triadic colors.