COLOR #86A887

HEX: #86A887 RGB: (134,168,135)

Color info

#86A887 contains red, green and blue colors in about the same proportion. Web safe color of #86A887 is #999999 (or #999).

RGB color model

#86A887 color RGB value is (134,168,135).

RGB: (134,168,135) (53%, 66%, 53%)

RGB channels and saturation

R 134 of 255 = 53%
G 168 of 255 = 66%
B 135 of 255 = 53%

134
168
135

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

Portions of RGB colors in percentages

R + G + B = 134 + 168 + 135 = 437 (100%)
R 134 of 437 ~ 30.66%
G 168 of 437 ~ 38.44%
B 135 of 437 ~ 30.89'%

%30.66
%38.44
%30.89

CMYK color model

#86A887 color CMYK value is (20,0,20,34).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (20,0,20,34)
C20M0Y20K34 (20%, 0%, 20%, 34%)
(0.20 / 0.00 / 0.20 / 0.34)

CMYK percentages

%20.24
%0
%19.64
%34.12

Codes

Color #86A887 in popluar color models

86 A8 87
RGB 134 168 135
HSL 122° 16.35% 59.22%
HSB/HSV 122° 20.24% 65.88%
CMYK 20.24% 0.00% 19.64%
34.12%

Color #86A887 in popluar number systems.

HEX 86 A8 87
Decimal 134 168 135
Binary 10000110 10101000 10000111
Octal 206 250 207

Shades and tints

Shades of #86A887

#86A887
(134,168,135)
#7A997B
(122,153,123)
#6E8A6F
(110,138,111)
#627B63
(98,123,99)
#566C57
(86,108,87)
#4A5D4B
(74,93,75)
#3E4E3F
(62,78,63)
#323F33
(50,63,51)
#263027
(38,48,39)
#1A211B
(26,33,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #86A887

#86A887
(134,168,135)
#91AF91
(145,175,145)
#9CB69B
(156,182,155)
#A7BDA5
(167,189,165)
#B2C4AF
(178,196,175)
#BDCBB9
(189,203,185)
#C8D2C3
(200,210,195)
#D3D9CD
(211,217,205)
#DEE0D7
(222,224,215)
#E9E7E1
(233,231,225)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A887 color. Also use rgb(134,168,135) instead hex code.

Text Font Color

.myTextColor { color: #86A887; }

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

This text font color is #86A887.

Background Color

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

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

This div background color is #86A887.

Border color

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

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

This div border color is #86A887.

Opacity

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

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

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

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

This text has shadow with #86A887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86A887.

Preview

Color preview on black background

This text has color #86A887 on black background.


Color preview on white background

This text has color #86A887 on white background.


Black color preview on #86A887 background

This text has black color on #86A887 background.


White color preview on #86A887 background

This text has white color on #86A887 background.


Related colors

Complementary color

Complementary color for #hex is #795778.


I love getcolorcode.com

Triadic colors

1 #8786A8 and #A88786 with #86A887 are triadic colors.

2 #87A886 and #A88687 with #86A887 are triadic colors.