COLOR #847F94

HEX: #847F94 RGB: (132,127,148)

Color info

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

RGB color model

#847F94 color RGB value is (132,127,148).

RGB: (132,127,148) (52%, 50%, 58%)

RGB channels and saturation

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

132
127
148

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

Portions of RGB colors in percentages

R + G + B = 132 + 127 + 148 = 407 (100%)
R 132 of 407 ~ 32.43%
G 127 of 407 ~ 31.2%
B 148 of 407 ~ 36.36'%

%32.43
%31.2
%36.36

CMYK color model

#847F94 color CMYK value is (11,14,0,42).

  • cyan value is 10.81%
  • magenta value is 14.19%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (11,14,0,42) C11M14Y0K42 (11%,14%,0%,42%) (0.11/0.14/0.00/0.42) 

CMYK percentages

%10.81
%14.19
%0
%41.96

Codes

Color #847F94 in popluar color models

84 7F 94
RGB 132 127 148
HSL 254° 8.94% 53.92%
HSB/HSV 254° 14.19% 58.04%
CMYK 10.81% 14.19% 0.00%
41.96%

Color #847F94 in popluar number systems.

HEX 84 7F 94
Decimal 132 127 148
Binary 10000100 1111111 10010100
Octal 204 177 224

Shades and tints

Shades of #847F94

#847F94
(132,127,148)
#787487
(120,116,135)
#6C697A
(108,105,122)
#605E6D
(96,94,109)
#545360
(84,83,96)
#484853
(72,72,83)
#3C3D46
(60,61,70)
#303239
(48,50,57)
#24272C
(36,39,44)
#181C1F
(24,28,31)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #847F94

#847F94
(132,127,148)
#8F8A9D
(143,138,157)
#9A95A6
(154,149,166)
#A5A0AF
(165,160,175)
#B0ABB8
(176,171,184)
#BBB6C1
(187,182,193)
#C6C1CA
(198,193,202)
#D1CCD3
(209,204,211)
#DCD7DC
(220,215,220)
#E7E2E5
(231,226,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847F94; }

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

This text font color is #847F94.

Background Color

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

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

This div background color is #847F94.

Border color

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

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

This div border color is #847F94.

Opacity

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

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

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

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

This text has shadow with #847F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847F94.

Preview

Color preview on black background

This text has color #847F94 on black background.


Color preview on white background

This text has color #847F94 on white background.


Black color preview on #847F94 background

This text has black color on #847F94 background.


White color preview on #847F94 background

This text has white color on #847F94 background.


Related colors

Complementary color

Complementary color for #hex is #7B806B.


I love getcolorcode.com

Triadic colors

1 #94847F and #7F9484 with #847F94 are triadic colors.

2 #947F84 and #7F8494 with #847F94 are triadic colors.