COLOR #846CB0

HEX: #846CB0
RGB: (132,108,176)

Color info

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

RGB color model

#846CB0 color RGB value is (132,108,176).

  • red value is 132;
  • green value is 108;
  • blue value is 176.
RGB:
(132,108,176)
(52%,42%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 176 of 255 = 69%

132
108
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 176 = 416 (100%)
R 132 of 416 ~ 31.73%
G 108 of 416 ~ 25.96%
B 176 of 416 ~ 42.31%

%31.73
%25.96
%42.31

CMYK color model

#846CB0 color CMYK value is (25,39,0,31).

  • cyan value is 25.00%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,39,0,31)
C25M39Y0K31 
(25%,39%,0%,31%)
(0.25/0.39/0.00/0.31)	

CMYK percentages

%25
%38.64
%0
%30.98

Codes

Color #846CB0 in popluar color models

846CB0
RGB132108176
HSL261°30.09%55.69%
HSB/HSV261°38.64%69.02%
CMYK25.00%38.64%0.00%
30.98%

Color #846CB0 in popluar number systems.

HEX846CB0
Decimal132108176
Binary10000100110110010110000
Octal204154260

Shades and tints

Shades of #846CB0

#846CB0
(132,108,176)
#7863A0
(120,99,160)
#6C5A90
(108,90,144)
#605180
(96,81,128)
#544870
(84,72,112)
#483F60
(72,63,96)
#3C3650
(60,54,80)
#302D40
(48,45,64)
#242430
(36,36,48)
#181B20
(24,27,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #846CB0

#846CB0
(132,108,176)
#8F79B7
(143,121,183)
#9A86BE
(154,134,190)
#A593C5
(165,147,197)
#B0A0CC
(176,160,204)
#BBADD3
(187,173,211)
#C6BADA
(198,186,218)
#D1C7E1
(209,199,225)
#DCD4E8
(220,212,232)
#E7E1EF
(231,225,239)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846CB0 color. Also use rgb(132,108,176) instead hex code.

Text Font Color

.myTextColor { color: #846CB0; }

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

This text font color is #846CB0.


Background Color

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

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

This div background color is #846CB0.


Border color

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

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

This div border color is #846CB0.


Opacity

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

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

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

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

This text has shadow with #846CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846CB0 on black background.


Color preview on white background

This text has color #846CB0 on white background.



Black color preview on #846CB0 background

This text has black color on #846CB0 background.


White color preview on #846CB0 background

This text has white color on #846CB0 background.