COLOR #868EBE

HEX: #868EBE RGB: (134,142,190)

Color info

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

RGB color model

#868EBE color RGB value is (134,142,190).

RGB: (134,142,190) (53%, 56%, 75%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 190 of 255 = 75%

134
142
190

R + G + B ~ 61%. #868EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 142 + 190 = 466 (100%)
R 134 of 466 ~ 28.76%
G 142 of 466 ~ 30.47%
B 190 of 466 ~ 40.77'%

%28.76
%30.47
%40.77

CMYK color model

#868EBE color CMYK value is (29,25,0,25).

  • cyan value is 29.47%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (29,25,0,25)
C29M25Y0K25 (29%, 25%, 0%, 25%)
(0.29 / 0.25 / 0.00 / 0.25)

CMYK percentages

%29.47
%25.26
%0
%25.49

Codes

Color #868EBE in popluar color models

86 8E BE
RGB 134 142 190
HSL 231° 30.11% 63.53%
HSB/HSV 231° 29.47% 74.51%
CMYK 29.47% 25.26% 0.00%
25.49%

Color #868EBE in popluar number systems.

HEX 86 8E BE
Decimal 134 142 190
Binary 10000110 10001110 10111110
Octal 206 216 276

Shades and tints

Shades of #868EBE

#868EBE
(134,142,190)
#7A82AD
(122,130,173)
#6E769C
(110,118,156)
#626A8B
(98,106,139)
#565E7A
(86,94,122)
#4A5269
(74,82,105)
#3E4658
(62,70,88)
#323A47
(50,58,71)
#262E36
(38,46,54)
#1A2225
(26,34,37)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #868EBE

#868EBE
(134,142,190)
#9198C3
(145,152,195)
#9CA2C8
(156,162,200)
#A7ACCD
(167,172,205)
#B2B6D2
(178,182,210)
#BDC0D7
(189,192,215)
#C8CADC
(200,202,220)
#D3D4E1
(211,212,225)
#DEDEE6
(222,222,230)
#E9E8EB
(233,232,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868EBE color. Also use rgb(134,142,190) instead hex code.

Text Font Color

.myTextColor { color: #868EBE; }

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

This text font color is #868EBE.

Background Color

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

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

This div background color is #868EBE.

Border color

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

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

This div border color is #868EBE.

Opacity

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

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

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

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

This text has shadow with #868EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868EBE.

Preview

Color preview on black background

This text has color #868EBE on black background.


Color preview on white background

This text has color #868EBE on white background.


Black color preview on #868EBE background

This text has black color on #868EBE background.


White color preview on #868EBE background

This text has white color on #868EBE background.


Related colors

Complementary color

Complementary color for #hex is #797141.


I love getcolorcode.com

Triadic colors

1 #BE868E and #8EBE86 with #868EBE are triadic colors.

2 #BE8E86 and #8E86BE with #868EBE are triadic colors.