COLOR #846BB2

HEX: #846BB2
RGB: (132,107,178)

Color info

#846BB2 contains mainly red and blue colors. Web safe color of #846BB2 is #996699 (or #969).

RGB color model

#846BB2 color RGB value is (132,107,178).

  • red value is 132;
  • green value is 107;
  • blue value is 178.
RGB:
(132,107,178)
(52%,42%,70%)

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 178 of 255 = 70%

132
107
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 178 = 417 (100%)
R 132 of 417 ~ 31.65%
G 107 of 417 ~ 25.66%
B 178 of 417 ~ 42.69%

%31.65
%25.66
%42.69

CMYK color model

#846BB2 color CMYK value is (26,40,0,30).

  • cyan value is 25.84%
  • magenta value is 39.89%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,40,0,30)
C26M40Y0K30 
(26%,40%,0%,30%)
(0.26/0.40/0.00/0.30)	

CMYK percentages

%25.84
%39.89
%0
%30.2

Codes

Color #846BB2 in popluar color models

846BB2
RGB132107178
HSL261°31.56%55.88%
HSB/HSV261°39.89%69.80%
CMYK25.84%39.89%0.00%
30.20%

Color #846BB2 in popluar number systems.

HEX846BB2
Decimal132107178
Binary10000100110101110110010
Octal204153262

Shades and tints

Shades of #846BB2

#846BB2
(132,107,178)
#7862A2
(120,98,162)
#6C5992
(108,89,146)
#605082
(96,80,130)
#544772
(84,71,114)
#483E62
(72,62,98)
#3C3552
(60,53,82)
#302C42
(48,44,66)
#242332
(36,35,50)
#181A22
(24,26,34)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #846BB2

#846BB2
(132,107,178)
#8F78B9
(143,120,185)
#9A85C0
(154,133,192)
#A592C7
(165,146,199)
#B09FCE
(176,159,206)
#BBACD5
(187,172,213)
#C6B9DC
(198,185,220)
#D1C6E3
(209,198,227)
#DCD3EA
(220,211,234)
#E7E0F1
(231,224,241)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846BB2 color. Also use rgb(132,107,178) instead hex code.

Text Font Color

.myTextColor { color: #846BB2; }

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

This text font color is #846BB2.


Background Color

.myBgColor { background-color: #846BB2; }

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

This div background color is #846BB2.


Border color

.myBorderColor { border: 1px solid #846BB2; }

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

This div border color is #846BB2.


Opacity

.myOpacity80 { color: #846BB2; opacity: 0.8; }

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

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

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

This text has shadow with #846BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846BB2 on black background.


Color preview on white background

This text has color #846BB2 on white background.



Black color preview on #846BB2 background

This text has black color on #846BB2 background.


White color preview on #846BB2 background

This text has white color on #846BB2 background.