COLOR #847B8F

HEX: #847B8F
RGB: (132,123,143)

Color info

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

RGB color model

#847B8F color RGB value is (132,123,143).

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

RGB channels and saturation

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

132
123
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 143 = 398 (100%)
R 132 of 398 ~ 33.17%
G 123 of 398 ~ 30.9%
B 143 of 398 ~ 35.93%

%33.17
%30.9
%35.93

CMYK color model

#847B8F color CMYK value is (8,14,0,44).

  • cyan value is 7.69%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,14,0,44)
C8M14Y0K44 
(8%,14%,0%,44%)
(0.08/0.14/0.00/0.44)	

CMYK percentages

%7.69
%13.99
%0
%43.92

Codes

Color #847B8F in popluar color models

847B8F
RGB132123143
HSL267°8.20%52.16%
HSB/HSV267°13.99%56.08%
CMYK7.69%13.99%0.00%
43.92%

Color #847B8F in popluar number systems.

HEX847B8F
Decimal132123143
Binary10000100111101110001111
Octal204173217

Shades and tints

Shades of #847B8F

#847B8F
(132,123,143)
#787082
(120,112,130)
#6C6575
(108,101,117)
#605A68
(96,90,104)
#544F5B
(84,79,91)
#48444E
(72,68,78)
#3C3941
(60,57,65)
#302E34
(48,46,52)
#242327
(36,35,39)
#18181A
(24,24,26)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #847B8F

#847B8F
(132,123,143)
#8F8799
(143,135,153)
#9A93A3
(154,147,163)
#A59FAD
(165,159,173)
#B0ABB7
(176,171,183)
#BBB7C1
(187,183,193)
#C6C3CB
(198,195,203)
#D1CFD5
(209,207,213)
#DCDBDF
(220,219,223)
#E7E7E9
(231,231,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B8F; }

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

This text font color is #847B8F.


Background Color

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

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

This div background color is #847B8F.


Border color

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

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

This div border color is #847B8F.


Opacity

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

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

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

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

This text has shadow with #847B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B8F on black background.


Color preview on white background

This text has color #847B8F on white background.



Black color preview on #847B8F background

This text has black color on #847B8F background.


White color preview on #847B8F background

This text has white color on #847B8F background.