COLOR #8AB776

HEX: #8AB776 RGB: (138,183,118)

Color info

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

RGB color model

#8AB776 color RGB value is (138,183,118).

RGB: (138,183,118) (54%, 72%, 46%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 118 of 255 = 46%

138
183
118

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

Portions of RGB colors in percentages

R + G + B = 138 + 183 + 118 = 439 (100%)
R 138 of 439 ~ 31.44%
G 183 of 439 ~ 41.69%
B 118 of 439 ~ 26.88'%

%31.44
%41.69
%26.88

CMYK color model

#8AB776 color CMYK value is (25,0,36,28).

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

CMYK: (25,0,36,28)
C25M0Y36K28 (25%, 0%, 36%, 28%)
(0.25 / 0.00 / 0.36 / 0.28)

CMYK percentages

%24.59
%0
%35.52
%28.24

Codes

Color #8AB776 in popluar color models

8A B7 76
RGB 138 183 118
HSL 102° 31.10% 59.02%
HSB/HSV 102° 35.52% 71.76%
CMYK 24.59% 0.00% 35.52%
28.24%

Color #8AB776 in popluar number systems.

HEX 8A B7 76
Decimal 138 183 118
Binary 10001010 10110111 1110110
Octal 212 267 166

Shades and tints

Shades of #8AB776

#8AB776
(138,183,118)
#7EA76C
(126,167,108)
#729762
(114,151,98)
#668758
(102,135,88)
#5A774E
(90,119,78)
#4E6744
(78,103,68)
#42573A
(66,87,58)
#364730
(54,71,48)
#2A3726
(42,55,38)
#1E271C
(30,39,28)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AB776

#8AB776
(138,183,118)
#94BD82
(148,189,130)
#9EC38E
(158,195,142)
#A8C99A
(168,201,154)
#B2CFA6
(178,207,166)
#BCD5B2
(188,213,178)
#C6DBBE
(198,219,190)
#D0E1CA
(208,225,202)
#DAE7D6
(218,231,214)
#E4EDE2
(228,237,226)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB776; }

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

This text font color is #8AB776.

Background Color

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

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

This div background color is #8AB776.

Border color

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

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

This div border color is #8AB776.

Opacity

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

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

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

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

This text has shadow with #8AB776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB776.

Preview

Color preview on black background

This text has color #8AB776 on black background.


Color preview on white background

This text has color #8AB776 on white background.


Black color preview on #8AB776 background

This text has black color on #8AB776 background.


White color preview on #8AB776 background

This text has white color on #8AB776 background.


Related colors

Complementary color

Complementary color for #hex is #754889.


I love getcolorcode.com

Triadic colors

1 #768AB7 and #B7768A with #8AB776 are triadic colors.

2 #76B78A and #B78A76 with #8AB776 are triadic colors.