COLOR #867FA2

HEX: #867FA2
RGB: (134,127,162)

Color info

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

RGB color model

#867FA2 color RGB value is (134,127,162).

  • red value is 134;
  • green value is 127;
  • blue value is 162.
RGB:
(134,127,162)
(53%,50%,64%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 162 of 255 = 64%

134
127
162

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

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 162 = 423 (100%)
R 134 of 423 ~ 31.68%
G 127 of 423 ~ 30.02%
B 162 of 423 ~ 38.3%

%31.68
%30.02
%38.3

CMYK color model

#867FA2 color CMYK value is (17,22,0,36).

  • cyan value is 17.28%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(17,22,0,36)
C17M22Y0K36 
(17%,22%,0%,36%)
(0.17/0.22/0.00/0.36)	

CMYK percentages

%17.28
%21.6
%0
%36.47

Codes

Color #867FA2 in popluar color models

867FA2
RGB134127162
HSL252°15.84%56.67%
HSB/HSV252°21.60%63.53%
CMYK17.28%21.60%0.00%
36.47%

Color #867FA2 in popluar number systems.

HEX867FA2
Decimal134127162
Binary10000110111111110100010
Octal206177242

Shades and tints

Shades of #867FA2

#867FA2
(134,127,162)
#7A7494
(122,116,148)
#6E6986
(110,105,134)
#625E78
(98,94,120)
#56536A
(86,83,106)
#4A485C
(74,72,92)
#3E3D4E
(62,61,78)
#323240
(50,50,64)
#262732
(38,39,50)
#1A1C24
(26,28,36)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #867FA2

#867FA2
(134,127,162)
#918AAA
(145,138,170)
#9C95B2
(156,149,178)
#A7A0BA
(167,160,186)
#B2ABC2
(178,171,194)
#BDB6CA
(189,182,202)
#C8C1D2
(200,193,210)
#D3CCDA
(211,204,218)
#DED7E2
(222,215,226)
#E9E2EA
(233,226,234)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867FA2 color. Also use rgb(134,127,162) instead hex code.

Text Font Color

.myTextColor { color: #867FA2; }

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

This text font color is #867FA2.


Background Color

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

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

This div background color is #867FA2.


Border color

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

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

This div border color is #867FA2.


Opacity

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

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

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

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

This text has shadow with #867FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867FA2 on black background.


Color preview on white background

This text has color #867FA2 on white background.



Black color preview on #867FA2 background

This text has black color on #867FA2 background.


White color preview on #867FA2 background

This text has white color on #867FA2 background.