COLOR #84679D

HEX: #84679D
RGB: (132,103,157)

Color info

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

RGB color model

#84679D color RGB value is (132,103,157).

  • red value is 132;
  • green value is 103;
  • blue value is 157.
RGB:
(132,103,157)
(52%,40%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 157 of 255 = 62%

132
103
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 157 = 392 (100%)
R 132 of 392 ~ 33.67%
G 103 of 392 ~ 26.28%
B 157 of 392 ~ 40.05%

%33.67
%26.28
%40.05

CMYK color model

#84679D color CMYK value is (16,34,0,38).

  • cyan value is 15.92%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,34,0,38)
C16M34Y0K38 
(16%,34%,0%,38%)
(0.16/0.34/0.00/0.38)	

CMYK percentages

%15.92
%34.39
%0
%38.43

Codes

Color #84679D in popluar color models

84679D
RGB132103157
HSL272°21.60%50.98%
HSB/HSV272°34.39%61.57%
CMYK15.92%34.39%0.00%
38.43%

Color #84679D in popluar number systems.

HEX84679D
Decimal132103157
Binary10000100110011110011101
Octal204147235

Shades and tints

Shades of #84679D

#84679D
(132,103,157)
#785E8F
(120,94,143)
#6C5581
(108,85,129)
#604C73
(96,76,115)
#544365
(84,67,101)
#483A57
(72,58,87)
#3C3149
(60,49,73)
#30283B
(48,40,59)
#241F2D
(36,31,45)
#18161F
(24,22,31)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #84679D

#84679D
(132,103,157)
#8F74A5
(143,116,165)
#9A81AD
(154,129,173)
#A58EB5
(165,142,181)
#B09BBD
(176,155,189)
#BBA8C5
(187,168,197)
#C6B5CD
(198,181,205)
#D1C2D5
(209,194,213)
#DCCFDD
(220,207,221)
#E7DCE5
(231,220,229)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84679D color. Also use rgb(132,103,157) instead hex code.

Text Font Color

.myTextColor { color: #84679D; }

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

This text font color is #84679D.


Background Color

.myBgColor { background-color: #84679D; }

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

This div background color is #84679D.


Border color

.myBorderColor { border: 1px solid #84679D; }

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

This div border color is #84679D.


Opacity

.myOpacity80 { color: #84679D; opacity: 0.8; }

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

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

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

This text has shadow with #84679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84679D on black background.


Color preview on white background

This text has color #84679D on white background.



Black color preview on #84679D background

This text has black color on #84679D background.


White color preview on #84679D background

This text has white color on #84679D background.