COLOR #8AA389

HEX: #8AA389 RGB: (138,163,137)

Color info

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

RGB color model

#8AA389 color RGB value is (138,163,137).

RGB: (138,163,137) (54%, 64%, 54%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 137 of 255 = 54%

138
163
137

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

Portions of RGB colors in percentages

R + G + B = 138 + 163 + 137 = 438 (100%)
R 138 of 438 ~ 31.51%
G 163 of 438 ~ 37.21%
B 137 of 438 ~ 31.28'%

%31.51
%37.21
%31.28

CMYK color model

#8AA389 color CMYK value is (15,0,16,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%

CMYK: (15,0,16,36)
C15M0Y16K36 (15%, 0%, 16%, 36%)
(0.15 / 0.00 / 0.16 / 0.36)

CMYK percentages

%15.34
%0
%15.95
%36.08

Codes

Color #8AA389 in popluar color models

8A A3 89
RGB 138 163 137
HSL 118° 12.38% 58.82%
HSB/HSV 118° 15.95% 63.92%
CMYK 15.34% 0.00% 15.95%
36.08%

Color #8AA389 in popluar number systems.

HEX 8A A3 89
Decimal 138 163 137
Binary 10001010 10100011 10001001
Octal 212 243 211

Shades and tints

Shades of #8AA389

#8AA389
(138,163,137)
#7E957D
(126,149,125)
#728771
(114,135,113)
#667965
(102,121,101)
#5A6B59
(90,107,89)
#4E5D4D
(78,93,77)
#424F41
(66,79,65)
#364135
(54,65,53)
#2A3329
(42,51,41)
#1E251D
(30,37,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8AA389

#8AA389
(138,163,137)
#94AB93
(148,171,147)
#9EB39D
(158,179,157)
#A8BBA7
(168,187,167)
#B2C3B1
(178,195,177)
#BCCBBB
(188,203,187)
#C6D3C5
(198,211,197)
#D0DBCF
(208,219,207)
#DAE3D9
(218,227,217)
#E4EBE3
(228,235,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA389; }

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

This text font color is #8AA389.

Background Color

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

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

This div background color is #8AA389.

Border color

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

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

This div border color is #8AA389.

Opacity

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

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

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

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

This text has shadow with #8AA389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA389.

Preview

Color preview on black background

This text has color #8AA389 on black background.


Color preview on white background

This text has color #8AA389 on white background.


Black color preview on #8AA389 background

This text has black color on #8AA389 background.


White color preview on #8AA389 background

This text has white color on #8AA389 background.


Related colors

Complementary color

Complementary color for #hex is #755C76.


I love getcolorcode.com

Triadic colors

1 #898AA3 and #A3898A with #8AA389 are triadic colors.

2 #89A38A and #A38A89 with #8AA389 are triadic colors.