COLOR #867EBF

HEX: #867EBF
RGB: (134,126,191)

Color info

#867EBF contains mainly red and blue colors. Web safe color of #867EBF is #9966CC (or #96C).

RGB color model

#867EBF color RGB value is (134,126,191).

  • red value is 134;
  • green value is 126;
  • blue value is 191.
RGB:
(134,126,191)
(53%,49%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 191 of 255 = 75%

134
126
191

R + G + B ~ 59%. #867EBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 191 = 451 (100%)
R 134 of 451 ~ 29.71%
G 126 of 451 ~ 27.94%
B 191 of 451 ~ 42.35%

%29.71
%27.94
%42.35

CMYK color model

#867EBF color CMYK value is (30,34,0,25).

  • cyan value is 29.84%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(30,34,0,25)
C30M34Y0K25 
(30%,34%,0%,25%)
(0.30/0.34/0.00/0.25)	

CMYK percentages

%29.84
%34.03
%0
%25.1

Codes

Color #867EBF in popluar color models

867EBF
RGB134126191
HSL247°33.68%62.16%
HSB/HSV247°34.03%74.90%
CMYK29.84%34.03%0.00%
25.10%

Color #867EBF in popluar number systems.

HEX867EBF
Decimal134126191
Binary10000110111111010111111
Octal206176277

Shades and tints

Shades of #867EBF

#867EBF
(134,126,191)
#7A73AE
(122,115,174)
#6E689D
(110,104,157)
#625D8C
(98,93,140)
#56527B
(86,82,123)
#4A476A
(74,71,106)
#3E3C59
(62,60,89)
#323148
(50,49,72)
#262637
(38,38,55)
#1A1B26
(26,27,38)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #867EBF

#867EBF
(134,126,191)
#9189C4
(145,137,196)
#9C94C9
(156,148,201)
#A79FCE
(167,159,206)
#B2AAD3
(178,170,211)
#BDB5D8
(189,181,216)
#C8C0DD
(200,192,221)
#D3CBE2
(211,203,226)
#DED6E7
(222,214,231)
#E9E1EC
(233,225,236)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867EBF color. Also use rgb(134,126,191) instead hex code.

Text Font Color

.myTextColor { color: #867EBF; }

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

This text font color is #867EBF.


Background Color

.myBgColor { background-color: #867EBF; }

<div style="background-color:#867EBF">Inner text</div>

This div background color is #867EBF.


Border color

.myBorderColor { border: 1px solid #867EBF; }

<div style="border:3px solid #867EBF">Div</div>

This div border color is #867EBF.


Opacity

.myOpacity80 { color: #867EBF; opacity: 0.8; }

<p style="color:#867EBF;opacity:0.8;">80%</p>

Text with #867EBF 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 #867EBF;}

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

This text has shadow with #867EBF color.

.textShadow {text-shadow: 3px 3px 1px #867EBF, 3px 3px 1px red;}

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

This text has shadow with #867EBF primary color and red secondary color.


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

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

This text has shadow with #867EBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867EBF on black background.


Color preview on white background

This text has color #867EBF on white background.



Black color preview on #867EBF background

This text has black color on #867EBF background.


White color preview on #867EBF background

This text has white color on #867EBF background.