COLOR #86AB6E

HEX: #86AB6E RGB: (134,171,110)

Color info

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

RGB color model

#86AB6E color RGB value is (134,171,110).

RGB: (134,171,110) (53%, 67%, 43%)

RGB channels and saturation

R 134 of 255 = 53%
G 171 of 255 = 67%
B 110 of 255 = 43%

134
171
110

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

Portions of RGB colors in percentages

R + G + B = 134 + 171 + 110 = 415 (100%)
R 134 of 415 ~ 32.29%
G 171 of 415 ~ 41.2%
B 110 of 415 ~ 26.51'%

%32.29
%41.2
%26.51

CMYK color model

#86AB6E color CMYK value is (22,0,36,33).

  • cyan value is 21.64%
  • magenta value is 0.00%
  • yellow value is 35.67%
  • key color value is 32.94%

CMYK: (22,0,36,33)
C22M0Y36K33 (22%, 0%, 36%, 33%)
(0.22 / 0.00 / 0.36 / 0.33)

CMYK percentages

%21.64
%0
%35.67
%32.94

Codes

Color #86AB6E in popluar color models

86 AB 6E
RGB 134 171 110
HSL 96° 26.64% 55.10%
HSB/HSV 96° 35.67% 67.06%
CMYK 21.64% 0.00% 35.67%
32.94%

Color #86AB6E in popluar number systems.

HEX 86 AB 6E
Decimal 134 171 110
Binary 10000110 10101011 1101110
Octal 206 253 156

Shades and tints

Shades of #86AB6E

#86AB6E
(134,171,110)
#7A9C64
(122,156,100)
#6E8D5A
(110,141,90)
#627E50
(98,126,80)
#566F46
(86,111,70)
#4A603C
(74,96,60)
#3E5132
(62,81,50)
#324228
(50,66,40)
#26331E
(38,51,30)
#1A2414
(26,36,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #86AB6E

#86AB6E
(134,171,110)
#91B27B
(145,178,123)
#9CB988
(156,185,136)
#A7C095
(167,192,149)
#B2C7A2
(178,199,162)
#BDCEAF
(189,206,175)
#C8D5BC
(200,213,188)
#D3DCC9
(211,220,201)
#DEE3D6
(222,227,214)
#E9EAE3
(233,234,227)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AB6E color. Also use rgb(134,171,110) instead hex code.

Text Font Color

.myTextColor { color: #86AB6E; }

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

This text font color is #86AB6E.

Background Color

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

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

This div background color is #86AB6E.

Border color

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

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

This div border color is #86AB6E.

Opacity

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

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

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

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

This text has shadow with #86AB6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86AB6E.

Preview

Color preview on black background

This text has color #86AB6E on black background.


Color preview on white background

This text has color #86AB6E on white background.


Black color preview on #86AB6E background

This text has black color on #86AB6E background.


White color preview on #86AB6E background

This text has white color on #86AB6E background.


Related colors

Complementary color

Complementary color for #hex is #795491.


I love getcolorcode.com

Triadic colors

1 #6E86AB and #AB6E86 with #86AB6E are triadic colors.

2 #6EAB86 and #AB866E with #86AB6E are triadic colors.