COLOR #8BAE89

HEX: #8BAE89 RGB: (139,174,137)

Color info

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

RGB color model

#8BAE89 color RGB value is (139,174,137).

RGB: (139,174,137) (55%, 68%, 54%)

RGB channels and saturation

R 139 of 255 = 55%
G 174 of 255 = 68%
B 137 of 255 = 54%

139
174
137

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

Portions of RGB colors in percentages

R + G + B = 139 + 174 + 137 = 450 (100%)
R 139 of 450 ~ 30.89%
G 174 of 450 ~ 38.67%
B 137 of 450 ~ 30.44'%

%30.89
%38.67
%30.44

CMYK color model

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

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%

CMYK: (20,0,21,32)
C20M0Y21K32 (20%, 0%, 21%, 32%)
(0.20 / 0.00 / 0.21 / 0.32)

CMYK percentages

%20.11
%0
%21.26
%31.76

Codes

Color #8BAE89 in popluar color models

8B AE 89
RGB 139 174 137
HSL 117° 18.59% 60.98%
HSB/HSV 117° 21.26% 68.24%
CMYK 20.11% 0.00% 21.26%
31.76%

Color #8BAE89 in popluar number systems.

HEX 8B AE 89
Decimal 139 174 137
Binary 10001011 10101110 10001001
Octal 213 256 211

Shades and tints

Shades of #8BAE89

#8BAE89
(139,174,137)
#7F9F7D
(127,159,125)
#739071
(115,144,113)
#678165
(103,129,101)
#5B7259
(91,114,89)
#4F634D
(79,99,77)
#435441
(67,84,65)
#374535
(55,69,53)
#2B3629
(43,54,41)
#1F271D
(31,39,29)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #8BAE89

#8BAE89
(139,174,137)
#95B593
(149,181,147)
#9FBC9D
(159,188,157)
#A9C3A7
(169,195,167)
#B3CAB1
(179,202,177)
#BDD1BB
(189,209,187)
#C7D8C5
(199,216,197)
#D1DFCF
(209,223,207)
#DBE6D9
(219,230,217)
#E5EDE3
(229,237,227)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAE89; }

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

This text font color is #8BAE89.

Background Color

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

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

This div background color is #8BAE89.

Border color

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

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

This div border color is #8BAE89.

Opacity

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

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

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

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

This text has shadow with #8BAE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAE89.

Preview

Color preview on black background

This text has color #8BAE89 on black background.


Color preview on white background

This text has color #8BAE89 on white background.


Black color preview on #8BAE89 background

This text has black color on #8BAE89 background.


White color preview on #8BAE89 background

This text has white color on #8BAE89 background.


Related colors

Complementary color

Complementary color for #hex is #745176.


I love getcolorcode.com

Triadic colors

1 #898BAE and #AE898B with #8BAE89 are triadic colors.

2 #89AE8B and #AE8B89 with #8BAE89 are triadic colors.