COLOR #8AAB79

HEX: #8AAB79
RGB: (138,171,121)

Color info

#8AAB79 contains red, green and blue colors in about the same proportion. Web safe color of #8AAB79 is #999966 (or #996).

RGB color model

#8AAB79 color RGB value is (138,171,121).

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

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 121 of 255 = 47%

138
171
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 121 = 430 (100%)
R 138 of 430 ~ 32.09%
G 171 of 430 ~ 39.77%
B 121 of 430 ~ 28.14%

%32.09
%39.77
%28.14

CMYK color model

#8AAB79 color CMYK value is (19,0,29,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK:
(19,0,29,33)
C19M0Y29K33 
(19%,0%,29%,33%)
(0.19/0.00/0.29/0.33)	

CMYK percentages

%19.3
%0
%29.24
%32.94

Codes

Color #8AAB79 in popluar color models

8AAB79
RGB138171121
HSL100°22.94%57.25%
HSB/HSV100°29.24%67.06%
CMYK19.30%0.00%29.24%
32.94%

Color #8AAB79 in popluar number systems.

HEX8AAB79
Decimal138171121
Binary10001010101010111111001
Octal212253171

Shades and tints

Shades of #8AAB79

#8AAB79
(138,171,121)
#7E9C6E
(126,156,110)
#728D63
(114,141,99)
#667E58
(102,126,88)
#5A6F4D
(90,111,77)
#4E6042
(78,96,66)
#425137
(66,81,55)
#36422C
(54,66,44)
#2A3321
(42,51,33)
#1E2416
(30,36,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #8AAB79

#8AAB79
(138,171,121)
#94B285
(148,178,133)
#9EB991
(158,185,145)
#A8C09D
(168,192,157)
#B2C7A9
(178,199,169)
#BCCEB5
(188,206,181)
#C6D5C1
(198,213,193)
#D0DCCD
(208,220,205)
#DAE3D9
(218,227,217)
#E4EAE5
(228,234,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAB79; }

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

This text font color is #8AAB79.


Background Color

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

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

This div background color is #8AAB79.


Border color

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

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

This div border color is #8AAB79.


Opacity

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

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

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

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

This text has shadow with #8AAB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAB79 on black background.


Color preview on white background

This text has color #8AAB79 on white background.



Black color preview on #8AAB79 background

This text has black color on #8AAB79 background.


White color preview on #8AAB79 background

This text has white color on #8AAB79 background.