COLOR #84688C

HEX: #84688C RGB: (132,104,140)

Color info

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

RGB color model

#84688C color RGB value is (132,104,140).

RGB: (132,104,140) (52%, 41%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 140 of 255 = 55%

132
104
140

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

Portions of RGB colors in percentages

R + G + B = 132 + 104 + 140 = 376 (100%)
R 132 of 376 ~ 35.11%
G 104 of 376 ~ 27.66%
B 140 of 376 ~ 37.23'%

%35.11
%27.66
%37.23

CMYK color model

#84688C color CMYK value is (6,26,0,45).

  • cyan value is 5.71%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (6,26,0,45)
C6M26Y0K45 (6%, 26%, 0%, 45%)
(0.06 / 0.26 / 0.00 / 0.45)

CMYK percentages

%5.71
%25.71
%0
%45.1

Codes

Color #84688C in popluar color models

84 68 8C
RGB 132 104 140
HSL 287° 14.75% 47.84%
HSB/HSV 287° 25.71% 54.90%
CMYK 5.71% 25.71% 0.00%
45.10%

Color #84688C in popluar number systems.

HEX 84 68 8C
Decimal 132 104 140
Binary 10000100 1101000 10001100
Octal 204 150 214

Shades and tints

Shades of #84688C

#84688C
(132,104,140)
#785F80
(120,95,128)
#6C5674
(108,86,116)
#604D68
(96,77,104)
#54445C
(84,68,92)
#483B50
(72,59,80)
#3C3244
(60,50,68)
#302938
(48,41,56)
#24202C
(36,32,44)
#181720
(24,23,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #84688C

#84688C
(132,104,140)
#8F7596
(143,117,150)
#9A82A0
(154,130,160)
#A58FAA
(165,143,170)
#B09CB4
(176,156,180)
#BBA9BE
(187,169,190)
#C6B6C8
(198,182,200)
#D1C3D2
(209,195,210)
#DCD0DC
(220,208,220)
#E7DDE6
(231,221,230)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84688C color. Also use rgb(132,104,140) instead hex code.

Text Font Color

.myTextColor { color: #84688C; }

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

This text font color is #84688C.

Background Color

.myBgColor { background-color: #84688C; }

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

This div background color is #84688C.

Border color

.myBorderColor { border: 1px solid #84688C; }

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

This div border color is #84688C.

Opacity

.myOpacity80 { color: #84688C; opacity: 0.8; }

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

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

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

This text has shadow with #84688C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84688C.

Preview

Color preview on black background

This text has color #84688C on black background.


Color preview on white background

This text has color #84688C on white background.


Black color preview on #84688C background

This text has black color on #84688C background.


White color preview on #84688C background

This text has white color on #84688C background.


Related colors

Complementary color

Complementary color for #hex is #7B9773.


I love getcolorcode.com

Triadic colors

1 #8C8468 and #688C84 with #84688C are triadic colors.

2 #8C6884 and #68848C with #84688C are triadic colors.