COLOR #8ABE6C

HEX: #8ABE6C RGB: (138,190,108)

Color info

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

RGB color model

#8ABE6C color RGB value is (138,190,108).

RGB: (138,190,108) (54%, 75%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 108 of 255 = 42%

138
190
108

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

Portions of RGB colors in percentages

R + G + B = 138 + 190 + 108 = 436 (100%)
R 138 of 436 ~ 31.65%
G 190 of 436 ~ 43.58%
B 108 of 436 ~ 24.77'%

%31.65
%43.58
%24.77

CMYK color model

#8ABE6C color CMYK value is (27,0,43,25).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 43.16%
  • key color value is 25.49%

CMYK: (27,0,43,25)
C27M0Y43K25 (27%, 0%, 43%, 25%)
(0.27 / 0.00 / 0.43 / 0.25)

CMYK percentages

%27.37
%0
%43.16
%25.49

Codes

Color #8ABE6C in popluar color models

8A BE 6C
RGB 138 190 108
HSL 98° 38.68% 58.43%
HSB/HSV 98° 43.16% 74.51%
CMYK 27.37% 0.00% 43.16%
25.49%

Color #8ABE6C in popluar number systems.

HEX 8A BE 6C
Decimal 138 190 108
Binary 10001010 10111110 1101100
Octal 212 276 154

Shades and tints

Shades of #8ABE6C

#8ABE6C
(138,190,108)
#7EAD63
(126,173,99)
#729C5A
(114,156,90)
#668B51
(102,139,81)
#5A7A48
(90,122,72)
#4E693F
(78,105,63)
#425836
(66,88,54)
#36472D
(54,71,45)
#2A3624
(42,54,36)
#1E251B
(30,37,27)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8ABE6C

#8ABE6C
(138,190,108)
#94C379
(148,195,121)
#9EC886
(158,200,134)
#A8CD93
(168,205,147)
#B2D2A0
(178,210,160)
#BCD7AD
(188,215,173)
#C6DCBA
(198,220,186)
#D0E1C7
(208,225,199)
#DAE6D4
(218,230,212)
#E4EBE1
(228,235,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABE6C; }

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

This text font color is #8ABE6C.

Background Color

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

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

This div background color is #8ABE6C.

Border color

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

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

This div border color is #8ABE6C.

Opacity

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

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

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

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

This text has shadow with #8ABE6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABE6C.

Preview

Color preview on black background

This text has color #8ABE6C on black background.


Color preview on white background

This text has color #8ABE6C on white background.


Black color preview on #8ABE6C background

This text has black color on #8ABE6C background.


White color preview on #8ABE6C background

This text has white color on #8ABE6C background.


Related colors

Complementary color

Complementary color for #hex is #754193.


I love getcolorcode.com

Triadic colors

1 #6C8ABE and #BE6C8A with #8ABE6C are triadic colors.

2 #6CBE8A and #BE8A6C with #8ABE6C are triadic colors.