COLOR #8688AA

HEX: #8688AA
RGB: (134,136,170)

Color info

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

RGB color model

#8688AA color RGB value is (134,136,170).

  • red value is 134;
  • green value is 136;
  • blue value is 170.
RGB:
(134,136,170)
(53%,53%,67%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 170 of 255 = 67%

134
136
170

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 170 = 440 (100%)
R 134 of 440 ~ 30.45%
G 136 of 440 ~ 30.91%
B 170 of 440 ~ 38.64%

%30.45
%30.91
%38.64

CMYK color model

#8688AA color CMYK value is (21,20,0,33).

  • cyan value is 21.18%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,20,0,33)
C21M20Y0K33 
(21%,20%,0%,33%)
(0.21/0.20/0.00/0.33)	

CMYK percentages

%21.18
%20
%0
%33.33

Codes

Color #8688AA in popluar color models

8688AA
RGB134136170
HSL237°17.48%59.61%
HSB/HSV237°21.18%66.67%
CMYK21.18%20.00%0.00%
33.33%

Color #8688AA in popluar number systems.

HEX8688AA
Decimal134136170
Binary100001101000100010101010
Octal206210252

Shades and tints

Shades of #8688AA

#8688AA
(134,136,170)
#7A7C9B
(122,124,155)
#6E708C
(110,112,140)
#62647D
(98,100,125)
#56586E
(86,88,110)
#4A4C5F
(74,76,95)
#3E4050
(62,64,80)
#323441
(50,52,65)
#262832
(38,40,50)
#1A1C23
(26,28,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #8688AA

#8688AA
(134,136,170)
#9192B1
(145,146,177)
#9C9CB8
(156,156,184)
#A7A6BF
(167,166,191)
#B2B0C6
(178,176,198)
#BDBACD
(189,186,205)
#C8C4D4
(200,196,212)
#D3CEDB
(211,206,219)
#DED8E2
(222,216,226)
#E9E2E9
(233,226,233)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8688AA color. Also use rgb(134,136,170) instead hex code.

Text Font Color

.myTextColor { color: #8688AA; }

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

This text font color is #8688AA.


Background Color

.myBgColor { background-color: #8688AA; }

<div style="background-color:#8688AA">Inner text</div>

This div background color is #8688AA.


Border color

.myBorderColor { border: 1px solid #8688AA; }

<div style="border:3px solid #8688AA">Div</div>

This div border color is #8688AA.


Opacity

.myOpacity80 { color: #8688AA; opacity: 0.8; }

<p style="color:#8688AA;opacity:0.8;">80%</p>

Text with #8688AA 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 #8688AA;}

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

This text has shadow with #8688AA color.

.textShadow {text-shadow: 3px 3px 1px #8688AA, 3px 3px 1px red;}

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

This text has shadow with #8688AA primary color and red secondary color.


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

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

This text has shadow with #8688AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8688AA on black background.


Color preview on white background

This text has color #8688AA on white background.



Black color preview on #8688AA background

This text has black color on #8688AA background.


White color preview on #8688AA background

This text has white color on #8688AA background.