COLOR #8AA977

HEX: #8AA977 RGB: (138,169,119)

Color info

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

RGB color model

#8AA977 color RGB value is (138,169,119).

RGB: (138,169,119) (54%, 66%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 169 of 255 = 66%
B 119 of 255 = 47%

138
169
119

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

Portions of RGB colors in percentages

R + G + B = 138 + 169 + 119 = 426 (100%)
R 138 of 426 ~ 32.39%
G 169 of 426 ~ 39.67%
B 119 of 426 ~ 27.93'%

%32.39
%39.67
%27.93

CMYK color model

#8AA977 color CMYK value is (18,0,30,34).

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 33.73%

CMYK: (18,0,30,34)
C18M0Y30K34 (18%, 0%, 30%, 34%)
(0.18 / 0.00 / 0.30 / 0.34)

CMYK percentages

%18.34
%0
%29.59
%33.73

Codes

Color #8AA977 in popluar color models

8A A9 77
RGB 138 169 119
HSL 97° 22.52% 56.47%
HSB/HSV 97° 29.59% 66.27%
CMYK 18.34% 0.00% 29.59%
33.73%

Color #8AA977 in popluar number systems.

HEX 8A A9 77
Decimal 138 169 119
Binary 10001010 10101001 1110111
Octal 212 251 167

Shades and tints

Shades of #8AA977

#8AA977
(138,169,119)
#7E9A6D
(126,154,109)
#728B63
(114,139,99)
#667C59
(102,124,89)
#5A6D4F
(90,109,79)
#4E5E45
(78,94,69)
#424F3B
(66,79,59)
#364031
(54,64,49)
#2A3127
(42,49,39)
#1E221D
(30,34,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #8AA977

#8AA977
(138,169,119)
#94B083
(148,176,131)
#9EB78F
(158,183,143)
#A8BE9B
(168,190,155)
#B2C5A7
(178,197,167)
#BCCCB3
(188,204,179)
#C6D3BF
(198,211,191)
#D0DACB
(208,218,203)
#DAE1D7
(218,225,215)
#E4E8E3
(228,232,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA977 color. Also use rgb(138,169,119) instead hex code.

Text Font Color

.myTextColor { color: #8AA977; }

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

This text font color is #8AA977.

Background Color

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

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

This div background color is #8AA977.

Border color

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

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

This div border color is #8AA977.

Opacity

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

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

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

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

This text has shadow with #8AA977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA977.

Preview

Color preview on black background

This text has color #8AA977 on black background.


Color preview on white background

This text has color #8AA977 on white background.


Black color preview on #8AA977 background

This text has black color on #8AA977 background.


White color preview on #8AA977 background

This text has white color on #8AA977 background.


Related colors

Complementary color

Complementary color for #hex is #755688.


I love getcolorcode.com

Triadic colors

1 #778AA9 and #A9778A with #8AA977 are triadic colors.

2 #77A98A and #A98A77 with #8AA977 are triadic colors.