COLOR #8AB979

HEX: #8AB979
RGB: (138,185,121)

Color info

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

RGB color model

#8AB979 color RGB value is (138,185,121).

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

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 121 of 255 = 47%

138
185
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 121 = 444 (100%)
R 138 of 444 ~ 31.08%
G 185 of 444 ~ 41.67%
B 121 of 444 ~ 27.25%

%31.08
%41.67
%27.25

CMYK color model

#8AB979 color CMYK value is (25,0,35,27).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(25,0,35,27)
C25M0Y35K27 
(25%,0%,35%,27%)
(0.25/0.00/0.35/0.27)	

CMYK percentages

%25.41
%0
%34.59
%27.45

Codes

Color #8AB979 in popluar color models

8AB979
RGB138185121
HSL104°31.37%60.00%
HSB/HSV104°34.59%72.55%
CMYK25.41%0.00%34.59%
27.45%

Color #8AB979 in popluar number systems.

HEX8AB979
Decimal138185121
Binary10001010101110011111001
Octal212271171

Shades and tints

Shades of #8AB979

#8AB979
(138,185,121)
#7EA96E
(126,169,110)
#729963
(114,153,99)
#668958
(102,137,88)
#5A794D
(90,121,77)
#4E6942
(78,105,66)
#425937
(66,89,55)
#36492C
(54,73,44)
#2A3921
(42,57,33)
#1E2916
(30,41,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #8AB979

#8AB979
(138,185,121)
#94BF85
(148,191,133)
#9EC591
(158,197,145)
#A8CB9D
(168,203,157)
#B2D1A9
(178,209,169)
#BCD7B5
(188,215,181)
#C6DDC1
(198,221,193)
#D0E3CD
(208,227,205)
#DAE9D9
(218,233,217)
#E4EFE5
(228,239,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB979; }

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

This text font color is #8AB979.


Background Color

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

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

This div background color is #8AB979.


Border color

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

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

This div border color is #8AB979.


Opacity

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

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

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

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

This text has shadow with #8AB979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB979 on black background.


Color preview on white background

This text has color #8AB979 on white background.



Black color preview on #8AB979 background

This text has black color on #8AB979 background.


White color preview on #8AB979 background

This text has white color on #8AB979 background.