COLOR #84678D

HEX: #84678D RGB: (132,103,141)

Color info

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

RGB color model

#84678D color RGB value is (132,103,141).

RGB: (132,103,141) (52%, 40%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 141 of 255 = 55%

132
103
141

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

Portions of RGB colors in percentages

R + G + B = 132 + 103 + 141 = 376 (100%)
R 132 of 376 ~ 35.11%
G 103 of 376 ~ 27.39%
B 141 of 376 ~ 37.5'%

%35.11
%27.39
%37.5

CMYK color model

#84678D color CMYK value is (6,27,0,45).

  • cyan value is 6.38%
  • magenta value is 26.95%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,27,0,45)
C6M27Y0K45 (6%, 27%, 0%, 45%)
(0.06 / 0.27 / 0.00 / 0.45)

CMYK percentages

%6.38
%26.95
%0
%44.71

Codes

Color #84678D in popluar color models

84 67 8D
RGB 132 103 141
HSL 286° 15.57% 47.84%
HSB/HSV 286° 26.95% 55.29%
CMYK 6.38% 26.95% 0.00%
44.71%

Color #84678D in popluar number systems.

HEX 84 67 8D
Decimal 132 103 141
Binary 10000100 1100111 10001101
Octal 204 147 215

Shades and tints

Shades of #84678D

#84678D
(132,103,141)
#785E81
(120,94,129)
#6C5575
(108,85,117)
#604C69
(96,76,105)
#54435D
(84,67,93)
#483A51
(72,58,81)
#3C3145
(60,49,69)
#302839
(48,40,57)
#241F2D
(36,31,45)
#181621
(24,22,33)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #84678D

#84678D
(132,103,141)
#8F7497
(143,116,151)
#9A81A1
(154,129,161)
#A58EAB
(165,142,171)
#B09BB5
(176,155,181)
#BBA8BF
(187,168,191)
#C6B5C9
(198,181,201)
#D1C2D3
(209,194,211)
#DCCFDD
(220,207,221)
#E7DCE7
(231,220,231)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84678D; }

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

This text font color is #84678D.

Background Color

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

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

This div background color is #84678D.

Border color

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

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

This div border color is #84678D.

Opacity

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

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

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

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

This text has shadow with #84678D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84678D.

Preview

Color preview on black background

This text has color #84678D on black background.


Color preview on white background

This text has color #84678D on white background.


Black color preview on #84678D background

This text has black color on #84678D background.


White color preview on #84678D background

This text has white color on #84678D background.


Related colors

Complementary color

Complementary color for #hex is #7B9872.


I love getcolorcode.com

Triadic colors

1 #8D8467 and #678D84 with #84678D are triadic colors.

2 #8D6784 and #67848D with #84678D are triadic colors.