COLOR #86A677

HEX: #86A677
RGB: (134,166,119)

Color info

#86A677 contains red, green and blue colors in about the same proportion. Web safe color of #86A677 is #999966 (or #996).

RGB color model

#86A677 color RGB value is (134,166,119).

  • red value is 134;
  • green value is 166;
  • blue value is 119.
RGB:
(134,166,119)
(53%,65%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 166 of 255 = 65%
B 119 of 255 = 47%

134
166
119

R + G + B ~ 55%. #86A677 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 166 + 119 = 419 (100%)
R 134 of 419 ~ 31.98%
G 166 of 419 ~ 39.62%
B 119 of 419 ~ 28.4%

%31.98
%39.62
%28.4

CMYK color model

#86A677 color CMYK value is (19,0,28,35).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK:
(19,0,28,35)
C19M0Y28K35 
(19%,0%,28%,35%)
(0.19/0.00/0.28/0.35)	

CMYK percentages

%19.28
%0
%28.31
%34.9

Codes

Color #86A677 in popluar color models

86A677
RGB134166119
HSL101°20.89%55.88%
HSB/HSV101°28.31%65.10%
CMYK19.28%0.00%28.31%
34.90%

Color #86A677 in popluar number systems.

HEX86A677
Decimal134166119
Binary10000110101001101110111
Octal206246167

Shades and tints

Shades of #86A677

#86A677
(134,166,119)
#7A976D
(122,151,109)
#6E8863
(110,136,99)
#627959
(98,121,89)
#566A4F
(86,106,79)
#4A5B45
(74,91,69)
#3E4C3B
(62,76,59)
#323D31
(50,61,49)
#262E27
(38,46,39)
#1A1F1D
(26,31,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #86A677

#86A677
(134,166,119)
#91AE83
(145,174,131)
#9CB68F
(156,182,143)
#A7BE9B
(167,190,155)
#B2C6A7
(178,198,167)
#BDCEB3
(189,206,179)
#C8D6BF
(200,214,191)
#D3DECB
(211,222,203)
#DEE6D7
(222,230,215)
#E9EEE3
(233,238,227)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A677 color. Also use rgb(134,166,119) instead hex code.

Text Font Color

.myTextColor { color: #86A677; }

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

This text font color is #86A677.


Background Color

.myBgColor { background-color: #86A677; }

<div style="background-color:#86A677">Inner text</div>

This div background color is #86A677.


Border color

.myBorderColor { border: 1px solid #86A677; }

<div style="border:3px solid #86A677">Div</div>

This div border color is #86A677.


Opacity

.myOpacity80 { color: #86A677; opacity: 0.8; }

<p style="color:#86A677;opacity:0.8;">80%</p>

Text with #86A677 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 #86A677;}

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

This text has shadow with #86A677 color.

.textShadow {text-shadow: 3px 3px 1px #86A677, 3px 3px 1px red;}

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

This text has shadow with #86A677 primary color and red secondary color.


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

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

This text has shadow with #86A677 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A677 on black background.


Color preview on white background

This text has color #86A677 on white background.



Black color preview on #86A677 background

This text has black color on #86A677 background.


White color preview on #86A677 background

This text has white color on #86A677 background.