COLOR #867EB7

HEX: #867EB7
RGB: (134,126,183)

Color info

#867EB7 contains red, green and blue colors in about the same proportion. Web safe color of #867EB7 is #9966CC (or #96C).

RGB color model

#867EB7 color RGB value is (134,126,183).

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

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 183 of 255 = 72%

134
126
183

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 183 = 443 (100%)
R 134 of 443 ~ 30.25%
G 126 of 443 ~ 28.44%
B 183 of 443 ~ 41.31%

%30.25
%28.44
%41.31

CMYK color model

#867EB7 color CMYK value is (27,31,0,28).

  • cyan value is 26.78%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(27,31,0,28)
C27M31Y0K28 
(27%,31%,0%,28%)
(0.27/0.31/0.00/0.28)	

CMYK percentages

%26.78
%31.15
%0
%28.24

Codes

Color #867EB7 in popluar color models

867EB7
RGB134126183
HSL248°28.36%60.59%
HSB/HSV248°31.15%71.76%
CMYK26.78%31.15%0.00%
28.24%

Color #867EB7 in popluar number systems.

HEX867EB7
Decimal134126183
Binary10000110111111010110111
Octal206176267

Shades and tints

Shades of #867EB7

#867EB7
(134,126,183)
#7A73A7
(122,115,167)
#6E6897
(110,104,151)
#625D87
(98,93,135)
#565277
(86,82,119)
#4A4767
(74,71,103)
#3E3C57
(62,60,87)
#323147
(50,49,71)
#262637
(38,38,55)
#1A1B27
(26,27,39)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #867EB7

#867EB7
(134,126,183)
#9189BD
(145,137,189)
#9C94C3
(156,148,195)
#A79FC9
(167,159,201)
#B2AACF
(178,170,207)
#BDB5D5
(189,181,213)
#C8C0DB
(200,192,219)
#D3CBE1
(211,203,225)
#DED6E7
(222,214,231)
#E9E1ED
(233,225,237)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867EB7; }

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

This text font color is #867EB7.


Background Color

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

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

This div background color is #867EB7.


Border color

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

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

This div border color is #867EB7.


Opacity

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

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

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

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

This text has shadow with #867EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867EB7 on black background.


Color preview on white background

This text has color #867EB7 on white background.



Black color preview on #867EB7 background

This text has black color on #867EB7 background.


White color preview on #867EB7 background

This text has white color on #867EB7 background.