COLOR #8AB77F

HEX: #8AB77F RGB: (138,183,127)

Color info

#8AB77F contains red, green and blue colors in about the same proportion. Web safe color of #8AB77F is #99CC66 (or #9C6).

RGB color model

#8AB77F color RGB value is (138,183,127).

RGB: (138,183,127) (54%, 72%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 127 of 255 = 50%

138
183
127

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

Portions of RGB colors in percentages

R + G + B = 138 + 183 + 127 = 448 (100%)
R 138 of 448 ~ 30.8%
G 183 of 448 ~ 40.85%
B 127 of 448 ~ 28.35'%

%30.8
%40.85
%28.35

CMYK color model

#8AB77F color CMYK value is (25,0,31,28).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 28.24%

CMYK: (25,0,31,28)
C25M0Y31K28 (25%, 0%, 31%, 28%)
(0.25 / 0.00 / 0.31 / 0.28)

CMYK percentages

%24.59
%0
%30.6
%28.24

Codes

Color #8AB77F in popluar color models

8A B7 7F
RGB 138 183 127
HSL 108° 28.00% 60.78%
HSB/HSV 108° 30.60% 71.76%
CMYK 24.59% 0.00% 30.60%
28.24%

Color #8AB77F in popluar number systems.

HEX 8A B7 7F
Decimal 138 183 127
Binary 10001010 10110111 1111111
Octal 212 267 177

Shades and tints

Shades of #8AB77F

#8AB77F
(138,183,127)
#7EA774
(126,167,116)
#729769
(114,151,105)
#66875E
(102,135,94)
#5A7753
(90,119,83)
#4E6748
(78,103,72)
#42573D
(66,87,61)
#364732
(54,71,50)
#2A3727
(42,55,39)
#1E271C
(30,39,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8AB77F

#8AB77F
(138,183,127)
#94BD8A
(148,189,138)
#9EC395
(158,195,149)
#A8C9A0
(168,201,160)
#B2CFAB
(178,207,171)
#BCD5B6
(188,213,182)
#C6DBC1
(198,219,193)
#D0E1CC
(208,225,204)
#DAE7D7
(218,231,215)
#E4EDE2
(228,237,226)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB77F color. Also use rgb(138,183,127) instead hex code.

Text Font Color

.myTextColor { color: #8AB77F; }

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

This text font color is #8AB77F.

Background Color

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

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

This div background color is #8AB77F.

Border color

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

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

This div border color is #8AB77F.

Opacity

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

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

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

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

This text has shadow with #8AB77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB77F.

Preview

Color preview on black background

This text has color #8AB77F on black background.


Color preview on white background

This text has color #8AB77F on white background.


Black color preview on #8AB77F background

This text has black color on #8AB77F background.


White color preview on #8AB77F background

This text has white color on #8AB77F background.


Related colors

Complementary color

Complementary color for #hex is #754880.


I love getcolorcode.com

Triadic colors

1 #7F8AB7 and #B77F8A with #8AB77F are triadic colors.

2 #7FB78A and #B78A7F with #8AB77F are triadic colors.