COLOR #847B8E

HEX: #847B8E
RGB: (132,123,142)

Color info

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

RGB color model

#847B8E color RGB value is (132,123,142).

  • red value is 132;
  • green value is 123;
  • blue value is 142.
RGB:
(132,123,142)
(52%,48%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 142 of 255 = 56%

132
123
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 142 = 397 (100%)
R 132 of 397 ~ 33.25%
G 123 of 397 ~ 30.98%
B 142 of 397 ~ 35.77%

%33.25
%30.98
%35.77

CMYK color model

#847B8E color CMYK value is (7,13,0,44).

  • cyan value is 7.04%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(7,13,0,44)
C7M13Y0K44 
(7%,13%,0%,44%)
(0.07/0.13/0.00/0.44)	

CMYK percentages

%7.04
%13.38
%0
%44.31

Codes

Color #847B8E in popluar color models

847B8E
RGB132123142
HSL268°7.76%51.96%
HSB/HSV268°13.38%55.69%
CMYK7.04%13.38%0.00%
44.31%

Color #847B8E in popluar number systems.

HEX847B8E
Decimal132123142
Binary10000100111101110001110
Octal204173216

Shades and tints

Shades of #847B8E

#847B8E
(132,123,142)
#787082
(120,112,130)
#6C6576
(108,101,118)
#605A6A
(96,90,106)
#544F5E
(84,79,94)
#484452
(72,68,82)
#3C3946
(60,57,70)
#302E3A
(48,46,58)
#24232E
(36,35,46)
#181822
(24,24,34)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #847B8E

#847B8E
(132,123,142)
#8F8798
(143,135,152)
#9A93A2
(154,147,162)
#A59FAC
(165,159,172)
#B0ABB6
(176,171,182)
#BBB7C0
(187,183,192)
#C6C3CA
(198,195,202)
#D1CFD4
(209,207,212)
#DCDBDE
(220,219,222)
#E7E7E8
(231,231,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847B8E color. Also use rgb(132,123,142) instead hex code.

Text Font Color

.myTextColor { color: #847B8E; }

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

This text font color is #847B8E.


Background Color

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

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

This div background color is #847B8E.


Border color

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

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

This div border color is #847B8E.


Opacity

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

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

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

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

This text has shadow with #847B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B8E on black background.


Color preview on white background

This text has color #847B8E on white background.



Black color preview on #847B8E background

This text has black color on #847B8E background.


White color preview on #847B8E background

This text has white color on #847B8E background.