COLOR #86689B

HEX: #86689B
RGB: (134,104,155)

Color info

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

RGB color model

#86689B color RGB value is (134,104,155).

  • red value is 134;
  • green value is 104;
  • blue value is 155.
RGB:
(134,104,155)
(53%,41%,61%)

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 155 of 255 = 61%

134
104
155

R + G + B ~ 52%. #86689B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 155 = 393 (100%)
R 134 of 393 ~ 34.1%
G 104 of 393 ~ 26.46%
B 155 of 393 ~ 39.44%

%34.1
%26.46
%39.44

CMYK color model

#86689B color CMYK value is (14,33,0,39).

  • cyan value is 13.55%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,33,0,39)
C14M33Y0K39 
(14%,33%,0%,39%)
(0.14/0.33/0.00/0.39)	

CMYK percentages

%13.55
%32.9
%0
%39.22

Codes

Color #86689B in popluar color models

86689B
RGB134104155
HSL275°20.32%50.78%
HSB/HSV275°32.90%60.78%
CMYK13.55%32.90%0.00%
39.22%

Color #86689B in popluar number systems.

HEX86689B
Decimal134104155
Binary10000110110100010011011
Octal206150233

Shades and tints

Shades of #86689B

#86689B
(134,104,155)
#7A5F8D
(122,95,141)
#6E567F
(110,86,127)
#624D71
(98,77,113)
#564463
(86,68,99)
#4A3B55
(74,59,85)
#3E3247
(62,50,71)
#322939
(50,41,57)
#26202B
(38,32,43)
#1A171D
(26,23,29)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #86689B

#86689B
(134,104,155)
#9175A4
(145,117,164)
#9C82AD
(156,130,173)
#A78FB6
(167,143,182)
#B29CBF
(178,156,191)
#BDA9C8
(189,169,200)
#C8B6D1
(200,182,209)
#D3C3DA
(211,195,218)
#DED0E3
(222,208,227)
#E9DDEC
(233,221,236)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86689B color. Also use rgb(134,104,155) instead hex code.

Text Font Color

.myTextColor { color: #86689B; }

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

This text font color is #86689B.


Background Color

.myBgColor { background-color: #86689B; }

<div style="background-color:#86689B">Inner text</div>

This div background color is #86689B.


Border color

.myBorderColor { border: 1px solid #86689B; }

<div style="border:3px solid #86689B">Div</div>

This div border color is #86689B.


Opacity

.myOpacity80 { color: #86689B; opacity: 0.8; }

<p style="color:#86689B;opacity:0.8;">80%</p>

Text with #86689B 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 #86689B;}

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

This text has shadow with #86689B color.

.textShadow {text-shadow: 3px 3px 1px #86689B, 3px 3px 1px red;}

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

This text has shadow with #86689B primary color and red secondary color.


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

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

This text has shadow with #86689B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86689B on black background.


Color preview on white background

This text has color #86689B on white background.



Black color preview on #86689B background

This text has black color on #86689B background.


White color preview on #86689B background

This text has white color on #86689B background.