COLOR #868BB9

HEX: #868BB9
RGB: (134,139,185)

Color info

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

RGB color model

#868BB9 color RGB value is (134,139,185).

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

RGB channels and saturation

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

134
139
185

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 185 = 458 (100%)
R 134 of 458 ~ 29.26%
G 139 of 458 ~ 30.35%
B 185 of 458 ~ 40.39%

%29.26
%30.35
%40.39

CMYK color model

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

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

CMYK percentages

%27.57
%24.86
%0
%27.45

Codes

Color #868BB9 in popluar color models

868BB9
RGB134139185
HSL234°26.70%62.55%
HSB/HSV234°27.57%72.55%
CMYK27.57%24.86%0.00%
27.45%

Color #868BB9 in popluar number systems.

HEX868BB9
Decimal134139185
Binary100001101000101110111001
Octal206213271

Shades and tints

Shades of #868BB9

#868BB9
(134,139,185)
#7A7FA9
(122,127,169)
#6E7399
(110,115,153)
#626789
(98,103,137)
#565B79
(86,91,121)
#4A4F69
(74,79,105)
#3E4359
(62,67,89)
#323749
(50,55,73)
#262B39
(38,43,57)
#1A1F29
(26,31,41)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #868BB9

#868BB9
(134,139,185)
#9195BF
(145,149,191)
#9C9FC5
(156,159,197)
#A7A9CB
(167,169,203)
#B2B3D1
(178,179,209)
#BDBDD7
(189,189,215)
#C8C7DD
(200,199,221)
#D3D1E3
(211,209,227)
#DEDBE9
(222,219,233)
#E9E5EF
(233,229,239)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868BB9; }

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

This text font color is #868BB9.


Background Color

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

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

This div background color is #868BB9.


Border color

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

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

This div border color is #868BB9.


Opacity

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

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

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

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

This text has shadow with #868BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868BB9 on black background.


Color preview on white background

This text has color #868BB9 on white background.



Black color preview on #868BB9 background

This text has black color on #868BB9 background.


White color preview on #868BB9 background

This text has white color on #868BB9 background.