COLOR #846F90

HEX: #846F90
RGB: (132,111,144)

Color info

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

RGB color model

#846F90 color RGB value is (132,111,144).

  • red value is 132;
  • green value is 111;
  • blue value is 144.
RGB:
(132,111,144)
(52%,44%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 144 of 255 = 56%

132
111
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 144 = 387 (100%)
R 132 of 387 ~ 34.11%
G 111 of 387 ~ 28.68%
B 144 of 387 ~ 37.21%

%34.11
%28.68
%37.21

CMYK color model

#846F90 color CMYK value is (8,23,0,44).

  • cyan value is 8.33%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,23,0,44)
C8M23Y0K44 
(8%,23%,0%,44%)
(0.08/0.23/0.00/0.44)	

CMYK percentages

%8.33
%22.92
%0
%43.53

Codes

Color #846F90 in popluar color models

846F90
RGB132111144
HSL278°12.94%50.00%
HSB/HSV278°22.92%56.47%
CMYK8.33%22.92%0.00%
43.53%

Color #846F90 in popluar number systems.

HEX846F90
Decimal132111144
Binary10000100110111110010000
Octal204157220

Shades and tints

Shades of #846F90

#846F90
(132,111,144)
#786583
(120,101,131)
#6C5B76
(108,91,118)
#605169
(96,81,105)
#54475C
(84,71,92)
#483D4F
(72,61,79)
#3C3342
(60,51,66)
#302935
(48,41,53)
#241F28
(36,31,40)
#18151B
(24,21,27)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #846F90

#846F90
(132,111,144)
#8F7C9A
(143,124,154)
#9A89A4
(154,137,164)
#A596AE
(165,150,174)
#B0A3B8
(176,163,184)
#BBB0C2
(187,176,194)
#C6BDCC
(198,189,204)
#D1CAD6
(209,202,214)
#DCD7E0
(220,215,224)
#E7E4EA
(231,228,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846F90 color. Also use rgb(132,111,144) instead hex code.

Text Font Color

.myTextColor { color: #846F90; }

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

This text font color is #846F90.


Background Color

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

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

This div background color is #846F90.


Border color

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

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

This div border color is #846F90.


Opacity

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

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

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

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

This text has shadow with #846F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F90 on black background.


Color preview on white background

This text has color #846F90 on white background.



Black color preview on #846F90 background

This text has black color on #846F90 background.


White color preview on #846F90 background

This text has white color on #846F90 background.