COLOR #8684AA

HEX: #8684AA RGB: (134,132,170)

Color info

#8684AA contains red, green and blue colors in about the same proportion. Web safe color of #8684AA is #999999 (or #999).

RGB color model

#8684AA color RGB value is (134,132,170).

RGB: (134,132,170) (53%, 52%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 170 of 255 = 67%

134
132
170

R + G + B ~ 57%. #8684AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 132 + 170 = 436 (100%)
R 134 of 436 ~ 30.73%
G 132 of 436 ~ 30.28%
B 170 of 436 ~ 38.99'%

%30.73
%30.28
%38.99

CMYK color model

#8684AA color CMYK value is (21,22,0,33).

  • cyan value is 21.18%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (21,22,0,33)
C21M22Y0K33 (21%, 22%, 0%, 33%)
(0.21 / 0.22 / 0.00 / 0.33)

CMYK percentages

%21.18
%22.35
%0
%33.33

Codes

Color #8684AA in popluar color models

86 84 AA
RGB 134 132 170
HSL 243° 18.27% 59.22%
HSB/HSV 243° 22.35% 66.67%
CMYK 21.18% 22.35% 0.00%
33.33%

Color #8684AA in popluar number systems.

HEX 86 84 AA
Decimal 134 132 170
Binary 10000110 10000100 10101010
Octal 206 204 252

Shades and tints

Shades of #8684AA

#8684AA
(134,132,170)
#7A789B
(122,120,155)
#6E6C8C
(110,108,140)
#62607D
(98,96,125)
#56546E
(86,84,110)
#4A485F
(74,72,95)
#3E3C50
(62,60,80)
#323041
(50,48,65)
#262432
(38,36,50)
#1A1823
(26,24,35)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #8684AA

#8684AA
(134,132,170)
#918FB1
(145,143,177)
#9C9AB8
(156,154,184)
#A7A5BF
(167,165,191)
#B2B0C6
(178,176,198)
#BDBBCD
(189,187,205)
#C8C6D4
(200,198,212)
#D3D1DB
(211,209,219)
#DEDCE2
(222,220,226)
#E9E7E9
(233,231,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8684AA color. Also use rgb(134,132,170) instead hex code.

Text Font Color

.myTextColor { color: #8684AA; }

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

This text font color is #8684AA.

Background Color

.myBgColor { background-color: #8684AA; }

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

This div background color is #8684AA.

Border color

.myBorderColor { border: 1px solid #8684AA; }

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

This div border color is #8684AA.

Opacity

.myOpacity80 { color: #8684AA; opacity: 0.8; }

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

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

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

This text has shadow with #8684AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8684AA.

Preview

Color preview on black background

This text has color #8684AA on black background.


Color preview on white background

This text has color #8684AA on white background.


Black color preview on #8684AA background

This text has black color on #8684AA background.


White color preview on #8684AA background

This text has white color on #8684AA background.


Related colors

Complementary color

Complementary color for #hex is #797B55.


I love getcolorcode.com

Triadic colors

1 #AA8684 and #84AA86 with #8684AA are triadic colors.

2 #AA8486 and #8486AA with #8684AA are triadic colors.