COLOR #847B97

HEX: #847B97 RGB: (132,123,151)

Color info

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

RGB color model

#847B97 color RGB value is (132,123,151).

RGB: (132,123,151) (52%, 48%, 59%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 151 of 255 = 59%

132
123
151

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

Portions of RGB colors in percentages

R + G + B = 132 + 123 + 151 = 406 (100%)
R 132 of 406 ~ 32.51%
G 123 of 406 ~ 30.3%
B 151 of 406 ~ 37.19'%

%32.51
%30.3
%37.19

CMYK color model

#847B97 color CMYK value is (13,19,0,41).

  • cyan value is 12.58%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (13,19,0,41)
C13M19Y0K41 (13%, 19%, 0%, 41%)
(0.13 / 0.19 / 0.00 / 0.41)

CMYK percentages

%12.58
%18.54
%0
%40.78

Codes

Color #847B97 in popluar color models

84 7B 97
RGB 132 123 151
HSL 259° 11.86% 53.73%
HSB/HSV 259° 18.54% 59.22%
CMYK 12.58% 18.54% 0.00%
40.78%

Color #847B97 in popluar number systems.

HEX 84 7B 97
Decimal 132 123 151
Binary 10000100 1111011 10010111
Octal 204 173 227

Shades and tints

Shades of #847B97

#847B97
(132,123,151)
#78708A
(120,112,138)
#6C657D
(108,101,125)
#605A70
(96,90,112)
#544F63
(84,79,99)
#484456
(72,68,86)
#3C3949
(60,57,73)
#302E3C
(48,46,60)
#24232F
(36,35,47)
#181822
(24,24,34)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #847B97

#847B97
(132,123,151)
#8F87A0
(143,135,160)
#9A93A9
(154,147,169)
#A59FB2
(165,159,178)
#B0ABBB
(176,171,187)
#BBB7C4
(187,183,196)
#C6C3CD
(198,195,205)
#D1CFD6
(209,207,214)
#DCDBDF
(220,219,223)
#E7E7E8
(231,231,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B97; }

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

This text font color is #847B97.

Background Color

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

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

This div background color is #847B97.

Border color

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

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

This div border color is #847B97.

Opacity

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

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

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

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

This text has shadow with #847B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847B97.

Preview

Color preview on black background

This text has color #847B97 on black background.


Color preview on white background

This text has color #847B97 on white background.


Black color preview on #847B97 background

This text has black color on #847B97 background.


White color preview on #847B97 background

This text has white color on #847B97 background.


Related colors

Complementary color

Complementary color for #hex is #7B8468.


I love getcolorcode.com

Triadic colors

1 #97847B and #7B9784 with #847B97 are triadic colors.

2 #977B84 and #7B8497 with #847B97 are triadic colors.