COLOR #8AB689

HEX: #8AB689 RGB: (138,182,137)

Color info

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

RGB color model

#8AB689 color RGB value is (138,182,137).

RGB: (138,182,137) (54%, 71%, 54%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 137 of 255 = 54%

138
182
137

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

Portions of RGB colors in percentages

R + G + B = 138 + 182 + 137 = 457 (100%)
R 138 of 457 ~ 30.2%
G 182 of 457 ~ 39.82%
B 137 of 457 ~ 29.98'%

%30.2
%39.82
%29.98

CMYK color model

#8AB689 color CMYK value is (24,0,25,29).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 24.73%
  • key color value is 28.63%

CMYK: (24,0,25,29)
C24M0Y25K29 (24%, 0%, 25%, 29%)
(0.24 / 0.00 / 0.25 / 0.29)

CMYK percentages

%24.18
%0
%24.73
%28.63

Codes

Color #8AB689 in popluar color models

8A B6 89
RGB 138 182 137
HSL 119° 23.56% 62.55%
HSB/HSV 119° 24.73% 71.37%
CMYK 24.18% 0.00% 24.73%
28.63%

Color #8AB689 in popluar number systems.

HEX 8A B6 89
Decimal 138 182 137
Binary 10001010 10110110 10001001
Octal 212 266 211

Shades and tints

Shades of #8AB689

#8AB689
(138,182,137)
#7EA67D
(126,166,125)
#729671
(114,150,113)
#668665
(102,134,101)
#5A7659
(90,118,89)
#4E664D
(78,102,77)
#425641
(66,86,65)
#364635
(54,70,53)
#2A3629
(42,54,41)
#1E261D
(30,38,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8AB689

#8AB689
(138,182,137)
#94BC93
(148,188,147)
#9EC29D
(158,194,157)
#A8C8A7
(168,200,167)
#B2CEB1
(178,206,177)
#BCD4BB
(188,212,187)
#C6DAC5
(198,218,197)
#D0E0CF
(208,224,207)
#DAE6D9
(218,230,217)
#E4ECE3
(228,236,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB689; }

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

This text font color is #8AB689.

Background Color

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

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

This div background color is #8AB689.

Border color

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

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

This div border color is #8AB689.

Opacity

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

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

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

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

This text has shadow with #8AB689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB689.

Preview

Color preview on black background

This text has color #8AB689 on black background.


Color preview on white background

This text has color #8AB689 on white background.


Black color preview on #8AB689 background

This text has black color on #8AB689 background.


White color preview on #8AB689 background

This text has white color on #8AB689 background.


Related colors

Complementary color

Complementary color for #hex is #754976.


I love getcolorcode.com

Triadic colors

1 #898AB6 and #B6898A with #8AB689 are triadic colors.

2 #89B68A and #B68A89 with #8AB689 are triadic colors.