COLOR #847990

HEX: #847990
RGB: (132,121,144)

Color info

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

RGB color model

#847990 color RGB value is (132,121,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 144 of 255 = 56%

132
121
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 144 = 397 (100%)
R 132 of 397 ~ 33.25%
G 121 of 397 ~ 30.48%
B 144 of 397 ~ 36.27%

%33.25
%30.48
%36.27

CMYK color model

#847990 color CMYK value is (8,16,0,44).

  • cyan value is 8.33%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,16,0,44)
C8M16Y0K44 
(8%,16%,0%,44%)
(0.08/0.16/0.00/0.44)	

CMYK percentages

%8.33
%15.97
%0
%43.53

Codes

Color #847990 in popluar color models

847990
RGB132121144
HSL269°9.39%51.96%
HSB/HSV269°15.97%56.47%
CMYK8.33%15.97%0.00%
43.53%

Color #847990 in popluar number systems.

HEX847990
Decimal132121144
Binary10000100111100110010000
Octal204171220

Shades and tints

Shades of #847990

#847990
(132,121,144)
#786E83
(120,110,131)
#6C6376
(108,99,118)
#605869
(96,88,105)
#544D5C
(84,77,92)
#48424F
(72,66,79)
#3C3742
(60,55,66)
#302C35
(48,44,53)
#242128
(36,33,40)
#18161B
(24,22,27)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #847990

#847990
(132,121,144)
#8F859A
(143,133,154)
#9A91A4
(154,145,164)
#A59DAE
(165,157,174)
#B0A9B8
(176,169,184)
#BBB5C2
(187,181,194)
#C6C1CC
(198,193,204)
#D1CDD6
(209,205,214)
#DCD9E0
(220,217,224)
#E7E5EA
(231,229,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847990; }

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

This text font color is #847990.


Background Color

.myBgColor { background-color: #847990; }

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

This div background color is #847990.


Border color

.myBorderColor { border: 1px solid #847990; }

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

This div border color is #847990.


Opacity

.myOpacity80 { color: #847990; opacity: 0.8; }

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

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

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

This text has shadow with #847990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847990 on black background.


Color preview on white background

This text has color #847990 on white background.



Black color preview on #847990 background

This text has black color on #847990 background.


White color preview on #847990 background

This text has white color on #847990 background.