COLOR #847E91

HEX: #847E91
RGB: (132,126,145)

Color info

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

RGB color model

#847E91 color RGB value is (132,126,145).

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

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 145 of 255 = 57%

132
126
145

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 145 = 403 (100%)
R 132 of 403 ~ 32.75%
G 126 of 403 ~ 31.27%
B 145 of 403 ~ 35.98%

%32.75
%31.27
%35.98

CMYK color model

#847E91 color CMYK value is (9,13,0,43).

  • cyan value is 8.97%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(9,13,0,43)
C9M13Y0K43 
(9%,13%,0%,43%)
(0.09/0.13/0.00/0.43)	

CMYK percentages

%8.97
%13.1
%0
%43.14

Codes

Color #847E91 in popluar color models

847E91
RGB132126145
HSL259°7.95%53.14%
HSB/HSV259°13.10%56.86%
CMYK8.97%13.10%0.00%
43.14%

Color #847E91 in popluar number systems.

HEX847E91
Decimal132126145
Binary10000100111111010010001
Octal204176221

Shades and tints

Shades of #847E91

#847E91
(132,126,145)
#787384
(120,115,132)
#6C6877
(108,104,119)
#605D6A
(96,93,106)
#54525D
(84,82,93)
#484750
(72,71,80)
#3C3C43
(60,60,67)
#303136
(48,49,54)
#242629
(36,38,41)
#181B1C
(24,27,28)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #847E91

#847E91
(132,126,145)
#8F899B
(143,137,155)
#9A94A5
(154,148,165)
#A59FAF
(165,159,175)
#B0AAB9
(176,170,185)
#BBB5C3
(187,181,195)
#C6C0CD
(198,192,205)
#D1CBD7
(209,203,215)
#DCD6E1
(220,214,225)
#E7E1EB
(231,225,235)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E91; }

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

This text font color is #847E91.


Background Color

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

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

This div background color is #847E91.


Border color

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

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

This div border color is #847E91.


Opacity

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

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

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

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

This text has shadow with #847E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E91 on black background.


Color preview on white background

This text has color #847E91 on white background.



Black color preview on #847E91 background

This text has black color on #847E91 background.


White color preview on #847E91 background

This text has white color on #847E91 background.