COLOR #8688EF

HEX: #8688EF
RGB: (134,136,239)

Color info

#8688EF contains mainly blue color. Web safe color of #8688EF is #9999FF (or #99F).

RGB color model

#8688EF color RGB value is (134,136,239).

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

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 239 of 255 = 94%

134
136
239

R + G + B ~ 67%. #8688EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 239 = 509 (100%)
R 134 of 509 ~ 26.33%
G 136 of 509 ~ 26.72%
B 239 of 509 ~ 46.95%

%26.33
%26.72
%46.95

CMYK color model

#8688EF color CMYK value is (44,43,0,6).

  • cyan value is 43.93%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(44,43,0,6)
C44M43Y0K6 
(44%,43%,0%,6%)
(0.44/0.43/0.00/0.06)	

CMYK percentages

%43.93
%43.1
%0
%6.27

Codes

Color #8688EF in popluar color models

8688EF
RGB134136239
HSL239°76.64%73.14%
HSB/HSV239°43.93%93.73%
CMYK43.93%43.10%0.00%
6.27%

Color #8688EF in popluar number systems.

HEX8688EF
Decimal134136239
Binary100001101000100011101111
Octal206210357

Shades and tints

Shades of #8688EF

#8688EF
(134,136,239)
#7A7CDA
(122,124,218)
#6E70C5
(110,112,197)
#6264B0
(98,100,176)
#56589B
(86,88,155)
#4A4C86
(74,76,134)
#3E4071
(62,64,113)
#32345C
(50,52,92)
#262847
(38,40,71)
#1A1C32
(26,28,50)
#0E101D
(14,16,29)
#000000
(0,0,0)

Tints of #8688EF

#8688EF
(134,136,239)
#9192F0
(145,146,240)
#9C9CF1
(156,156,241)
#A7A6F2
(167,166,242)
#B2B0F3
(178,176,243)
#BDBAF4
(189,186,244)
#C8C4F5
(200,196,245)
#D3CEF6
(211,206,246)
#DED8F7
(222,216,247)
#E9E2F8
(233,226,248)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8688EF; }

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

This text font color is #8688EF.


Background Color

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

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

This div background color is #8688EF.


Border color

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

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

This div border color is #8688EF.


Opacity

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

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

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

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

This text has shadow with #8688EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8688EF on black background.


Color preview on white background

This text has color #8688EF on white background.



Black color preview on #8688EF background

This text has black color on #8688EF background.


White color preview on #8688EF background

This text has white color on #8688EF background.