COLOR #8BAC6C

HEX: #8BAC6C RGB: (139,172,108)

Color info

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

RGB color model

#8BAC6C color RGB value is (139,172,108).

RGB: (139,172,108) (55%, 67%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 172 of 255 = 67%
B 108 of 255 = 42%

139
172
108

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

Portions of RGB colors in percentages

R + G + B = 139 + 172 + 108 = 419 (100%)
R 139 of 419 ~ 33.17%
G 172 of 419 ~ 41.05%
B 108 of 419 ~ 25.78'%

%33.17
%41.05
%25.78

CMYK color model

#8BAC6C color CMYK value is (19,0,37,33).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK: (19,0,37,33) C19M0Y37K33 (19%,0%,37%,33%) (0.19/0.00/0.37/0.33) 

CMYK percentages

%19.19
%0
%37.21
%32.55

Codes

Color #8BAC6C in popluar color models

8B AC 6C
RGB 139 172 108
HSL 91° 27.83% 54.90%
HSB/HSV 91° 37.21% 67.45%
CMYK 19.19% 0.00% 37.21%
32.55%

Color #8BAC6C in popluar number systems.

HEX 8B AC 6C
Decimal 139 172 108
Binary 10001011 10101100 1101100
Octal 213 254 154

Shades and tints

Shades of #8BAC6C

#8BAC6C
(139,172,108)
#7F9D63
(127,157,99)
#738E5A
(115,142,90)
#677F51
(103,127,81)
#5B7048
(91,112,72)
#4F613F
(79,97,63)
#435236
(67,82,54)
#37432D
(55,67,45)
#2B3424
(43,52,36)
#1F251B
(31,37,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #8BAC6C

#8BAC6C
(139,172,108)
#95B379
(149,179,121)
#9FBA86
(159,186,134)
#A9C193
(169,193,147)
#B3C8A0
(179,200,160)
#BDCFAD
(189,207,173)
#C7D6BA
(199,214,186)
#D1DDC7
(209,221,199)
#DBE4D4
(219,228,212)
#E5EBE1
(229,235,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAC6C color. Also use rgb(139,172,108) instead hex code.

Text Font Color

.myTextColor { color: #8BAC6C; }

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

This text font color is #8BAC6C.

Background Color

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

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

This div background color is #8BAC6C.

Border color

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

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

This div border color is #8BAC6C.

Opacity

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

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

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

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

This text has shadow with #8BAC6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAC6C.

Preview

Color preview on black background

This text has color #8BAC6C on black background.


Color preview on white background

This text has color #8BAC6C on white background.


Black color preview on #8BAC6C background

This text has black color on #8BAC6C background.


White color preview on #8BAC6C background

This text has white color on #8BAC6C background.


Related colors

Complementary color

Complementary color for #hex is #745393.


I love getcolorcode.com

Triadic colors

1 #6C8BAC and #AC6C8B with #8BAC6C are triadic colors.

2 #6CAC8B and #AC8B6C with #8BAC6C are triadic colors.