COLOR #847E9E

HEX: #847E9E
RGB: (132,126,158)

Color info

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

RGB color model

#847E9E color RGB value is (132,126,158).

  • red value is 132;
  • green value is 126;
  • blue value is 158.
RGB:
(132,126,158)
(52%,49%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 158 of 255 = 62%

132
126
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 158 = 416 (100%)
R 132 of 416 ~ 31.73%
G 126 of 416 ~ 30.29%
B 158 of 416 ~ 37.98%

%31.73
%30.29
%37.98

CMYK color model

#847E9E color CMYK value is (16,20,0,38).

  • cyan value is 16.46%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,20,0,38)
C16M20Y0K38 
(16%,20%,0%,38%)
(0.16/0.20/0.00/0.38)	

CMYK percentages

%16.46
%20.25
%0
%38.04

Codes

Color #847E9E in popluar color models

847E9E
RGB132126158
HSL251°14.16%55.69%
HSB/HSV251°20.25%61.96%
CMYK16.46%20.25%0.00%
38.04%

Color #847E9E in popluar number systems.

HEX847E9E
Decimal132126158
Binary10000100111111010011110
Octal204176236

Shades and tints

Shades of #847E9E

#847E9E
(132,126,158)
#787390
(120,115,144)
#6C6882
(108,104,130)
#605D74
(96,93,116)
#545266
(84,82,102)
#484758
(72,71,88)
#3C3C4A
(60,60,74)
#30313C
(48,49,60)
#24262E
(36,38,46)
#181B20
(24,27,32)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #847E9E

#847E9E
(132,126,158)
#8F89A6
(143,137,166)
#9A94AE
(154,148,174)
#A59FB6
(165,159,182)
#B0AABE
(176,170,190)
#BBB5C6
(187,181,198)
#C6C0CE
(198,192,206)
#D1CBD6
(209,203,214)
#DCD6DE
(220,214,222)
#E7E1E6
(231,225,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847E9E color. Also use rgb(132,126,158) instead hex code.

Text Font Color

.myTextColor { color: #847E9E; }

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

This text font color is #847E9E.


Background Color

.myBgColor { background-color: #847E9E; }

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

This div background color is #847E9E.


Border color

.myBorderColor { border: 1px solid #847E9E; }

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

This div border color is #847E9E.


Opacity

.myOpacity80 { color: #847E9E; opacity: 0.8; }

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

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

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

This text has shadow with #847E9E color.

.textShadow {text-shadow: 3px 3px 1px #847E9E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E9E on black background.


Color preview on white background

This text has color #847E9E on white background.



Black color preview on #847E9E background

This text has black color on #847E9E background.


White color preview on #847E9E background

This text has white color on #847E9E background.