COLOR #847B94

HEX: #847B94 RGB: (132,123,148)

Color info

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

RGB color model

#847B94 color RGB value is (132,123,148).

RGB: (132,123,148) (52%, 48%, 58%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 148 of 255 = 58%

132
123
148

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

Portions of RGB colors in percentages

R + G + B = 132 + 123 + 148 = 403 (100%)
R 132 of 403 ~ 32.75%
G 123 of 403 ~ 30.52%
B 148 of 403 ~ 36.72'%

%32.75
%30.52
%36.72

CMYK color model

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

  • cyan value is 10.81%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (11,17,0,42)
C11M17Y0K42 (11%, 17%, 0%, 42%)
(0.11 / 0.17 / 0.00 / 0.42)

CMYK percentages

%10.81
%16.89
%0
%41.96

Codes

Color #847B94 in popluar color models

84 7B 94
RGB 132 123 148
HSL 262° 10.46% 53.14%
HSB/HSV 262° 16.89% 58.04%
CMYK 10.81% 16.89% 0.00%
41.96%

Color #847B94 in popluar number systems.

HEX 84 7B 94
Decimal 132 123 148
Binary 10000100 1111011 10010100
Octal 204 173 224

Shades and tints

Shades of #847B94

#847B94
(132,123,148)
#787087
(120,112,135)
#6C657A
(108,101,122)
#605A6D
(96,90,109)
#544F60
(84,79,96)
#484453
(72,68,83)
#3C3946
(60,57,70)
#302E39
(48,46,57)
#24232C
(36,35,44)
#18181F
(24,24,31)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #847B94

#847B94
(132,123,148)
#8F879D
(143,135,157)
#9A93A6
(154,147,166)
#A59FAF
(165,159,175)
#B0ABB8
(176,171,184)
#BBB7C1
(187,183,193)
#C6C3CA
(198,195,202)
#D1CFD3
(209,207,211)
#DCDBDC
(220,219,220)
#E7E7E5
(231,231,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B94; }

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

This text font color is #847B94.

Background Color

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

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

This div background color is #847B94.

Border color

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

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

This div border color is #847B94.

Opacity

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

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

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

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

This text has shadow with #847B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847B94.

Preview

Color preview on black background

This text has color #847B94 on black background.


Color preview on white background

This text has color #847B94 on white background.


Black color preview on #847B94 background

This text has black color on #847B94 background.


White color preview on #847B94 background

This text has white color on #847B94 background.


Related colors

Complementary color

Complementary color for #hex is #7B846B.


I love getcolorcode.com

Triadic colors

1 #94847B and #7B9484 with #847B94 are triadic colors.

2 #947B84 and #7B8494 with #847B94 are triadic colors.