COLOR #847E89

HEX: #847E89
RGB: (132,126,137)

Color info

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

RGB color model

#847E89 color RGB value is (132,126,137).

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

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 137 of 255 = 54%

132
126
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 137 = 395 (100%)
R 132 of 395 ~ 33.42%
G 126 of 395 ~ 31.9%
B 137 of 395 ~ 34.68%

%33.42
%31.9
%34.68

CMYK color model

#847E89 color CMYK value is (4,8,0,46).

  • cyan value is 3.65%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,8,0,46)
C4M8Y0K46 
(4%,8%,0%,46%)
(0.04/0.08/0.00/0.46)	

CMYK percentages

%3.65
%8.03
%0
%46.27

Codes

Color #847E89 in popluar color models

847E89
RGB132126137
HSL273°4.45%51.57%
HSB/HSV273°8.03%53.73%
CMYK3.65%8.03%0.00%
46.27%

Color #847E89 in popluar number systems.

HEX847E89
Decimal132126137
Binary10000100111111010001001
Octal204176211

Shades and tints

Shades of #847E89

#847E89
(132,126,137)
#78737D
(120,115,125)
#6C6871
(108,104,113)
#605D65
(96,93,101)
#545259
(84,82,89)
#48474D
(72,71,77)
#3C3C41
(60,60,65)
#303135
(48,49,53)
#242629
(36,38,41)
#181B1D
(24,27,29)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #847E89

#847E89
(132,126,137)
#8F8993
(143,137,147)
#9A949D
(154,148,157)
#A59FA7
(165,159,167)
#B0AAB1
(176,170,177)
#BBB5BB
(187,181,187)
#C6C0C5
(198,192,197)
#D1CBCF
(209,203,207)
#DCD6D9
(220,214,217)
#E7E1E3
(231,225,227)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847E89; }

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

This text font color is #847E89.


Background Color

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

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

This div background color is #847E89.


Border color

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

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

This div border color is #847E89.


Opacity

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

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

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

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

This text has shadow with #847E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E89 on black background.


Color preview on white background

This text has color #847E89 on white background.



Black color preview on #847E89 background

This text has black color on #847E89 background.


White color preview on #847E89 background

This text has white color on #847E89 background.