COLOR #847294

HEX: #847294
RGB: (132,114,148)

Color info

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

RGB color model

#847294 color RGB value is (132,114,148).

  • red value is 132;
  • green value is 114;
  • blue value is 148.
RGB:
(132,114,148)
(52%,45%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 148 of 255 = 58%

132
114
148

R + G + B ~ 52%. #847294 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 148 = 394 (100%)
R 132 of 394 ~ 33.5%
G 114 of 394 ~ 28.93%
B 148 of 394 ~ 37.56%

%33.5
%28.93
%37.56

CMYK color model

#847294 color CMYK value is (11,23,0,42).

  • cyan value is 10.81%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,23,0,42)
C11M23Y0K42 
(11%,23%,0%,42%)
(0.11/0.23/0.00/0.42)	

CMYK percentages

%10.81
%22.97
%0
%41.96

Codes

Color #847294 in popluar color models

847294
RGB132114148
HSL272°13.71%51.37%
HSB/HSV272°22.97%58.04%
CMYK10.81%22.97%0.00%
41.96%

Color #847294 in popluar number systems.

HEX847294
Decimal132114148
Binary10000100111001010010100
Octal204162224

Shades and tints

Shades of #847294

#847294
(132,114,148)
#786887
(120,104,135)
#6C5E7A
(108,94,122)
#60546D
(96,84,109)
#544A60
(84,74,96)
#484053
(72,64,83)
#3C3646
(60,54,70)
#302C39
(48,44,57)
#24222C
(36,34,44)
#18181F
(24,24,31)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #847294

#847294
(132,114,148)
#8F7E9D
(143,126,157)
#9A8AA6
(154,138,166)
#A596AF
(165,150,175)
#B0A2B8
(176,162,184)
#BBAEC1
(187,174,193)
#C6BACA
(198,186,202)
#D1C6D3
(209,198,211)
#DCD2DC
(220,210,220)
#E7DEE5
(231,222,229)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847294; }

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

This text font color is #847294.


Background Color

.myBgColor { background-color: #847294; }

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

This div background color is #847294.


Border color

.myBorderColor { border: 1px solid #847294; }

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

This div border color is #847294.


Opacity

.myOpacity80 { color: #847294; opacity: 0.8; }

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

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

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

This text has shadow with #847294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847294 on black background.


Color preview on white background

This text has color #847294 on white background.



Black color preview on #847294 background

This text has black color on #847294 background.


White color preview on #847294 background

This text has white color on #847294 background.