COLOR #847090

HEX: #847090
RGB: (132,112,144)

Color info

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

RGB color model

#847090 color RGB value is (132,112,144).

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

RGB channels and saturation

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

132
112
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 144 = 388 (100%)
R 132 of 388 ~ 34.02%
G 112 of 388 ~ 28.87%
B 144 of 388 ~ 37.11%

%34.02
%28.87
%37.11

CMYK color model

#847090 color CMYK value is (8,22,0,44).

  • cyan value is 8.33%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,22,0,44)
C8M22Y0K44 
(8%,22%,0%,44%)
(0.08/0.22/0.00/0.44)	

CMYK percentages

%8.33
%22.22
%0
%43.53

Codes

Color #847090 in popluar color models

847090
RGB132112144
HSL278°12.60%50.20%
HSB/HSV278°22.22%56.47%
CMYK8.33%22.22%0.00%
43.53%

Color #847090 in popluar number systems.

HEX847090
Decimal132112144
Binary10000100111000010010000
Octal204160220

Shades and tints

Shades of #847090

#847090
(132,112,144)
#786683
(120,102,131)
#6C5C76
(108,92,118)
#605269
(96,82,105)
#54485C
(84,72,92)
#483E4F
(72,62,79)
#3C3442
(60,52,66)
#302A35
(48,42,53)
#242028
(36,32,40)
#18161B
(24,22,27)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #847090

#847090
(132,112,144)
#8F7D9A
(143,125,154)
#9A8AA4
(154,138,164)
#A597AE
(165,151,174)
#B0A4B8
(176,164,184)
#BBB1C2
(187,177,194)
#C6BECC
(198,190,204)
#D1CBD6
(209,203,214)
#DCD8E0
(220,216,224)
#E7E5EA
(231,229,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847090; }

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

This text font color is #847090.


Background Color

.myBgColor { background-color: #847090; }

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

This div background color is #847090.


Border color

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

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

This div border color is #847090.


Opacity

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

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

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

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

This text has shadow with #847090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847090 on black background.


Color preview on white background

This text has color #847090 on white background.



Black color preview on #847090 background

This text has black color on #847090 background.


White color preview on #847090 background

This text has white color on #847090 background.