COLOR #86AA6A

HEX: #86AA6A
RGB: (134,170,106)

Color info

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

RGB color model

#86AA6A color RGB value is (134,170,106).

  • red value is 134;
  • green value is 170;
  • blue value is 106.
RGB:
(134,170,106)
(53%,67%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 170 of 255 = 67%
B 106 of 255 = 42%

134
170
106

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

Portions of RGB colors in percentages

R + G + B =
134 + 170 + 106 = 410 (100%)
R 134 of 410 ~ 32.68%
G 170 of 410 ~ 41.46%
B 106 of 410 ~ 25.85%

%32.68
%41.46
%25.85

CMYK color model

#86AA6A color CMYK value is (21,0,38,33).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(21,0,38,33)
C21M0Y38K33 
(21%,0%,38%,33%)
(0.21/0.00/0.38/0.33)	

CMYK percentages

%21.18
%0
%37.65
%33.33

Codes

Color #86AA6A in popluar color models

86AA6A
RGB134170106
HSL94°27.35%54.12%
HSB/HSV94°37.65%66.67%
CMYK21.18%0.00%37.65%
33.33%

Color #86AA6A in popluar number systems.

HEX86AA6A
Decimal134170106
Binary10000110101010101101010
Octal206252152

Shades and tints

Shades of #86AA6A

#86AA6A
(134,170,106)
#7A9B61
(122,155,97)
#6E8C58
(110,140,88)
#627D4F
(98,125,79)
#566E46
(86,110,70)
#4A5F3D
(74,95,61)
#3E5034
(62,80,52)
#32412B
(50,65,43)
#263222
(38,50,34)
#1A2319
(26,35,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #86AA6A

#86AA6A
(134,170,106)
#91B177
(145,177,119)
#9CB884
(156,184,132)
#A7BF91
(167,191,145)
#B2C69E
(178,198,158)
#BDCDAB
(189,205,171)
#C8D4B8
(200,212,184)
#D3DBC5
(211,219,197)
#DEE2D2
(222,226,210)
#E9E9DF
(233,233,223)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AA6A color. Also use rgb(134,170,106) instead hex code.

Text Font Color

.myTextColor { color: #86AA6A; }

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

This text font color is #86AA6A.


Background Color

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

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

This div background color is #86AA6A.


Border color

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

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

This div border color is #86AA6A.


Opacity

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

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

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

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

This text has shadow with #86AA6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AA6A on black background.


Color preview on white background

This text has color #86AA6A on white background.



Black color preview on #86AA6A background

This text has black color on #86AA6A background.


White color preview on #86AA6A background

This text has white color on #86AA6A background.