COLOR #8684AD

HEX: #8684AD
RGB: (134,132,173)

Color info

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

RGB color model

#8684AD color RGB value is (134,132,173).

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

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 173 of 255 = 68%

134
132
173

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 173 = 439 (100%)
R 134 of 439 ~ 30.52%
G 132 of 439 ~ 30.07%
B 173 of 439 ~ 39.41%

%30.52
%30.07
%39.41

CMYK color model

#8684AD color CMYK value is (23,24,0,32).

  • cyan value is 22.54%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,24,0,32)
C23M24Y0K32 
(23%,24%,0%,32%)
(0.23/0.24/0.00/0.32)	

CMYK percentages

%22.54
%23.7
%0
%32.16

Codes

Color #8684AD in popluar color models

8684AD
RGB134132173
HSL243°20.00%59.80%
HSB/HSV243°23.70%67.84%
CMYK22.54%23.70%0.00%
32.16%

Color #8684AD in popluar number systems.

HEX8684AD
Decimal134132173
Binary100001101000010010101101
Octal206204255

Shades and tints

Shades of #8684AD

#8684AD
(134,132,173)
#7A789E
(122,120,158)
#6E6C8F
(110,108,143)
#626080
(98,96,128)
#565471
(86,84,113)
#4A4862
(74,72,98)
#3E3C53
(62,60,83)
#323044
(50,48,68)
#262435
(38,36,53)
#1A1826
(26,24,38)
#0E0C17
(14,12,23)
#000000
(0,0,0)

Tints of #8684AD

#8684AD
(134,132,173)
#918FB4
(145,143,180)
#9C9ABB
(156,154,187)
#A7A5C2
(167,165,194)
#B2B0C9
(178,176,201)
#BDBBD0
(189,187,208)
#C8C6D7
(200,198,215)
#D3D1DE
(211,209,222)
#DEDCE5
(222,220,229)
#E9E7EC
(233,231,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684AD; }

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

This text font color is #8684AD.


Background Color

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

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

This div background color is #8684AD.


Border color

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

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

This div border color is #8684AD.


Opacity

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

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

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

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

This text has shadow with #8684AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684AD on black background.


Color preview on white background

This text has color #8684AD on white background.



Black color preview on #8684AD background

This text has black color on #8684AD background.


White color preview on #8684AD background

This text has white color on #8684AD background.