COLOR #86648F

HEX: #86648F
RGB: (134,100,143)

Color info

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

RGB color model

#86648F color RGB value is (134,100,143).

  • red value is 134;
  • green value is 100;
  • blue value is 143.
RGB:
(134,100,143)
(53%,39%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 143 of 255 = 56%

134
100
143

R + G + B ~ 49%. #86648F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 143 = 377 (100%)
R 134 of 377 ~ 35.54%
G 100 of 377 ~ 26.53%
B 143 of 377 ~ 37.93%

%35.54
%26.53
%37.93

CMYK color model

#86648F color CMYK value is (6,30,0,44).

  • cyan value is 6.29%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,30,0,44)
C6M30Y0K44 
(6%,30%,0%,44%)
(0.06/0.30/0.00/0.44)	

CMYK percentages

%6.29
%30.07
%0
%43.92

Codes

Color #86648F in popluar color models

86648F
RGB134100143
HSL287°17.70%47.65%
HSB/HSV287°30.07%56.08%
CMYK6.29%30.07%0.00%
43.92%

Color #86648F in popluar number systems.

HEX86648F
Decimal134100143
Binary10000110110010010001111
Octal206144217

Shades and tints

Shades of #86648F

#86648F
(134,100,143)
#7A5B82
(122,91,130)
#6E5275
(110,82,117)
#624968
(98,73,104)
#56405B
(86,64,91)
#4A374E
(74,55,78)
#3E2E41
(62,46,65)
#322534
(50,37,52)
#261C27
(38,28,39)
#1A131A
(26,19,26)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #86648F

#86648F
(134,100,143)
#917299
(145,114,153)
#9C80A3
(156,128,163)
#A78EAD
(167,142,173)
#B29CB7
(178,156,183)
#BDAAC1
(189,170,193)
#C8B8CB
(200,184,203)
#D3C6D5
(211,198,213)
#DED4DF
(222,212,223)
#E9E2E9
(233,226,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86648F color. Also use rgb(134,100,143) instead hex code.

Text Font Color

.myTextColor { color: #86648F; }

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

This text font color is #86648F.


Background Color

.myBgColor { background-color: #86648F; }

<div style="background-color:#86648F">Inner text</div>

This div background color is #86648F.


Border color

.myBorderColor { border: 1px solid #86648F; }

<div style="border:3px solid #86648F">Div</div>

This div border color is #86648F.


Opacity

.myOpacity80 { color: #86648F; opacity: 0.8; }

<p style="color:#86648F;opacity:0.8;">80%</p>

Text with #86648F 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 #86648F;}

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

This text has shadow with #86648F color.

.textShadow {text-shadow: 3px 3px 1px #86648F, 3px 3px 1px red;}

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

This text has shadow with #86648F primary color and red secondary color.


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

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

This text has shadow with #86648F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86648F on black background.


Color preview on white background

This text has color #86648F on white background.



Black color preview on #86648F background

This text has black color on #86648F background.


White color preview on #86648F background

This text has white color on #86648F background.