COLOR #84668E

HEX: #84668E
RGB: (132,102,142)

Color info

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

RGB color model

#84668E color RGB value is (132,102,142).

  • red value is 132;
  • green value is 102;
  • blue value is 142.
RGB:
(132,102,142)
(52%,40%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 142 of 255 = 56%

132
102
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 142 = 376 (100%)
R 132 of 376 ~ 35.11%
G 102 of 376 ~ 27.13%
B 142 of 376 ~ 37.77%

%35.11
%27.13
%37.77

CMYK color model

#84668E color CMYK value is (7,28,0,44).

  • cyan value is 7.04%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(7,28,0,44)
C7M28Y0K44 
(7%,28%,0%,44%)
(0.07/0.28/0.00/0.44)	

CMYK percentages

%7.04
%28.17
%0
%44.31

Codes

Color #84668E in popluar color models

84668E
RGB132102142
HSL285°16.39%47.84%
HSB/HSV285°28.17%55.69%
CMYK7.04%28.17%0.00%
44.31%

Color #84668E in popluar number systems.

HEX84668E
Decimal132102142
Binary10000100110011010001110
Octal204146216

Shades and tints

Shades of #84668E

#84668E
(132,102,142)
#785D82
(120,93,130)
#6C5476
(108,84,118)
#604B6A
(96,75,106)
#54425E
(84,66,94)
#483952
(72,57,82)
#3C3046
(60,48,70)
#30273A
(48,39,58)
#241E2E
(36,30,46)
#181522
(24,21,34)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #84668E

#84668E
(132,102,142)
#8F7398
(143,115,152)
#9A80A2
(154,128,162)
#A58DAC
(165,141,172)
#B09AB6
(176,154,182)
#BBA7C0
(187,167,192)
#C6B4CA
(198,180,202)
#D1C1D4
(209,193,212)
#DCCEDE
(220,206,222)
#E7DBE8
(231,219,232)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84668E color. Also use rgb(132,102,142) instead hex code.

Text Font Color

.myTextColor { color: #84668E; }

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

This text font color is #84668E.


Background Color

.myBgColor { background-color: #84668E; }

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

This div background color is #84668E.


Border color

.myBorderColor { border: 1px solid #84668E; }

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

This div border color is #84668E.


Opacity

.myOpacity80 { color: #84668E; opacity: 0.8; }

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

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

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

This text has shadow with #84668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84668E on black background.


Color preview on white background

This text has color #84668E on white background.



Black color preview on #84668E background

This text has black color on #84668E background.


White color preview on #84668E background

This text has white color on #84668E background.