COLOR #8684BA

HEX: #8684BA
RGB: (134,132,186)

Color info

#8684BA contains red, green and blue colors in about the same proportion. Web safe color of #8684BA is #9999CC (or #99C).

RGB color model

#8684BA color RGB value is (134,132,186).

  • red value is 134;
  • green value is 132;
  • blue value is 186.
RGB:
(134,132,186)
(53%,52%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 186 of 255 = 73%

134
132
186

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 186 = 452 (100%)
R 134 of 452 ~ 29.65%
G 132 of 452 ~ 29.2%
B 186 of 452 ~ 41.15%

%29.65
%29.2
%41.15

CMYK color model

#8684BA color CMYK value is (28,29,0,27).

  • cyan value is 27.96%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,29,0,27)
C28M29Y0K27 
(28%,29%,0%,27%)
(0.28/0.29/0.00/0.27)	

CMYK percentages

%27.96
%29.03
%0
%27.06

Codes

Color #8684BA in popluar color models

8684BA
RGB134132186
HSL242°28.13%62.35%
HSB/HSV242°29.03%72.94%
CMYK27.96%29.03%0.00%
27.06%

Color #8684BA in popluar number systems.

HEX8684BA
Decimal134132186
Binary100001101000010010111010
Octal206204272

Shades and tints

Shades of #8684BA

#8684BA
(134,132,186)
#7A78AA
(122,120,170)
#6E6C9A
(110,108,154)
#62608A
(98,96,138)
#56547A
(86,84,122)
#4A486A
(74,72,106)
#3E3C5A
(62,60,90)
#32304A
(50,48,74)
#26243A
(38,36,58)
#1A182A
(26,24,42)
#0E0C1A
(14,12,26)
#000000
(0,0,0)

Tints of #8684BA

#8684BA
(134,132,186)
#918FC0
(145,143,192)
#9C9AC6
(156,154,198)
#A7A5CC
(167,165,204)
#B2B0D2
(178,176,210)
#BDBBD8
(189,187,216)
#C8C6DE
(200,198,222)
#D3D1E4
(211,209,228)
#DEDCEA
(222,220,234)
#E9E7F0
(233,231,240)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684BA; }

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

This text font color is #8684BA.


Background Color

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

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

This div background color is #8684BA.


Border color

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

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

This div border color is #8684BA.


Opacity

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

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

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

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

This text has shadow with #8684BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684BA on black background.


Color preview on white background

This text has color #8684BA on white background.



Black color preview on #8684BA background

This text has black color on #8684BA background.


White color preview on #8684BA background

This text has white color on #8684BA background.