COLOR #847F95

HEX: #847F95
RGB: (132,127,149)

Color info

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

RGB color model

#847F95 color RGB value is (132,127,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 127 of 255 = 50%
B 149 of 255 = 58%

132
127
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 127 + 149 = 408 (100%)
R 132 of 408 ~ 32.35%
G 127 of 408 ~ 31.13%
B 149 of 408 ~ 36.52%

%32.35
%31.13
%36.52

CMYK color model

#847F95 color CMYK value is (11,15,0,42).

  • cyan value is 11.41%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,15,0,42)
C11M15Y0K42 
(11%,15%,0%,42%)
(0.11/0.15/0.00/0.42)	

CMYK percentages

%11.41
%14.77
%0
%41.57

Codes

Color #847F95 in popluar color models

847F95
RGB132127149
HSL254°9.40%54.12%
HSB/HSV254°14.77%58.43%
CMYK11.41%14.77%0.00%
41.57%

Color #847F95 in popluar number systems.

HEX847F95
Decimal132127149
Binary10000100111111110010101
Octal204177225

Shades and tints

Shades of #847F95

#847F95
(132,127,149)
#787488
(120,116,136)
#6C697B
(108,105,123)
#605E6E
(96,94,110)
#545361
(84,83,97)
#484854
(72,72,84)
#3C3D47
(60,61,71)
#30323A
(48,50,58)
#24272D
(36,39,45)
#181C20
(24,28,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #847F95

#847F95
(132,127,149)
#8F8A9E
(143,138,158)
#9A95A7
(154,149,167)
#A5A0B0
(165,160,176)
#B0ABB9
(176,171,185)
#BBB6C2
(187,182,194)
#C6C1CB
(198,193,203)
#D1CCD4
(209,204,212)
#DCD7DD
(220,215,221)
#E7E2E6
(231,226,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847F95; }

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

This text font color is #847F95.


Background Color

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

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

This div background color is #847F95.


Border color

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

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

This div border color is #847F95.


Opacity

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

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

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

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

This text has shadow with #847F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847F95 on black background.


Color preview on white background

This text has color #847F95 on white background.



Black color preview on #847F95 background

This text has black color on #847F95 background.


White color preview on #847F95 background

This text has white color on #847F95 background.