COLOR #847BA7

HEX: #847BA7
RGB: (132,123,167)

Color info

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

RGB color model

#847BA7 color RGB value is (132,123,167).

  • red value is 132;
  • green value is 123;
  • blue value is 167.
RGB:
(132,123,167)
(52%,48%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 167 of 255 = 65%

132
123
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 167 = 422 (100%)
R 132 of 422 ~ 31.28%
G 123 of 422 ~ 29.15%
B 167 of 422 ~ 39.57%

%31.28
%29.15
%39.57

CMYK color model

#847BA7 color CMYK value is (21,26,0,35).

  • cyan value is 20.96%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,26,0,35)
C21M26Y0K35 
(21%,26%,0%,35%)
(0.21/0.26/0.00/0.35)	

CMYK percentages

%20.96
%26.35
%0
%34.51

Codes

Color #847BA7 in popluar color models

847BA7
RGB132123167
HSL252°20.00%56.86%
HSB/HSV252°26.35%65.49%
CMYK20.96%26.35%0.00%
34.51%

Color #847BA7 in popluar number systems.

HEX847BA7
Decimal132123167
Binary10000100111101110100111
Octal204173247

Shades and tints

Shades of #847BA7

#847BA7
(132,123,167)
#787098
(120,112,152)
#6C6589
(108,101,137)
#605A7A
(96,90,122)
#544F6B
(84,79,107)
#48445C
(72,68,92)
#3C394D
(60,57,77)
#302E3E
(48,46,62)
#24232F
(36,35,47)
#181820
(24,24,32)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #847BA7

#847BA7
(132,123,167)
#8F87AF
(143,135,175)
#9A93B7
(154,147,183)
#A59FBF
(165,159,191)
#B0ABC7
(176,171,199)
#BBB7CF
(187,183,207)
#C6C3D7
(198,195,215)
#D1CFDF
(209,207,223)
#DCDBE7
(220,219,231)
#E7E7EF
(231,231,239)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847BA7; }

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

This text font color is #847BA7.


Background Color

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

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

This div background color is #847BA7.


Border color

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

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

This div border color is #847BA7.


Opacity

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

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

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

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

This text has shadow with #847BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847BA7 on black background.


Color preview on white background

This text has color #847BA7 on white background.



Black color preview on #847BA7 background

This text has black color on #847BA7 background.


White color preview on #847BA7 background

This text has white color on #847BA7 background.