COLOR #8684AF

HEX: #8684AF
RGB: (134,132,175)

Color info

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

RGB color model

#8684AF color RGB value is (134,132,175).

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

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 175 of 255 = 69%

134
132
175

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 175 = 441 (100%)
R 134 of 441 ~ 30.39%
G 132 of 441 ~ 29.93%
B 175 of 441 ~ 39.68%

%30.39
%29.93
%39.68

CMYK color model

#8684AF color CMYK value is (23,25,0,31).

  • cyan value is 23.43%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,25,0,31)
C23M25Y0K31 
(23%,25%,0%,31%)
(0.23/0.25/0.00/0.31)	

CMYK percentages

%23.43
%24.57
%0
%31.37

Codes

Color #8684AF in popluar color models

8684AF
RGB134132175
HSL243°21.18%60.20%
HSB/HSV243°24.57%68.63%
CMYK23.43%24.57%0.00%
31.37%

Color #8684AF in popluar number systems.

HEX8684AF
Decimal134132175
Binary100001101000010010101111
Octal206204257

Shades and tints

Shades of #8684AF

#8684AF
(134,132,175)
#7A78A0
(122,120,160)
#6E6C91
(110,108,145)
#626082
(98,96,130)
#565473
(86,84,115)
#4A4864
(74,72,100)
#3E3C55
(62,60,85)
#323046
(50,48,70)
#262437
(38,36,55)
#1A1828
(26,24,40)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #8684AF

#8684AF
(134,132,175)
#918FB6
(145,143,182)
#9C9ABD
(156,154,189)
#A7A5C4
(167,165,196)
#B2B0CB
(178,176,203)
#BDBBD2
(189,187,210)
#C8C6D9
(200,198,217)
#D3D1E0
(211,209,224)
#DEDCE7
(222,220,231)
#E9E7EE
(233,231,238)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684AF; }

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

This text font color is #8684AF.


Background Color

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

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

This div background color is #8684AF.


Border color

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

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

This div border color is #8684AF.


Opacity

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

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

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

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

This text has shadow with #8684AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684AF on black background.


Color preview on white background

This text has color #8684AF on white background.



Black color preview on #8684AF background

This text has black color on #8684AF background.


White color preview on #8684AF background

This text has white color on #8684AF background.