COLOR #847886

HEX: #847886
RGB: (132,120,134)

Color info

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

RGB color model

#847886 color RGB value is (132,120,134).

  • red value is 132;
  • green value is 120;
  • blue value is 134.
RGB:
(132,120,134)
(52%,47%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 134 of 255 = 53%

132
120
134

R + G + B ~ 51%. #847886 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 134 = 386 (100%)
R 132 of 386 ~ 34.2%
G 120 of 386 ~ 31.09%
B 134 of 386 ~ 34.72%

%34.2
%31.09
%34.72

CMYK color model

#847886 color CMYK value is (1,10,0,47).

  • cyan value is 1.49%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,10,0,47)
C1M10Y0K47 
(1%,10%,0%,47%)
(0.01/0.10/0.00/0.47)	

CMYK percentages

%1.49
%10.45
%0
%47.45

Codes

Color #847886 in popluar color models

847886
RGB132120134
HSL291°5.51%49.80%
HSB/HSV291°10.45%52.55%
CMYK1.49%10.45%0.00%
47.45%

Color #847886 in popluar number systems.

HEX847886
Decimal132120134
Binary10000100111100010000110
Octal204170206

Shades and tints

Shades of #847886

#847886
(132,120,134)
#786E7A
(120,110,122)
#6C646E
(108,100,110)
#605A62
(96,90,98)
#545056
(84,80,86)
#48464A
(72,70,74)
#3C3C3E
(60,60,62)
#303232
(48,50,50)
#242826
(36,40,38)
#181E1A
(24,30,26)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #847886

#847886
(132,120,134)
#8F8491
(143,132,145)
#9A909C
(154,144,156)
#A59CA7
(165,156,167)
#B0A8B2
(176,168,178)
#BBB4BD
(187,180,189)
#C6C0C8
(198,192,200)
#D1CCD3
(209,204,211)
#DCD8DE
(220,216,222)
#E7E4E9
(231,228,233)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847886 color. Also use rgb(132,120,134) instead hex code.

Text Font Color

.myTextColor { color: #847886; }

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

This text font color is #847886.


Background Color

.myBgColor { background-color: #847886; }

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

This div background color is #847886.


Border color

.myBorderColor { border: 1px solid #847886; }

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

This div border color is #847886.


Opacity

.myOpacity80 { color: #847886; opacity: 0.8; }

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

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

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

This text has shadow with #847886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847886 on black background.


Color preview on white background

This text has color #847886 on white background.



Black color preview on #847886 background

This text has black color on #847886 background.


White color preview on #847886 background

This text has white color on #847886 background.