COLOR #846BA5

HEX: #846BA5
RGB: (132,107,165)

Color info

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

RGB color model

#846BA5 color RGB value is (132,107,165).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 165 of 255 = 65%

132
107
165

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 165 = 404 (100%)
R 132 of 404 ~ 32.67%
G 107 of 404 ~ 26.49%
B 165 of 404 ~ 40.84%

%32.67
%26.49
%40.84

CMYK color model

#846BA5 color CMYK value is (20,35,0,35).

  • cyan value is 20.00%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(20,35,0,35)
C20M35Y0K35 
(20%,35%,0%,35%)
(0.20/0.35/0.00/0.35)	

CMYK percentages

%20
%35.15
%0
%35.29

Codes

Color #846BA5 in popluar color models

846BA5
RGB132107165
HSL266°24.37%53.33%
HSB/HSV266°35.15%64.71%
CMYK20.00%35.15%0.00%
35.29%

Color #846BA5 in popluar number systems.

HEX846BA5
Decimal132107165
Binary10000100110101110100101
Octal204153245

Shades and tints

Shades of #846BA5

#846BA5
(132,107,165)
#786296
(120,98,150)
#6C5987
(108,89,135)
#605078
(96,80,120)
#544769
(84,71,105)
#483E5A
(72,62,90)
#3C354B
(60,53,75)
#302C3C
(48,44,60)
#24232D
(36,35,45)
#181A1E
(24,26,30)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #846BA5

#846BA5
(132,107,165)
#8F78AD
(143,120,173)
#9A85B5
(154,133,181)
#A592BD
(165,146,189)
#B09FC5
(176,159,197)
#BBACCD
(187,172,205)
#C6B9D5
(198,185,213)
#D1C6DD
(209,198,221)
#DCD3E5
(220,211,229)
#E7E0ED
(231,224,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846BA5; }

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

This text font color is #846BA5.


Background Color

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

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

This div background color is #846BA5.


Border color

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

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

This div border color is #846BA5.


Opacity

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

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

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

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

This text has shadow with #846BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846BA5 on black background.


Color preview on white background

This text has color #846BA5 on white background.



Black color preview on #846BA5 background

This text has black color on #846BA5 background.


White color preview on #846BA5 background

This text has white color on #846BA5 background.