COLOR #867E9F

HEX: #867E9F
RGB: (134,126,159)

Color info

#867E9F contains red, green and blue colors in about the same proportion. Web safe color of #867E9F is #996699 (or #969).

RGB color model

#867E9F color RGB value is (134,126,159).

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

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 159 of 255 = 62%

134
126
159

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

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 159 = 419 (100%)
R 134 of 419 ~ 31.98%
G 126 of 419 ~ 30.07%
B 159 of 419 ~ 37.95%

%31.98
%30.07
%37.95

CMYK color model

#867E9F color CMYK value is (16,21,0,38).

  • cyan value is 15.72%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,21,0,38)
C16M21Y0K38 
(16%,21%,0%,38%)
(0.16/0.21/0.00/0.38)	

CMYK percentages

%15.72
%20.75
%0
%37.65

Codes

Color #867E9F in popluar color models

867E9F
RGB134126159
HSL255°14.67%55.88%
HSB/HSV255°20.75%62.35%
CMYK15.72%20.75%0.00%
37.65%

Color #867E9F in popluar number systems.

HEX867E9F
Decimal134126159
Binary10000110111111010011111
Octal206176237

Shades and tints

Shades of #867E9F

#867E9F
(134,126,159)
#7A7391
(122,115,145)
#6E6883
(110,104,131)
#625D75
(98,93,117)
#565267
(86,82,103)
#4A4759
(74,71,89)
#3E3C4B
(62,60,75)
#32313D
(50,49,61)
#26262F
(38,38,47)
#1A1B21
(26,27,33)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #867E9F

#867E9F
(134,126,159)
#9189A7
(145,137,167)
#9C94AF
(156,148,175)
#A79FB7
(167,159,183)
#B2AABF
(178,170,191)
#BDB5C7
(189,181,199)
#C8C0CF
(200,192,207)
#D3CBD7
(211,203,215)
#DED6DF
(222,214,223)
#E9E1E7
(233,225,231)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867E9F; }

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

This text font color is #867E9F.


Background Color

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

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

This div background color is #867E9F.


Border color

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

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

This div border color is #867E9F.


Opacity

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

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

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

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

This text has shadow with #867E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867E9F on black background.


Color preview on white background

This text has color #867E9F on white background.



Black color preview on #867E9F background

This text has black color on #867E9F background.


White color preview on #867E9F background

This text has white color on #867E9F background.