COLOR #8684AC

HEX: #8684AC
RGB: (134,132,172)

Color info

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

RGB color model

#8684AC color RGB value is (134,132,172).

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

RGB channels and saturation

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

134
132
172

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 172 = 438 (100%)
R 134 of 438 ~ 30.59%
G 132 of 438 ~ 30.14%
B 172 of 438 ~ 39.27%

%30.59
%30.14
%39.27

CMYK color model

#8684AC color CMYK value is (22,23,0,33).

  • cyan value is 22.09%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,23,0,33)
C22M23Y0K33 
(22%,23%,0%,33%)
(0.22/0.23/0.00/0.33)	

CMYK percentages

%22.09
%23.26
%0
%32.55

Codes

Color #8684AC in popluar color models

8684AC
RGB134132172
HSL243°19.42%59.61%
HSB/HSV243°23.26%67.45%
CMYK22.09%23.26%0.00%
32.55%

Color #8684AC in popluar number systems.

HEX8684AC
Decimal134132172
Binary100001101000010010101100
Octal206204254

Shades and tints

Shades of #8684AC

#8684AC
(134,132,172)
#7A789D
(122,120,157)
#6E6C8E
(110,108,142)
#62607F
(98,96,127)
#565470
(86,84,112)
#4A4861
(74,72,97)
#3E3C52
(62,60,82)
#323043
(50,48,67)
#262434
(38,36,52)
#1A1825
(26,24,37)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #8684AC

#8684AC
(134,132,172)
#918FB3
(145,143,179)
#9C9ABA
(156,154,186)
#A7A5C1
(167,165,193)
#B2B0C8
(178,176,200)
#BDBBCF
(189,187,207)
#C8C6D6
(200,198,214)
#D3D1DD
(211,209,221)
#DEDCE4
(222,220,228)
#E9E7EB
(233,231,235)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684AC; }

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

This text font color is #8684AC.


Background Color

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

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

This div background color is #8684AC.


Border color

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

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

This div border color is #8684AC.


Opacity

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

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

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

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

This text has shadow with #8684AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684AC on black background.


Color preview on white background

This text has color #8684AC on white background.



Black color preview on #8684AC background

This text has black color on #8684AC background.


White color preview on #8684AC background

This text has white color on #8684AC background.