COLOR #846EAA

HEX: #846EAA
RGB: (132,110,170)

Color info

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

RGB color model

#846EAA color RGB value is (132,110,170).

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

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 170 of 255 = 67%

132
110
170

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 170 = 412 (100%)
R 132 of 412 ~ 32.04%
G 110 of 412 ~ 26.7%
B 170 of 412 ~ 41.26%

%32.04
%26.7
%41.26

CMYK color model

#846EAA color CMYK value is (22,35,0,33).

  • cyan value is 22.35%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(22,35,0,33)
C22M35Y0K33 
(22%,35%,0%,33%)
(0.22/0.35/0.00/0.33)	

CMYK percentages

%22.35
%35.29
%0
%33.33

Codes

Color #846EAA in popluar color models

846EAA
RGB132110170
HSL262°26.09%54.90%
HSB/HSV262°35.29%66.67%
CMYK22.35%35.29%0.00%
33.33%

Color #846EAA in popluar number systems.

HEX846EAA
Decimal132110170
Binary10000100110111010101010
Octal204156252

Shades and tints

Shades of #846EAA

#846EAA
(132,110,170)
#78649B
(120,100,155)
#6C5A8C
(108,90,140)
#60507D
(96,80,125)
#54466E
(84,70,110)
#483C5F
(72,60,95)
#3C3250
(60,50,80)
#302841
(48,40,65)
#241E32
(36,30,50)
#181423
(24,20,35)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #846EAA

#846EAA
(132,110,170)
#8F7BB1
(143,123,177)
#9A88B8
(154,136,184)
#A595BF
(165,149,191)
#B0A2C6
(176,162,198)
#BBAFCD
(187,175,205)
#C6BCD4
(198,188,212)
#D1C9DB
(209,201,219)
#DCD6E2
(220,214,226)
#E7E3E9
(231,227,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846EAA; }

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

This text font color is #846EAA.


Background Color

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

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

This div background color is #846EAA.


Border color

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

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

This div border color is #846EAA.


Opacity

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

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

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

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

This text has shadow with #846EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846EAA on black background.


Color preview on white background

This text has color #846EAA on white background.



Black color preview on #846EAA background

This text has black color on #846EAA background.


White color preview on #846EAA background

This text has white color on #846EAA background.