COLOR #846984

HEX: #846984
RGB: (132,105,132)

Color info

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

RGB color model

#846984 color RGB value is (132,105,132).

  • red value is 132;
  • green value is 105;
  • blue value is 132.
RGB:
(132,105,132)
(52%,41%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 132 of 255 = 52%

132
105
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 105 + 132 = 369 (100%)
R 132 of 369 ~ 35.77%
G 105 of 369 ~ 28.46%
B 132 of 369 ~ 35.77%

%35.77
%28.46
%35.77

CMYK color model

#846984 color CMYK value is (0,20,0,48).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,20,0,48)
C0M20Y0K48 
(0%,20%,0%,48%)
(0.00/0.20/0.00/0.48)	

CMYK percentages

%0
%20.45
%0
%48.24

Codes

Color #846984 in popluar color models

846984
RGB132105132
HSL300°11.39%46.47%
HSB/HSV300°20.45%51.76%
CMYK0.00%20.45%0.00%
48.24%

Color #846984 in popluar number systems.

HEX846984
Decimal132105132
Binary10000100110100110000100
Octal204151204

Shades and tints

Shades of #846984

#846984
(132,105,132)
#786078
(120,96,120)
#6C576C
(108,87,108)
#604E60
(96,78,96)
#544554
(84,69,84)
#483C48
(72,60,72)
#3C333C
(60,51,60)
#302A30
(48,42,48)
#242124
(36,33,36)
#181818
(24,24,24)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #846984

#846984
(132,105,132)
#8F768F
(143,118,143)
#9A839A
(154,131,154)
#A590A5
(165,144,165)
#B09DB0
(176,157,176)
#BBAABB
(187,170,187)
#C6B7C6
(198,183,198)
#D1C4D1
(209,196,209)
#DCD1DC
(220,209,220)
#E7DEE7
(231,222,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846984; }

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

This text font color is #846984.


Background Color

.myBgColor { background-color: #846984; }

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

This div background color is #846984.


Border color

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

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

This div border color is #846984.


Opacity

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

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

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

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

This text has shadow with #846984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846984 on black background.


Color preview on white background

This text has color #846984 on white background.



Black color preview on #846984 background

This text has black color on #846984 background.


White color preview on #846984 background

This text has white color on #846984 background.