COLOR #8AB081

HEX: #8AB081 RGB: (138,176,129)

Color info

#8AB081 contains red, green and blue colors in about the same proportion. Web safe color of #8AB081 is #999999 (or #999).

RGB color model

#8AB081 color RGB value is (138,176,129).

RGB: (138,176,129) (54%, 69%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 129 of 255 = 51%

138
176
129

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

Portions of RGB colors in percentages

R + G + B = 138 + 176 + 129 = 443 (100%)
R 138 of 443 ~ 31.15%
G 176 of 443 ~ 39.73%
B 129 of 443 ~ 29.12'%

%31.15
%39.73
%29.12

CMYK color model

#8AB081 color CMYK value is (22,0,27,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%

CMYK: (22,0,27,31)
C22M0Y27K31 (22%, 0%, 27%, 31%)
(0.22 / 0.00 / 0.27 / 0.31)

CMYK percentages

%21.59
%0
%26.7
%30.98

Codes

Color #8AB081 in popluar color models

8A B0 81
RGB 138 176 129
HSL 109° 22.93% 59.80%
HSB/HSV 109° 26.70% 69.02%
CMYK 21.59% 0.00% 26.70%
30.98%

Color #8AB081 in popluar number systems.

HEX 8A B0 81
Decimal 138 176 129
Binary 10001010 10110000 10000001
Octal 212 260 201

Shades and tints

Shades of #8AB081

#8AB081
(138,176,129)
#7EA076
(126,160,118)
#72906B
(114,144,107)
#668060
(102,128,96)
#5A7055
(90,112,85)
#4E604A
(78,96,74)
#42503F
(66,80,63)
#364034
(54,64,52)
#2A3029
(42,48,41)
#1E201E
(30,32,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #8AB081

#8AB081
(138,176,129)
#94B78C
(148,183,140)
#9EBE97
(158,190,151)
#A8C5A2
(168,197,162)
#B2CCAD
(178,204,173)
#BCD3B8
(188,211,184)
#C6DAC3
(198,218,195)
#D0E1CE
(208,225,206)
#DAE8D9
(218,232,217)
#E4EFE4
(228,239,228)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB081 color. Also use rgb(138,176,129) instead hex code.

Text Font Color

.myTextColor { color: #8AB081; }

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

This text font color is #8AB081.

Background Color

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

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

This div background color is #8AB081.

Border color

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

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

This div border color is #8AB081.

Opacity

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

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

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

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

This text has shadow with #8AB081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB081.

Preview

Color preview on black background

This text has color #8AB081 on black background.


Color preview on white background

This text has color #8AB081 on white background.


Black color preview on #8AB081 background

This text has black color on #8AB081 background.


White color preview on #8AB081 background

This text has white color on #8AB081 background.


Related colors

Complementary color

Complementary color for #hex is #754F7E.


I love getcolorcode.com

Triadic colors

1 #818AB0 and #B0818A with #8AB081 are triadic colors.

2 #81B08A and #B08A81 with #8AB081 are triadic colors.