COLOR #8684C1

HEX: #8684C1 RGB: (134,132,193)

Color info

#8684C1 contains mainly red and blue colors. Web safe color of #8684C1 is #9999CC (or #99C).

RGB color model

#8684C1 color RGB value is (134,132,193).

RGB: (134,132,193) (53%, 52%, 76%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 193 of 255 = 76%

134
132
193

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

Portions of RGB colors in percentages

R + G + B = 134 + 132 + 193 = 459 (100%)
R 134 of 459 ~ 29.19%
G 132 of 459 ~ 28.76%
B 193 of 459 ~ 42.05'%

%29.19
%28.76
%42.05

CMYK color model

#8684C1 color CMYK value is (31,32,0,24).

  • cyan value is 30.57%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (31,32,0,24) C31M32Y0K24 (31%,32%,0%,24%) (0.31/0.32/0.00/0.24) 

CMYK percentages

%30.57
%31.61
%0
%24.31

Codes

Color #8684C1 in popluar color models

86 84 C1
RGB 134 132 193
HSL 242° 32.97% 63.73%
HSB/HSV 242° 31.61% 75.69%
CMYK 30.57% 31.61% 0.00%
24.31%

Color #8684C1 in popluar number systems.

HEX 86 84 C1
Decimal 134 132 193
Binary 10000110 10000100 11000001
Octal 206 204 301

Shades and tints

Shades of #8684C1

#8684C1
(134,132,193)
#7A78B0
(122,120,176)
#6E6C9F
(110,108,159)
#62608E
(98,96,142)
#56547D
(86,84,125)
#4A486C
(74,72,108)
#3E3C5B
(62,60,91)
#32304A
(50,48,74)
#262439
(38,36,57)
#1A1828
(26,24,40)
#0E0C17
(14,12,23)
#000000
(0,0,0)

Tints of #8684C1

#8684C1
(134,132,193)
#918FC6
(145,143,198)
#9C9ACB
(156,154,203)
#A7A5D0
(167,165,208)
#B2B0D5
(178,176,213)
#BDBBDA
(189,187,218)
#C8C6DF
(200,198,223)
#D3D1E4
(211,209,228)
#DEDCE9
(222,220,233)
#E9E7EE
(233,231,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684C1; }

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

This text font color is #8684C1.

Background Color

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

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

This div background color is #8684C1.

Border color

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

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

This div border color is #8684C1.

Opacity

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

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

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

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

This text has shadow with #8684C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8684C1.

Preview

Color preview on black background

This text has color #8684C1 on black background.


Color preview on white background

This text has color #8684C1 on white background.


Black color preview on #8684C1 background

This text has black color on #8684C1 background.


White color preview on #8684C1 background

This text has white color on #8684C1 background.


Related colors

Complementary color

Complementary color for #hex is #797B3E.


I love getcolorcode.com

Triadic colors

1 #C18684 and #84C186 with #8684C1 are triadic colors.

2 #C18486 and #8486C1 with #8684C1 are triadic colors.