COLOR #8AB671

HEX: #8AB671 RGB: (138,182,113)

Color info

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

RGB color model

#8AB671 color RGB value is (138,182,113).

RGB: (138,182,113) (54%, 71%, 44%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 113 of 255 = 44%

138
182
113

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

Portions of RGB colors in percentages

R + G + B = 138 + 182 + 113 = 433 (100%)
R 138 of 433 ~ 31.87%
G 182 of 433 ~ 42.03%
B 113 of 433 ~ 26.1'%

%31.87
%42.03
%26.1

CMYK color model

#8AB671 color CMYK value is (24,0,38,29).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 28.63%
CMYK: (24,0,38,29) C24M0Y38K29 (24%,0%,38%,29%) (0.24/0.00/0.38/0.29) 

CMYK percentages

%24.18
%0
%37.91
%28.63

Codes

Color #8AB671 in popluar color models

8A B6 71
RGB 138 182 113
HSL 98° 32.09% 57.84%
HSB/HSV 98° 37.91% 71.37%
CMYK 24.18% 0.00% 37.91%
28.63%

Color #8AB671 in popluar number systems.

HEX 8A B6 71
Decimal 138 182 113
Binary 10001010 10110110 1110001
Octal 212 266 161

Shades and tints

Shades of #8AB671

#8AB671
(138,182,113)
#7EA667
(126,166,103)
#72965D
(114,150,93)
#668653
(102,134,83)
#5A7649
(90,118,73)
#4E663F
(78,102,63)
#425635
(66,86,53)
#36462B
(54,70,43)
#2A3621
(42,54,33)
#1E2617
(30,38,23)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #8AB671

#8AB671
(138,182,113)
#94BC7D
(148,188,125)
#9EC289
(158,194,137)
#A8C895
(168,200,149)
#B2CEA1
(178,206,161)
#BCD4AD
(188,212,173)
#C6DAB9
(198,218,185)
#D0E0C5
(208,224,197)
#DAE6D1
(218,230,209)
#E4ECDD
(228,236,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB671 color. Also use rgb(138,182,113) instead hex code.

Text Font Color

.myTextColor { color: #8AB671; }

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

This text font color is #8AB671.

Background Color

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

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

This div background color is #8AB671.

Border color

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

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

This div border color is #8AB671.

Opacity

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

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

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

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

This text has shadow with #8AB671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB671.

Preview

Color preview on black background

This text has color #8AB671 on black background.


Color preview on white background

This text has color #8AB671 on white background.


Black color preview on #8AB671 background

This text has black color on #8AB671 background.


White color preview on #8AB671 background

This text has white color on #8AB671 background.


Related colors

Complementary color

Complementary color for #hex is #75498E.


I love getcolorcode.com

Triadic colors

1 #718AB6 and #B6718A with #8AB671 are triadic colors.

2 #71B68A and #B68A71 with #8AB671 are triadic colors.