COLOR #867FA6

HEX: #867FA6 RGB: (134,127,166)

Color info

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

RGB color model

#867FA6 color RGB value is (134,127,166).

RGB: (134,127,166) (53%, 50%, 65%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 166 of 255 = 65%

134
127
166

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 166 = 427 (100%)
R 134 of 427 ~ 31.38%
G 127 of 427 ~ 29.74%
B 166 of 427 ~ 38.88'%

%31.38
%29.74
%38.88

CMYK color model

#867FA6 color CMYK value is (19,23,0,35).

  • cyan value is 19.28%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (19,23,0,35)
C19M23Y0K35 (19%, 23%, 0%, 35%)
(0.19 / 0.23 / 0.00 / 0.35)

CMYK percentages

%19.28
%23.49
%0
%34.9

Codes

Color #867FA6 in popluar color models

86 7F A6
RGB 134 127 166
HSL 251° 17.97% 57.45%
HSB/HSV 251° 23.49% 65.10%
CMYK 19.28% 23.49% 0.00%
34.90%

Color #867FA6 in popluar number systems.

HEX 86 7F A6
Decimal 134 127 166
Binary 10000110 1111111 10100110
Octal 206 177 246

Shades and tints

Shades of #867FA6

#867FA6
(134,127,166)
#7A7497
(122,116,151)
#6E6988
(110,105,136)
#625E79
(98,94,121)
#56536A
(86,83,106)
#4A485B
(74,72,91)
#3E3D4C
(62,61,76)
#32323D
(50,50,61)
#26272E
(38,39,46)
#1A1C1F
(26,28,31)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #867FA6

#867FA6
(134,127,166)
#918AAE
(145,138,174)
#9C95B6
(156,149,182)
#A7A0BE
(167,160,190)
#B2ABC6
(178,171,198)
#BDB6CE
(189,182,206)
#C8C1D6
(200,193,214)
#D3CCDE
(211,204,222)
#DED7E6
(222,215,230)
#E9E2EE
(233,226,238)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867FA6; }

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

This text font color is #867FA6.

Background Color

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

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

This div background color is #867FA6.

Border color

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

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

This div border color is #867FA6.

Opacity

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

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

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

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

This text has shadow with #867FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867FA6.

Preview

Color preview on black background

This text has color #867FA6 on black background.


Color preview on white background

This text has color #867FA6 on white background.


Black color preview on #867FA6 background

This text has black color on #867FA6 background.


White color preview on #867FA6 background

This text has white color on #867FA6 background.


Related colors

Complementary color

Complementary color for #hex is #798059.


I love getcolorcode.com

Triadic colors

1 #A6867F and #7FA686 with #867FA6 are triadic colors.

2 #A67F86 and #7F86A6 with #867FA6 are triadic colors.