COLOR #8FAE89

HEX: #8FAE89 RGB: (143,174,137)

Color info

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

RGB color model

#8FAE89 color RGB value is (143,174,137).

RGB: (143,174,137) (56%, 68%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 137 of 255 = 54%

143
174
137

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

Portions of RGB colors in percentages

R + G + B = 143 + 174 + 137 = 454 (100%)
R 143 of 454 ~ 31.5%
G 174 of 454 ~ 38.33%
B 137 of 454 ~ 30.18'%

%31.5
%38.33
%30.18

CMYK color model

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

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

CMYK: (18,0,21,32)
C18M0Y21K32 (18%, 0%, 21%, 32%)
(0.18 / 0.00 / 0.21 / 0.32)

CMYK percentages

%17.82
%0
%21.26
%31.76

Codes

Color #8FAE89 in popluar color models

8F AE 89
RGB 143 174 137
HSL 110° 18.59% 60.98%
HSB/HSV 110° 21.26% 68.24%
CMYK 17.82% 0.00% 21.26%
31.76%

Color #8FAE89 in popluar number systems.

HEX 8F AE 89
Decimal 143 174 137
Binary 10001111 10101110 10001001
Octal 217 256 211

Shades and tints

Shades of #8FAE89

#8FAE89
(143,174,137)
#829F7D
(130,159,125)
#759071
(117,144,113)
#688165
(104,129,101)
#5B7259
(91,114,89)
#4E634D
(78,99,77)
#415441
(65,84,65)
#344535
(52,69,53)
#273629
(39,54,41)
#1A271D
(26,39,29)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #8FAE89

#8FAE89
(143,174,137)
#99B593
(153,181,147)
#A3BC9D
(163,188,157)
#ADC3A7
(173,195,167)
#B7CAB1
(183,202,177)
#C1D1BB
(193,209,187)
#CBD8C5
(203,216,197)
#D5DFCF
(213,223,207)
#DFE6D9
(223,230,217)
#E9EDE3
(233,237,227)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAE89; }

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

This text font color is #8FAE89.

Background Color

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

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

This div background color is #8FAE89.

Border color

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

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

This div border color is #8FAE89.

Opacity

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

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

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

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

This text has shadow with #8FAE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAE89.

Preview

Color preview on black background

This text has color #8FAE89 on black background.


Color preview on white background

This text has color #8FAE89 on white background.


Black color preview on #8FAE89 background

This text has black color on #8FAE89 background.


White color preview on #8FAE89 background

This text has white color on #8FAE89 background.


Related colors

Complementary color

Complementary color for #hex is #705176.


I love getcolorcode.com

Triadic colors

1 #898FAE and #AE898F with #8FAE89 are triadic colors.

2 #89AE8F and #AE8F89 with #8FAE89 are triadic colors.