COLOR #846EB0

HEX: #846EB0
RGB: (132,110,176)

Color info

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

RGB color model

#846EB0 color RGB value is (132,110,176).

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

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 176 of 255 = 69%

132
110
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 176 = 418 (100%)
R 132 of 418 ~ 31.58%
G 110 of 418 ~ 26.32%
B 176 of 418 ~ 42.11%

%31.58
%26.32
%42.11

CMYK color model

#846EB0 color CMYK value is (25,38,0,31).

  • cyan value is 25.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(25,38,0,31)
C25M38Y0K31 
(25%,38%,0%,31%)
(0.25/0.38/0.00/0.31)	

CMYK percentages

%25
%37.5
%0
%30.98

Codes

Color #846EB0 in popluar color models

846EB0
RGB132110176
HSL260°29.46%56.08%
HSB/HSV260°37.50%69.02%
CMYK25.00%37.50%0.00%
30.98%

Color #846EB0 in popluar number systems.

HEX846EB0
Decimal132110176
Binary10000100110111010110000
Octal204156260

Shades and tints

Shades of #846EB0

#846EB0
(132,110,176)
#7864A0
(120,100,160)
#6C5A90
(108,90,144)
#605080
(96,80,128)
#544670
(84,70,112)
#483C60
(72,60,96)
#3C3250
(60,50,80)
#302840
(48,40,64)
#241E30
(36,30,48)
#181420
(24,20,32)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #846EB0

#846EB0
(132,110,176)
#8F7BB7
(143,123,183)
#9A88BE
(154,136,190)
#A595C5
(165,149,197)
#B0A2CC
(176,162,204)
#BBAFD3
(187,175,211)
#C6BCDA
(198,188,218)
#D1C9E1
(209,201,225)
#DCD6E8
(220,214,232)
#E7E3EF
(231,227,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846EB0; }

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

This text font color is #846EB0.


Background Color

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

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

This div background color is #846EB0.


Border color

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

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

This div border color is #846EB0.


Opacity

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

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

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

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

This text has shadow with #846EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846EB0 on black background.


Color preview on white background

This text has color #846EB0 on white background.



Black color preview on #846EB0 background

This text has black color on #846EB0 background.


White color preview on #846EB0 background

This text has white color on #846EB0 background.