COLOR #847C95

HEX: #847C95
RGB: (132,124,149)

Color info

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

RGB color model

#847C95 color RGB value is (132,124,149).

  • red value is 132;
  • green value is 124;
  • blue value is 149.
RGB:
(132,124,149)
(52%,49%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 124 of 255 = 49%
B 149 of 255 = 58%

132
124
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 124 + 149 = 405 (100%)
R 132 of 405 ~ 32.59%
G 124 of 405 ~ 30.62%
B 149 of 405 ~ 36.79%

%32.59
%30.62
%36.79

CMYK color model

#847C95 color CMYK value is (11,17,0,42).

  • cyan value is 11.41%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,17,0,42)
C11M17Y0K42 
(11%,17%,0%,42%)
(0.11/0.17/0.00/0.42)	

CMYK percentages

%11.41
%16.78
%0
%41.57

Codes

Color #847C95 in popluar color models

847C95
RGB132124149
HSL259°10.55%53.53%
HSB/HSV259°16.78%58.43%
CMYK11.41%16.78%0.00%
41.57%

Color #847C95 in popluar number systems.

HEX847C95
Decimal132124149
Binary10000100111110010010101
Octal204174225

Shades and tints

Shades of #847C95

#847C95
(132,124,149)
#787188
(120,113,136)
#6C667B
(108,102,123)
#605B6E
(96,91,110)
#545061
(84,80,97)
#484554
(72,69,84)
#3C3A47
(60,58,71)
#302F3A
(48,47,58)
#24242D
(36,36,45)
#181920
(24,25,32)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #847C95

#847C95
(132,124,149)
#8F879E
(143,135,158)
#9A92A7
(154,146,167)
#A59DB0
(165,157,176)
#B0A8B9
(176,168,185)
#BBB3C2
(187,179,194)
#C6BECB
(198,190,203)
#D1C9D4
(209,201,212)
#DCD4DD
(220,212,221)
#E7DFE6
(231,223,230)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847C95 color. Also use rgb(132,124,149) instead hex code.

Text Font Color

.myTextColor { color: #847C95; }

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

This text font color is #847C95.


Background Color

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

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

This div background color is #847C95.


Border color

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

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

This div border color is #847C95.


Opacity

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

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

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

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

This text has shadow with #847C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847C95 on black background.


Color preview on white background

This text has color #847C95 on white background.



Black color preview on #847C95 background

This text has black color on #847C95 background.


White color preview on #847C95 background

This text has white color on #847C95 background.