COLOR #846884

HEX: #846884
RGB: (132,104,132)

Color info

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

RGB color model

#846884 color RGB value is (132,104,132).

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

RGB channels and saturation

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

132
104
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 132 = 368 (100%)
R 132 of 368 ~ 35.87%
G 104 of 368 ~ 28.26%
B 132 of 368 ~ 35.87%

%35.87
%28.26
%35.87

CMYK color model

#846884 color CMYK value is (0,21,0,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,21,0,48)
C0M21Y0K48 
(0%,21%,0%,48%)
(0.00/0.21/0.00/0.48)	

CMYK percentages

%0
%21.21
%0
%48.24

Codes

Color #846884 in popluar color models

846884
RGB132104132
HSL300°11.86%46.27%
HSB/HSV300°21.21%51.76%
CMYK0.00%21.21%0.00%
48.24%

Color #846884 in popluar number systems.

HEX846884
Decimal132104132
Binary10000100110100010000100
Octal204150204

Shades and tints

Shades of #846884

#846884
(132,104,132)
#785F78
(120,95,120)
#6C566C
(108,86,108)
#604D60
(96,77,96)
#544454
(84,68,84)
#483B48
(72,59,72)
#3C323C
(60,50,60)
#302930
(48,41,48)
#242024
(36,32,36)
#181718
(24,23,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #846884

#846884
(132,104,132)
#8F758F
(143,117,143)
#9A829A
(154,130,154)
#A58FA5
(165,143,165)
#B09CB0
(176,156,176)
#BBA9BB
(187,169,187)
#C6B6C6
(198,182,198)
#D1C3D1
(209,195,209)
#DCD0DC
(220,208,220)
#E7DDE7
(231,221,231)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846884; }

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

This text font color is #846884.


Background Color

.myBgColor { background-color: #846884; }

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

This div background color is #846884.


Border color

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

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

This div border color is #846884.


Opacity

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

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

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

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

This text has shadow with #846884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846884 on black background.


Color preview on white background

This text has color #846884 on white background.



Black color preview on #846884 background

This text has black color on #846884 background.


White color preview on #846884 background

This text has white color on #846884 background.