COLOR #847693

HEX: #847693
RGB: (132,118,147)

Color info

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

RGB color model

#847693 color RGB value is (132,118,147).

  • red value is 132;
  • green value is 118;
  • blue value is 147.
RGB:
(132,118,147)
(52%,46%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 147 of 255 = 58%

132
118
147

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 147 = 397 (100%)
R 132 of 397 ~ 33.25%
G 118 of 397 ~ 29.72%
B 147 of 397 ~ 37.03%

%33.25
%29.72
%37.03

CMYK color model

#847693 color CMYK value is (10,20,0,42).

  • cyan value is 10.20%
  • magenta value is 19.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,20,0,42)
C10M20Y0K42 
(10%,20%,0%,42%)
(0.10/0.20/0.00/0.42)	

CMYK percentages

%10.2
%19.73
%0
%42.35

Codes

Color #847693 in popluar color models

847693
RGB132118147
HSL269°11.84%51.96%
HSB/HSV269°19.73%57.65%
CMYK10.20%19.73%0.00%
42.35%

Color #847693 in popluar number systems.

HEX847693
Decimal132118147
Binary10000100111011010010011
Octal204166223

Shades and tints

Shades of #847693

#847693
(132,118,147)
#786C86
(120,108,134)
#6C6279
(108,98,121)
#60586C
(96,88,108)
#544E5F
(84,78,95)
#484452
(72,68,82)
#3C3A45
(60,58,69)
#303038
(48,48,56)
#24262B
(36,38,43)
#181C1E
(24,28,30)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #847693

#847693
(132,118,147)
#8F829C
(143,130,156)
#9A8EA5
(154,142,165)
#A59AAE
(165,154,174)
#B0A6B7
(176,166,183)
#BBB2C0
(187,178,192)
#C6BEC9
(198,190,201)
#D1CAD2
(209,202,210)
#DCD6DB
(220,214,219)
#E7E2E4
(231,226,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847693 color. Also use rgb(132,118,147) instead hex code.

Text Font Color

.myTextColor { color: #847693; }

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

This text font color is #847693.


Background Color

.myBgColor { background-color: #847693; }

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

This div background color is #847693.


Border color

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

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

This div border color is #847693.


Opacity

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

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

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

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

This text has shadow with #847693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847693 on black background.


Color preview on white background

This text has color #847693 on white background.



Black color preview on #847693 background

This text has black color on #847693 background.


White color preview on #847693 background

This text has white color on #847693 background.