COLOR #846E9E

HEX: #846E9E
RGB: (132,110,158)

Color info

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

RGB color model

#846E9E color RGB value is (132,110,158).

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

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 158 of 255 = 62%

132
110
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 158 = 400 (100%)
R 132 of 400 ~ 33%
G 110 of 400 ~ 27.5%
B 158 of 400 ~ 39.5%

%33
%27.5
%39.5

CMYK color model

#846E9E color CMYK value is (16,30,0,38).

  • cyan value is 16.46%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,30,0,38)
C16M30Y0K38 
(16%,30%,0%,38%)
(0.16/0.30/0.00/0.38)	

CMYK percentages

%16.46
%30.38
%0
%38.04

Codes

Color #846E9E in popluar color models

846E9E
RGB132110158
HSL268°19.83%52.55%
HSB/HSV268°30.38%61.96%
CMYK16.46%30.38%0.00%
38.04%

Color #846E9E in popluar number systems.

HEX846E9E
Decimal132110158
Binary10000100110111010011110
Octal204156236

Shades and tints

Shades of #846E9E

#846E9E
(132,110,158)
#786490
(120,100,144)
#6C5A82
(108,90,130)
#605074
(96,80,116)
#544666
(84,70,102)
#483C58
(72,60,88)
#3C324A
(60,50,74)
#30283C
(48,40,60)
#241E2E
(36,30,46)
#181420
(24,20,32)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #846E9E

#846E9E
(132,110,158)
#8F7BA6
(143,123,166)
#9A88AE
(154,136,174)
#A595B6
(165,149,182)
#B0A2BE
(176,162,190)
#BBAFC6
(187,175,198)
#C6BCCE
(198,188,206)
#D1C9D6
(209,201,214)
#DCD6DE
(220,214,222)
#E7E3E6
(231,227,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846E9E; }

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

This text font color is #846E9E.


Background Color

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

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

This div background color is #846E9E.


Border color

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

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

This div border color is #846E9E.


Opacity

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

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

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

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

This text has shadow with #846E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E9E on black background.


Color preview on white background

This text has color #846E9E on white background.



Black color preview on #846E9E background

This text has black color on #846E9E background.


White color preview on #846E9E background

This text has white color on #846E9E background.