COLOR #8688AF

HEX: #8688AF
RGB: (134,136,175)

Color info

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

RGB color model

#8688AF color RGB value is (134,136,175).

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

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 175 of 255 = 69%

134
136
175

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 175 = 445 (100%)
R 134 of 445 ~ 30.11%
G 136 of 445 ~ 30.56%
B 175 of 445 ~ 39.33%

%30.11
%30.56
%39.33

CMYK color model

#8688AF color CMYK value is (23,22,0,31).

  • cyan value is 23.43%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,22,0,31)
C23M22Y0K31 
(23%,22%,0%,31%)
(0.23/0.22/0.00/0.31)	

CMYK percentages

%23.43
%22.29
%0
%31.37

Codes

Color #8688AF in popluar color models

8688AF
RGB134136175
HSL237°20.40%60.59%
HSB/HSV237°23.43%68.63%
CMYK23.43%22.29%0.00%
31.37%

Color #8688AF in popluar number systems.

HEX8688AF
Decimal134136175
Binary100001101000100010101111
Octal206210257

Shades and tints

Shades of #8688AF

#8688AF
(134,136,175)
#7A7CA0
(122,124,160)
#6E7091
(110,112,145)
#626482
(98,100,130)
#565873
(86,88,115)
#4A4C64
(74,76,100)
#3E4055
(62,64,85)
#323446
(50,52,70)
#262837
(38,40,55)
#1A1C28
(26,28,40)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #8688AF

#8688AF
(134,136,175)
#9192B6
(145,146,182)
#9C9CBD
(156,156,189)
#A7A6C4
(167,166,196)
#B2B0CB
(178,176,203)
#BDBAD2
(189,186,210)
#C8C4D9
(200,196,217)
#D3CEE0
(211,206,224)
#DED8E7
(222,216,231)
#E9E2EE
(233,226,238)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8688AF; }

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

This text font color is #8688AF.


Background Color

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

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

This div background color is #8688AF.


Border color

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

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

This div border color is #8688AF.


Opacity

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

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

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

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

This text has shadow with #8688AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8688AF on black background.


Color preview on white background

This text has color #8688AF on white background.



Black color preview on #8688AF background

This text has black color on #8688AF background.


White color preview on #8688AF background

This text has white color on #8688AF background.