COLOR #86698D

HEX: #86698D
RGB: (134,105,141)

Color info

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

RGB color model

#86698D color RGB value is (134,105,141).

  • red value is 134;
  • green value is 105;
  • blue value is 141.
RGB:
(134,105,141)
(53%,41%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 105 of 255 = 41%
B 141 of 255 = 55%

134
105
141

R + G + B ~ 50%. #86698D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 105 + 141 = 380 (100%)
R 134 of 380 ~ 35.26%
G 105 of 380 ~ 27.63%
B 141 of 380 ~ 37.11%

%35.26
%27.63
%37.11

CMYK color model

#86698D color CMYK value is (5,26,0,45).

  • cyan value is 4.96%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(5,26,0,45)
C5M26Y0K45 
(5%,26%,0%,45%)
(0.05/0.26/0.00/0.45)	

CMYK percentages

%4.96
%25.53
%0
%44.71

Codes

Color #86698D in popluar color models

86698D
RGB134105141
HSL288°14.63%48.24%
HSB/HSV288°25.53%55.29%
CMYK4.96%25.53%0.00%
44.71%

Color #86698D in popluar number systems.

HEX86698D
Decimal134105141
Binary10000110110100110001101
Octal206151215

Shades and tints

Shades of #86698D

#86698D
(134,105,141)
#7A6081
(122,96,129)
#6E5775
(110,87,117)
#624E69
(98,78,105)
#56455D
(86,69,93)
#4A3C51
(74,60,81)
#3E3345
(62,51,69)
#322A39
(50,42,57)
#26212D
(38,33,45)
#1A1821
(26,24,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #86698D

#86698D
(134,105,141)
#917697
(145,118,151)
#9C83A1
(156,131,161)
#A790AB
(167,144,171)
#B29DB5
(178,157,181)
#BDAABF
(189,170,191)
#C8B7C9
(200,183,201)
#D3C4D3
(211,196,211)
#DED1DD
(222,209,221)
#E9DEE7
(233,222,231)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86698D color. Also use rgb(134,105,141) instead hex code.

Text Font Color

.myTextColor { color: #86698D; }

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

This text font color is #86698D.


Background Color

.myBgColor { background-color: #86698D; }

<div style="background-color:#86698D">Inner text</div>

This div background color is #86698D.


Border color

.myBorderColor { border: 1px solid #86698D; }

<div style="border:3px solid #86698D">Div</div>

This div border color is #86698D.


Opacity

.myOpacity80 { color: #86698D; opacity: 0.8; }

<p style="color:#86698D;opacity:0.8;">80%</p>

Text with #86698D 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 #86698D;}

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

This text has shadow with #86698D color.

.textShadow {text-shadow: 3px 3px 1px #86698D, 3px 3px 1px red;}

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

This text has shadow with #86698D primary color and red secondary color.


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

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

This text has shadow with #86698D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86698D on black background.


Color preview on white background

This text has color #86698D on white background.



Black color preview on #86698D background

This text has black color on #86698D background.


White color preview on #86698D background

This text has white color on #86698D background.