COLOR #8ABB6C

HEX: #8ABB6C RGB: (138,187,108)

Color info

#8ABB6C contains mainly red and green colors. Web safe color of #8ABB6C is #99CC66 (or #9C6).

RGB color model

#8ABB6C color RGB value is (138,187,108).

RGB: (138,187,108) (54%, 73%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 187 of 255 = 73%
B 108 of 255 = 42%

138
187
108

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

Portions of RGB colors in percentages

R + G + B = 138 + 187 + 108 = 433 (100%)
R 138 of 433 ~ 31.87%
G 187 of 433 ~ 43.19%
B 108 of 433 ~ 24.94'%

%31.87
%43.19
%24.94

CMYK color model

#8ABB6C color CMYK value is (26,0,42,27).

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 26.67%

CMYK: (26,0,42,27)
C26M0Y42K27 (26%, 0%, 42%, 27%)
(0.26 / 0.00 / 0.42 / 0.27)

CMYK percentages

%26.2
%0
%42.25
%26.67

Codes

Color #8ABB6C in popluar color models

8A BB 6C
RGB 138 187 108
HSL 97° 36.74% 57.84%
HSB/HSV 97° 42.25% 73.33%
CMYK 26.20% 0.00% 42.25%
26.67%

Color #8ABB6C in popluar number systems.

HEX 8A BB 6C
Decimal 138 187 108
Binary 10001010 10111011 1101100
Octal 212 273 154

Shades and tints

Shades of #8ABB6C

#8ABB6C
(138,187,108)
#7EAA63
(126,170,99)
#72995A
(114,153,90)
#668851
(102,136,81)
#5A7748
(90,119,72)
#4E663F
(78,102,63)
#425536
(66,85,54)
#36442D
(54,68,45)
#2A3324
(42,51,36)
#1E221B
(30,34,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8ABB6C

#8ABB6C
(138,187,108)
#94C179
(148,193,121)
#9EC786
(158,199,134)
#A8CD93
(168,205,147)
#B2D3A0
(178,211,160)
#BCD9AD
(188,217,173)
#C6DFBA
(198,223,186)
#D0E5C7
(208,229,199)
#DAEBD4
(218,235,212)
#E4F1E1
(228,241,225)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABB6C color. Also use rgb(138,187,108) instead hex code.

Text Font Color

.myTextColor { color: #8ABB6C; }

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

This text font color is #8ABB6C.

Background Color

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

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

This div background color is #8ABB6C.

Border color

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

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

This div border color is #8ABB6C.

Opacity

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

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

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

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

This text has shadow with #8ABB6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABB6C.

Preview

Color preview on black background

This text has color #8ABB6C on black background.


Color preview on white background

This text has color #8ABB6C on white background.


Black color preview on #8ABB6C background

This text has black color on #8ABB6C background.


White color preview on #8ABB6C background

This text has white color on #8ABB6C background.


Related colors

Complementary color

Complementary color for #hex is #754493.


I love getcolorcode.com

Triadic colors

1 #6C8ABB and #BB6C8A with #8ABB6C are triadic colors.

2 #6CBB8A and #BB8A6C with #8ABB6C are triadic colors.