COLOR #8AB97C

HEX: #8AB97C
RGB: (138,185,124)

Color info

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

RGB color model

#8AB97C color RGB value is (138,185,124).

  • red value is 138;
  • green value is 185;
  • blue value is 124.
RGB:
(138,185,124)
(54%,73%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 124 of 255 = 49%

138
185
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 124 = 447 (100%)
R 138 of 447 ~ 30.87%
G 185 of 447 ~ 41.39%
B 124 of 447 ~ 27.74%

%30.87
%41.39
%27.74

CMYK color model

#8AB97C color CMYK value is (25,0,33,27).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(25,0,33,27)
C25M0Y33K27 
(25%,0%,33%,27%)
(0.25/0.00/0.33/0.27)	

CMYK percentages

%25.41
%0
%32.97
%27.45

Codes

Color #8AB97C in popluar color models

8AB97C
RGB138185124
HSL106°30.35%60.59%
HSB/HSV106°32.97%72.55%
CMYK25.41%0.00%32.97%
27.45%

Color #8AB97C in popluar number systems.

HEX8AB97C
Decimal138185124
Binary10001010101110011111100
Octal212271174

Shades and tints

Shades of #8AB97C

#8AB97C
(138,185,124)
#7EA971
(126,169,113)
#729966
(114,153,102)
#66895B
(102,137,91)
#5A7950
(90,121,80)
#4E6945
(78,105,69)
#42593A
(66,89,58)
#36492F
(54,73,47)
#2A3924
(42,57,36)
#1E2919
(30,41,25)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #8AB97C

#8AB97C
(138,185,124)
#94BF87
(148,191,135)
#9EC592
(158,197,146)
#A8CB9D
(168,203,157)
#B2D1A8
(178,209,168)
#BCD7B3
(188,215,179)
#C6DDBE
(198,221,190)
#D0E3C9
(208,227,201)
#DAE9D4
(218,233,212)
#E4EFDF
(228,239,223)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB97C color. Also use rgb(138,185,124) instead hex code.

Text Font Color

.myTextColor { color: #8AB97C; }

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

This text font color is #8AB97C.


Background Color

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

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

This div background color is #8AB97C.


Border color

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

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

This div border color is #8AB97C.


Opacity

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

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

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

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

This text has shadow with #8AB97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB97C on black background.


Color preview on white background

This text has color #8AB97C on white background.



Black color preview on #8AB97C background

This text has black color on #8AB97C background.


White color preview on #8AB97C background

This text has white color on #8AB97C background.