COLOR #8688CA

HEX: #8688CA
RGB: (134,136,202)

Color info

#8688CA contains mainly blue color. Web safe color of #8688CA is #9999CC (or #99C).

RGB color model

#8688CA color RGB value is (134,136,202).

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

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 202 of 255 = 79%

134
136
202

R + G + B ~ 62%. #8688CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 202 = 472 (100%)
R 134 of 472 ~ 28.39%
G 136 of 472 ~ 28.81%
B 202 of 472 ~ 42.8%

%28.39
%28.81
%42.8

CMYK color model

#8688CA color CMYK value is (34,33,0,21).

  • cyan value is 33.66%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(34,33,0,21)
C34M33Y0K21 
(34%,33%,0%,21%)
(0.34/0.33/0.00/0.21)	

CMYK percentages

%33.66
%32.67
%0
%20.78

Codes

Color #8688CA in popluar color models

8688CA
RGB134136202
HSL238°39.08%65.88%
HSB/HSV238°33.66%79.22%
CMYK33.66%32.67%0.00%
20.78%

Color #8688CA in popluar number systems.

HEX8688CA
Decimal134136202
Binary100001101000100011001010
Octal206210312

Shades and tints

Shades of #8688CA

#8688CA
(134,136,202)
#7A7CB8
(122,124,184)
#6E70A6
(110,112,166)
#626494
(98,100,148)
#565882
(86,88,130)
#4A4C70
(74,76,112)
#3E405E
(62,64,94)
#32344C
(50,52,76)
#26283A
(38,40,58)
#1A1C28
(26,28,40)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #8688CA

#8688CA
(134,136,202)
#9192CE
(145,146,206)
#9C9CD2
(156,156,210)
#A7A6D6
(167,166,214)
#B2B0DA
(178,176,218)
#BDBADE
(189,186,222)
#C8C4E2
(200,196,226)
#D3CEE6
(211,206,230)
#DED8EA
(222,216,234)
#E9E2EE
(233,226,238)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8688CA; }

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

This text font color is #8688CA.


Background Color

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

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

This div background color is #8688CA.


Border color

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

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

This div border color is #8688CA.


Opacity

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

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

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

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

This text has shadow with #8688CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8688CA on black background.


Color preview on white background

This text has color #8688CA on white background.



Black color preview on #8688CA background

This text has black color on #8688CA background.


White color preview on #8688CA background

This text has white color on #8688CA background.