COLOR #8BA686

HEX: #8BA686 RGB: (139,166,134)

Color info

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

RGB color model

#8BA686 color RGB value is (139,166,134).

RGB: (139,166,134) (55%, 65%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 134 of 255 = 53%

139
166
134

R + G + B ~ 58%. #8BA686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 166 + 134 = 439 (100%)
R 139 of 439 ~ 31.66%
G 166 of 439 ~ 37.81%
B 134 of 439 ~ 30.52'%

%31.66
%37.81
%30.52

CMYK color model

#8BA686 color CMYK value is (16,0,19,35).

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK: (16,0,19,35) C16M0Y19K35 (16%,0%,19%,35%) (0.16/0.00/0.19/0.35) 

CMYK percentages

%16.27
%0
%19.28
%34.9

Codes

Color #8BA686 in popluar color models

8B A6 86
RGB 139 166 134
HSL 111° 15.24% 58.82%
HSB/HSV 111° 19.28% 65.10%
CMYK 16.27% 0.00% 19.28%
34.90%

Color #8BA686 in popluar number systems.

HEX 8B A6 86
Decimal 139 166 134
Binary 10001011 10100110 10000110
Octal 213 246 206

Shades and tints

Shades of #8BA686

#8BA686
(139,166,134)
#7F977A
(127,151,122)
#73886E
(115,136,110)
#677962
(103,121,98)
#5B6A56
(91,106,86)
#4F5B4A
(79,91,74)
#434C3E
(67,76,62)
#373D32
(55,61,50)
#2B2E26
(43,46,38)
#1F1F1A
(31,31,26)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8BA686

#8BA686
(139,166,134)
#95AE91
(149,174,145)
#9FB69C
(159,182,156)
#A9BEA7
(169,190,167)
#B3C6B2
(179,198,178)
#BDCEBD
(189,206,189)
#C7D6C8
(199,214,200)
#D1DED3
(209,222,211)
#DBE6DE
(219,230,222)
#E5EEE9
(229,238,233)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA686 color. Also use rgb(139,166,134) instead hex code.

Text Font Color

.myTextColor { color: #8BA686; }

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

This text font color is #8BA686.

Background Color

.myBgColor { background-color: #8BA686; }

<div style="background-color:#8BA686">Inner text</div>

This div background color is #8BA686.

Border color

.myBorderColor { border: 1px solid #8BA686; }

<div style="border:3px solid #8BA686">Div</div>

This div border color is #8BA686.

Opacity

.myOpacity80 { color: #8BA686; opacity: 0.8; }

<p style="color:#8BA686;opacity:0.8;">80%</p>

Text with #8BA686 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 #8BA686;}

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

This text has shadow with #8BA686 color.


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

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

This text has shadow with #8BA686 primary color and red secondary color.


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

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

This text has shadow with #8BA686 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BA686.

Preview

Color preview on black background

This text has color #8BA686 on black background.


Color preview on white background

This text has color #8BA686 on white background.


Black color preview on #8BA686 background

This text has black color on #8BA686 background.


White color preview on #8BA686 background

This text has white color on #8BA686 background.


Related colors

Complementary color

Complementary color for #hex is #745979.


I love getcolorcode.com

Triadic colors

1 #868BA6 and #A6868B with #8BA686 are triadic colors.

2 #86A68B and #A68B86 with #8BA686 are triadic colors.