COLOR #868BBA

HEX: #868BBA
RGB: (134,139,186)

Color info

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

RGB color model

#868BBA color RGB value is (134,139,186).

  • red value is 134;
  • green value is 139;
  • blue value is 186.
RGB:
(134,139,186)
(53%,55%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 186 of 255 = 73%

134
139
186

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 186 = 459 (100%)
R 134 of 459 ~ 29.19%
G 139 of 459 ~ 30.28%
B 186 of 459 ~ 40.52%

%29.19
%30.28
%40.52

CMYK color model

#868BBA color CMYK value is (28,25,0,27).

  • cyan value is 27.96%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,25,0,27)
C28M25Y0K27 
(28%,25%,0%,27%)
(0.28/0.25/0.00/0.27)	

CMYK percentages

%27.96
%25.27
%0
%27.06

Codes

Color #868BBA in popluar color models

868BBA
RGB134139186
HSL234°27.37%62.75%
HSB/HSV234°27.96%72.94%
CMYK27.96%25.27%0.00%
27.06%

Color #868BBA in popluar number systems.

HEX868BBA
Decimal134139186
Binary100001101000101110111010
Octal206213272

Shades and tints

Shades of #868BBA

#868BBA
(134,139,186)
#7A7FAA
(122,127,170)
#6E739A
(110,115,154)
#62678A
(98,103,138)
#565B7A
(86,91,122)
#4A4F6A
(74,79,106)
#3E435A
(62,67,90)
#32374A
(50,55,74)
#262B3A
(38,43,58)
#1A1F2A
(26,31,42)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #868BBA

#868BBA
(134,139,186)
#9195C0
(145,149,192)
#9C9FC6
(156,159,198)
#A7A9CC
(167,169,204)
#B2B3D2
(178,179,210)
#BDBDD8
(189,189,216)
#C8C7DE
(200,199,222)
#D3D1E4
(211,209,228)
#DEDBEA
(222,219,234)
#E9E5F0
(233,229,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868BBA color. Also use rgb(134,139,186) instead hex code.

Text Font Color

.myTextColor { color: #868BBA; }

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

This text font color is #868BBA.


Background Color

.myBgColor { background-color: #868BBA; }

<div style="background-color:#868BBA">Inner text</div>

This div background color is #868BBA.


Border color

.myBorderColor { border: 1px solid #868BBA; }

<div style="border:3px solid #868BBA">Div</div>

This div border color is #868BBA.


Opacity

.myOpacity80 { color: #868BBA; opacity: 0.8; }

<p style="color:#868BBA;opacity:0.8;">80%</p>

Text with #868BBA 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 #868BBA;}

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

This text has shadow with #868BBA color.

.textShadow {text-shadow: 3px 3px 1px #868BBA, 3px 3px 1px red;}

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

This text has shadow with #868BBA primary color and red secondary color.


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

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

This text has shadow with #868BBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868BBA on black background.


Color preview on white background

This text has color #868BBA on white background.



Black color preview on #868BBA background

This text has black color on #868BBA background.


White color preview on #868BBA background

This text has white color on #868BBA background.