COLOR #86A668

HEX: #86A668
RGB: (134,166,104)

Color info

#86A668 contains mainly red and green colors. Web safe color of #86A668 is #999966 (or #996).

RGB color model

#86A668 color RGB value is (134,166,104).

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

RGB channels and saturation

R 134 of 255 = 53%
G 166 of 255 = 65%
B 104 of 255 = 41%

134
166
104

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

Portions of RGB colors in percentages

R + G + B =
134 + 166 + 104 = 404 (100%)
R 134 of 404 ~ 33.17%
G 166 of 404 ~ 41.09%
B 104 of 404 ~ 25.74%

%33.17
%41.09
%25.74

CMYK color model

#86A668 color CMYK value is (19,0,37,35).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(19,0,37,35)
C19M0Y37K35 
(19%,0%,37%,35%)
(0.19/0.00/0.37/0.35)	

CMYK percentages

%19.28
%0
%37.35
%34.9

Codes

Color #86A668 in popluar color models

86A668
RGB134166104
HSL91°25.83%52.94%
HSB/HSV91°37.35%65.10%
CMYK19.28%0.00%37.35%
34.90%

Color #86A668 in popluar number systems.

HEX86A668
Decimal134166104
Binary10000110101001101101000
Octal206246150

Shades and tints

Shades of #86A668

#86A668
(134,166,104)
#7A975F
(122,151,95)
#6E8856
(110,136,86)
#62794D
(98,121,77)
#566A44
(86,106,68)
#4A5B3B
(74,91,59)
#3E4C32
(62,76,50)
#323D29
(50,61,41)
#262E20
(38,46,32)
#1A1F17
(26,31,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #86A668

#86A668
(134,166,104)
#91AE75
(145,174,117)
#9CB682
(156,182,130)
#A7BE8F
(167,190,143)
#B2C69C
(178,198,156)
#BDCEA9
(189,206,169)
#C8D6B6
(200,214,182)
#D3DEC3
(211,222,195)
#DEE6D0
(222,230,208)
#E9EEDD
(233,238,221)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A668; }

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

This text font color is #86A668.


Background Color

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

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

This div background color is #86A668.


Border color

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

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

This div border color is #86A668.


Opacity

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

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

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

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

This text has shadow with #86A668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A668 on black background.


Color preview on white background

This text has color #86A668 on white background.



Black color preview on #86A668 background

This text has black color on #86A668 background.


White color preview on #86A668 background

This text has white color on #86A668 background.