COLOR #86697E

HEX: #86697E RGB: (134,105,126)

Color info

#86697E contains red, green and blue colors in about the same proportion. Web safe color of #86697E is #996666 (or #966).

RGB color model

#86697E color RGB value is (134,105,126).

RGB: (134,105,126) (53%, 41%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 105 of 255 = 41%
B 126 of 255 = 49%

134
105
126

R + G + B ~ 48%. #86697E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 105 + 126 = 365 (100%)
R 134 of 365 ~ 36.71%
G 105 of 365 ~ 28.77%
B 126 of 365 ~ 34.52'%

%36.71
%28.77
%34.52

CMYK color model

#86697E color CMYK value is (0,22,6,47).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 5.97%
  • key color value is 47.45%

CMYK: (0,22,6,47)
C0M22Y6K47 (0%, 22%, 6%, 47%)
(0.00 / 0.22 / 0.06 / 0.47)

CMYK percentages

%0
%21.64
%5.97
%47.45

Codes

Color #86697E in popluar color models

86 69 7E
RGB 134 105 126
HSL 317° 12.13% 46.86%
HSB/HSV 317° 21.64% 52.55%
CMYK 0.00% 21.64% 5.97%
47.45%

Color #86697E in popluar number systems.

HEX 86 69 7E
Decimal 134 105 126
Binary 10000110 1101001 1111110
Octal 206 151 176

Shades and tints

Shades of #86697E

#86697E
(134,105,126)
#7A6073
(122,96,115)
#6E5768
(110,87,104)
#624E5D
(98,78,93)
#564552
(86,69,82)
#4A3C47
(74,60,71)
#3E333C
(62,51,60)
#322A31
(50,42,49)
#262126
(38,33,38)
#1A181B
(26,24,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #86697E

#86697E
(134,105,126)
#917689
(145,118,137)
#9C8394
(156,131,148)
#A7909F
(167,144,159)
#B29DAA
(178,157,170)
#BDAAB5
(189,170,181)
#C8B7C0
(200,183,192)
#D3C4CB
(211,196,203)
#DED1D6
(222,209,214)
#E9DEE1
(233,222,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86697E color. Also use rgb(134,105,126) instead hex code.

Text Font Color

.myTextColor { color: #86697E; }

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

This text font color is #86697E.

Background Color

.myBgColor { background-color: #86697E; }

<div style="background-color:#86697E">Inner text</div>

This div background color is #86697E.

Border color

.myBorderColor { border: 1px solid #86697E; }

<div style="border:3px solid #86697E">Div</div>

This div border color is #86697E.

Opacity

.myOpacity80 { color: #86697E; opacity: 0.8; }

<p style="color:#86697E;opacity:0.8;">80%</p>

Text with #86697E 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 #86697E;}

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

This text has shadow with #86697E color.


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

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

This text has shadow with #86697E primary color and red secondary color.


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

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

This text has shadow with #86697E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86697E.

Preview

Color preview on black background

This text has color #86697E on black background.


Color preview on white background

This text has color #86697E on white background.


Black color preview on #86697E background

This text has black color on #86697E background.


White color preview on #86697E background

This text has white color on #86697E background.


Related colors

Complementary color

Complementary color for #hex is #799681.


I love getcolorcode.com

Triadic colors

1 #7E8669 and #697E86 with #86697E are triadic colors.

2 #7E6986 and #69867E with #86697E are triadic colors.