COLOR #8689BB

HEX: #8689BB
RGB: (134,137,187)

Color info

#8689BB contains red, green and blue colors in about the same proportion. Web safe color of #8689BB is #9999CC (or #99C).

RGB color model

#8689BB color RGB value is (134,137,187).

  • red value is 134;
  • green value is 137;
  • blue value is 187.
RGB:
(134,137,187)
(53%,54%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 137 of 255 = 54%
B 187 of 255 = 73%

134
137
187

R + G + B ~ 60%. #8689BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 137 + 187 = 458 (100%)
R 134 of 458 ~ 29.26%
G 137 of 458 ~ 29.91%
B 187 of 458 ~ 40.83%

%29.26
%29.91
%40.83

CMYK color model

#8689BB color CMYK value is (28,27,0,27).

  • cyan value is 28.34%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,27,0,27)
C28M27Y0K27 
(28%,27%,0%,27%)
(0.28/0.27/0.00/0.27)	

CMYK percentages

%28.34
%26.74
%0
%26.67

Codes

Color #8689BB in popluar color models

8689BB
RGB134137187
HSL237°28.04%62.94%
HSB/HSV237°28.34%73.33%
CMYK28.34%26.74%0.00%
26.67%

Color #8689BB in popluar number systems.

HEX8689BB
Decimal134137187
Binary100001101000100110111011
Octal206211273

Shades and tints

Shades of #8689BB

#8689BB
(134,137,187)
#7A7DAA
(122,125,170)
#6E7199
(110,113,153)
#626588
(98,101,136)
#565977
(86,89,119)
#4A4D66
(74,77,102)
#3E4155
(62,65,85)
#323544
(50,53,68)
#262933
(38,41,51)
#1A1D22
(26,29,34)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #8689BB

#8689BB
(134,137,187)
#9193C1
(145,147,193)
#9C9DC7
(156,157,199)
#A7A7CD
(167,167,205)
#B2B1D3
(178,177,211)
#BDBBD9
(189,187,217)
#C8C5DF
(200,197,223)
#D3CFE5
(211,207,229)
#DED9EB
(222,217,235)
#E9E3F1
(233,227,241)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8689BB color. Also use rgb(134,137,187) instead hex code.

Text Font Color

.myTextColor { color: #8689BB; }

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

This text font color is #8689BB.


Background Color

.myBgColor { background-color: #8689BB; }

<div style="background-color:#8689BB">Inner text</div>

This div background color is #8689BB.


Border color

.myBorderColor { border: 1px solid #8689BB; }

<div style="border:3px solid #8689BB">Div</div>

This div border color is #8689BB.


Opacity

.myOpacity80 { color: #8689BB; opacity: 0.8; }

<p style="color:#8689BB;opacity:0.8;">80%</p>

Text with #8689BB 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 #8689BB;}

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

This text has shadow with #8689BB color.

.textShadow {text-shadow: 3px 3px 1px #8689BB, 3px 3px 1px red;}

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

This text has shadow with #8689BB primary color and red secondary color.


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

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

This text has shadow with #8689BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8689BB on black background.


Color preview on white background

This text has color #8689BB on white background.



Black color preview on #8689BB background

This text has black color on #8689BB background.


White color preview on #8689BB background

This text has white color on #8689BB background.