COLOR #8474A6

HEX: #8474A6
RGB: (132,116,166)

Color info

#8474A6 contains red, green and blue colors in about the same proportion. Web safe color of #8474A6 is #996699 (or #969).

RGB color model

#8474A6 color RGB value is (132,116,166).

  • red value is 132;
  • green value is 116;
  • blue value is 166.
RGB:
(132,116,166)
(52%,45%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 166 of 255 = 65%

132
116
166

R + G + B ~ 54%. #8474A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 166 = 414 (100%)
R 132 of 414 ~ 31.88%
G 116 of 414 ~ 28.02%
B 166 of 414 ~ 40.1%

%31.88
%28.02
%40.1

CMYK color model

#8474A6 color CMYK value is (20,30,0,35).

  • cyan value is 20.48%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,30,0,35)
C20M30Y0K35 
(20%,30%,0%,35%)
(0.20/0.30/0.00/0.35)	

CMYK percentages

%20.48
%30.12
%0
%34.9

Codes

Color #8474A6 in popluar color models

8474A6
RGB132116166
HSL259°21.93%55.29%
HSB/HSV259°30.12%65.10%
CMYK20.48%30.12%0.00%
34.90%

Color #8474A6 in popluar number systems.

HEX8474A6
Decimal132116166
Binary10000100111010010100110
Octal204164246

Shades and tints

Shades of #8474A6

#8474A6
(132,116,166)
#786A97
(120,106,151)
#6C6088
(108,96,136)
#605679
(96,86,121)
#544C6A
(84,76,106)
#48425B
(72,66,91)
#3C384C
(60,56,76)
#302E3D
(48,46,61)
#24242E
(36,36,46)
#181A1F
(24,26,31)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #8474A6

#8474A6
(132,116,166)
#8F80AE
(143,128,174)
#9A8CB6
(154,140,182)
#A598BE
(165,152,190)
#B0A4C6
(176,164,198)
#BBB0CE
(187,176,206)
#C6BCD6
(198,188,214)
#D1C8DE
(209,200,222)
#DCD4E6
(220,212,230)
#E7E0EE
(231,224,238)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8474A6 color. Also use rgb(132,116,166) instead hex code.

Text Font Color

.myTextColor { color: #8474A6; }

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

This text font color is #8474A6.


Background Color

.myBgColor { background-color: #8474A6; }

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

This div background color is #8474A6.


Border color

.myBorderColor { border: 1px solid #8474A6; }

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

This div border color is #8474A6.


Opacity

.myOpacity80 { color: #8474A6; opacity: 0.8; }

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

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

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

This text has shadow with #8474A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8474A6 on black background.


Color preview on white background

This text has color #8474A6 on white background.



Black color preview on #8474A6 background

This text has black color on #8474A6 background.


White color preview on #8474A6 background

This text has white color on #8474A6 background.