COLOR #8FAE87

HEX: #8FAE87 RGB: (143,174,135)

Color info

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

RGB color model

#8FAE87 color RGB value is (143,174,135).

RGB: (143,174,135) (56%, 68%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 135 of 255 = 53%

143
174
135

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

Portions of RGB colors in percentages

R + G + B = 143 + 174 + 135 = 452 (100%)
R 143 of 452 ~ 31.64%
G 174 of 452 ~ 38.5%
B 135 of 452 ~ 29.87'%

%31.64
%38.5
%29.87

CMYK color model

#8FAE87 color CMYK value is (18,0,22,32).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK: (18,0,22,32) C18M0Y22K32 (18%,0%,22%,32%) (0.18/0.00/0.22/0.32) 

CMYK percentages

%17.82
%0
%22.41
%31.76

Codes

Color #8FAE87 in popluar color models

8F AE 87
RGB 143 174 135
HSL 108° 19.40% 60.59%
HSB/HSV 108° 22.41% 68.24%
CMYK 17.82% 0.00% 22.41%
31.76%

Color #8FAE87 in popluar number systems.

HEX 8F AE 87
Decimal 143 174 135
Binary 10001111 10101110 10000111
Octal 217 256 207

Shades and tints

Shades of #8FAE87

#8FAE87
(143,174,135)
#829F7B
(130,159,123)
#75906F
(117,144,111)
#688163
(104,129,99)
#5B7257
(91,114,87)
#4E634B
(78,99,75)
#41543F
(65,84,63)
#344533
(52,69,51)
#273627
(39,54,39)
#1A271B
(26,39,27)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #8FAE87

#8FAE87
(143,174,135)
#99B591
(153,181,145)
#A3BC9B
(163,188,155)
#ADC3A5
(173,195,165)
#B7CAAF
(183,202,175)
#C1D1B9
(193,209,185)
#CBD8C3
(203,216,195)
#D5DFCD
(213,223,205)
#DFE6D7
(223,230,215)
#E9EDE1
(233,237,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAE87; }

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

This text font color is #8FAE87.

Background Color

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

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

This div background color is #8FAE87.

Border color

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

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

This div border color is #8FAE87.

Opacity

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

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

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

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

This text has shadow with #8FAE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAE87.

Preview

Color preview on black background

This text has color #8FAE87 on black background.


Color preview on white background

This text has color #8FAE87 on white background.


Black color preview on #8FAE87 background

This text has black color on #8FAE87 background.


White color preview on #8FAE87 background

This text has white color on #8FAE87 background.


Related colors

Complementary color

Complementary color for #hex is #705178.


I love getcolorcode.com

Triadic colors

1 #878FAE and #AE878F with #8FAE87 are triadic colors.

2 #87AE8F and #AE8F87 with #8FAE87 are triadic colors.