COLOR #A79CB2

HEX: #A79CB2 RGB: (167,156,178)

Color info

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

RGB color model

#A79CB2 color RGB value is (167,156,178).

RGB: (167,156,178) (65%, 61%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 178 of 255 = 70%

167
156
178

R + G + B ~ 65%. #A79CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 156 + 178 = 501 (100%)
R 167 of 501 ~ 33.33%
G 156 of 501 ~ 31.14%
B 178 of 501 ~ 35.53'%

%33.33
%31.14
%35.53

CMYK color model

#A79CB2 color CMYK value is (6,12,0,30).

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

CMYK: (6,12,0,30)
C6M12Y0K30 (6%, 12%, 0%, 30%)
(0.06 / 0.12 / 0.00 / 0.30)

CMYK percentages

%6.18
%12.36
%0
%30.2

Codes

Color #A79CB2 in popluar color models

A7 9C B2
RGB 167 156 178
HSL 270° 12.50% 65.49%
HSB/HSV 270° 12.36% 69.80%
CMYK 6.18% 12.36% 0.00%
30.20%

Color #A79CB2 in popluar number systems.

HEX A7 9C B2
Decimal 167 156 178
Binary 10100111 10011100 10110010
Octal 247 234 262

Shades and tints

Shades of #A79CB2

#A79CB2
(167,156,178)
#988EA2
(152,142,162)
#898092
(137,128,146)
#7A7282
(122,114,130)
#6B6472
(107,100,114)
#5C5662
(92,86,98)
#4D4852
(77,72,82)
#3E3A42
(62,58,66)
#2F2C32
(47,44,50)
#201E22
(32,30,34)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A79CB2

#A79CB2
(167,156,178)
#AFA5B9
(175,165,185)
#B7AEC0
(183,174,192)
#BFB7C7
(191,183,199)
#C7C0CE
(199,192,206)
#CFC9D5
(207,201,213)
#D7D2DC
(215,210,220)
#DFDBE3
(223,219,227)
#E7E4EA
(231,228,234)
#EFEDF1
(239,237,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79CB2; }

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

This text font color is #A79CB2.

Background Color

.myBgColor { background-color: #A79CB2; }

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

This div background color is #A79CB2.

Border color

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

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

This div border color is #A79CB2.

Opacity

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

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

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

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

This text has shadow with #A79CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79CB2.

Preview

Color preview on black background

This text has color #A79CB2 on black background.


Color preview on white background

This text has color #A79CB2 on white background.


Black color preview on #A79CB2 background

This text has black color on #A79CB2 background.


White color preview on #A79CB2 background

This text has white color on #A79CB2 background.


Related colors

Complementary color

Complementary color for #hex is #58634D.


I love getcolorcode.com

Triadic colors

1 #B2A79C and #9CB2A7 with #A79CB2 are triadic colors.

2 #B29CA7 and #9CA7B2 with #A79CB2 are triadic colors.