COLOR #847DA7

HEX: #847DA7
RGB: (132,125,167)

Color info

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

RGB color model

#847DA7 color RGB value is (132,125,167).

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

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 167 of 255 = 65%

132
125
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 167 = 424 (100%)
R 132 of 424 ~ 31.13%
G 125 of 424 ~ 29.48%
B 167 of 424 ~ 39.39%

%31.13
%29.48
%39.39

CMYK color model

#847DA7 color CMYK value is (21,25,0,35).

  • cyan value is 20.96%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,25,0,35)
C21M25Y0K35 
(21%,25%,0%,35%)
(0.21/0.25/0.00/0.35)	

CMYK percentages

%20.96
%25.15
%0
%34.51

Codes

Color #847DA7 in popluar color models

847DA7
RGB132125167
HSL250°19.27%57.25%
HSB/HSV250°25.15%65.49%
CMYK20.96%25.15%0.00%
34.51%

Color #847DA7 in popluar number systems.

HEX847DA7
Decimal132125167
Binary10000100111110110100111
Octal204175247

Shades and tints

Shades of #847DA7

#847DA7
(132,125,167)
#787298
(120,114,152)
#6C6789
(108,103,137)
#605C7A
(96,92,122)
#54516B
(84,81,107)
#48465C
(72,70,92)
#3C3B4D
(60,59,77)
#30303E
(48,48,62)
#24252F
(36,37,47)
#181A20
(24,26,32)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #847DA7

#847DA7
(132,125,167)
#8F88AF
(143,136,175)
#9A93B7
(154,147,183)
#A59EBF
(165,158,191)
#B0A9C7
(176,169,199)
#BBB4CF
(187,180,207)
#C6BFD7
(198,191,215)
#D1CADF
(209,202,223)
#DCD5E7
(220,213,231)
#E7E0EF
(231,224,239)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847DA7; }

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

This text font color is #847DA7.


Background Color

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

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

This div background color is #847DA7.


Border color

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

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

This div border color is #847DA7.


Opacity

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

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

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

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

This text has shadow with #847DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847DA7 on black background.


Color preview on white background

This text has color #847DA7 on white background.



Black color preview on #847DA7 background

This text has black color on #847DA7 background.


White color preview on #847DA7 background

This text has white color on #847DA7 background.