COLOR #8AAE89

HEX: #8AAE89
RGB: (138,174,137)

Color info

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

RGB color model

#8AAE89 color RGB value is (138,174,137).

  • red value is 138;
  • green value is 174;
  • blue value is 137.
RGB:
(138,174,137)
(54%,68%,54%)

RGB channels and saturation

R 138 of 255 = 54%
G 174 of 255 = 68%
B 137 of 255 = 54%

138
174
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 174 + 137 = 449 (100%)
R 138 of 449 ~ 30.73%
G 174 of 449 ~ 38.75%
B 137 of 449 ~ 30.51%

%30.73
%38.75
%30.51

CMYK color model

#8AAE89 color CMYK value is (21,0,21,32).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(21,0,21,32)
C21M0Y21K32 
(21%,0%,21%,32%)
(0.21/0.00/0.21/0.32)	

CMYK percentages

%20.69
%0
%21.26
%31.76

Codes

Color #8AAE89 in popluar color models

8AAE89
RGB138174137
HSL118°18.59%60.98%
HSB/HSV118°21.26%68.24%
CMYK20.69%0.00%21.26%
31.76%

Color #8AAE89 in popluar number systems.

HEX8AAE89
Decimal138174137
Binary100010101010111010001001
Octal212256211

Shades and tints

Shades of #8AAE89

#8AAE89
(138,174,137)
#7E9F7D
(126,159,125)
#729071
(114,144,113)
#668165
(102,129,101)
#5A7259
(90,114,89)
#4E634D
(78,99,77)
#425441
(66,84,65)
#364535
(54,69,53)
#2A3629
(42,54,41)
#1E271D
(30,39,29)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #8AAE89

#8AAE89
(138,174,137)
#94B593
(148,181,147)
#9EBC9D
(158,188,157)
#A8C3A7
(168,195,167)
#B2CAB1
(178,202,177)
#BCD1BB
(188,209,187)
#C6D8C5
(198,216,197)
#D0DFCF
(208,223,207)
#DAE6D9
(218,230,217)
#E4EDE3
(228,237,227)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAE89; }

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

This text font color is #8AAE89.


Background Color

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

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

This div background color is #8AAE89.


Border color

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

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

This div border color is #8AAE89.


Opacity

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

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

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

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

This text has shadow with #8AAE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAE89 on black background.


Color preview on white background

This text has color #8AAE89 on white background.



Black color preview on #8AAE89 background

This text has black color on #8AAE89 background.


White color preview on #8AAE89 background

This text has white color on #8AAE89 background.