COLOR #8FAE8F

HEX: #8FAE8F
RGB: (143,174,143)

Color info

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

RGB color model

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

  • red value is 143;
  • green value is 174;
  • blue value is 143.
RGB:
(143,174,143)
(56%,68%,56%)

RGB channels and saturation

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

143
174
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 174 + 143 = 460 (100%)
R 143 of 460 ~ 31.09%
G 174 of 460 ~ 37.83%
B 143 of 460 ~ 31.09%

%31.09
%37.83
%31.09

CMYK color model

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

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

CMYK percentages

%17.82
%0
%17.82
%31.76

Codes

Color #8FAE8F in popluar color models

8FAE8F
RGB143174143
HSL120°16.06%62.16%
HSB/HSV120°17.82%68.24%
CMYK17.82%0.00%17.82%
31.76%

Color #8FAE8F in popluar number systems.

HEX8FAE8F
Decimal143174143
Binary100011111010111010001111
Octal217256217

Shades and tints

Shades of #8FAE8F

#8FAE8F
(143,174,143)
#829F82
(130,159,130)
#759075
(117,144,117)
#688168
(104,129,104)
#5B725B
(91,114,91)
#4E634E
(78,99,78)
#415441
(65,84,65)
#344534
(52,69,52)
#273627
(39,54,39)
#1A271A
(26,39,26)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #8FAE8F

#8FAE8F
(143,174,143)
#99B599
(153,181,153)
#A3BCA3
(163,188,163)
#ADC3AD
(173,195,173)
#B7CAB7
(183,202,183)
#C1D1C1
(193,209,193)
#CBD8CB
(203,216,203)
#D5DFD5
(213,223,213)
#DFE6DF
(223,230,223)
#E9EDE9
(233,237,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAE8F; }

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

This text font color is #8FAE8F.


Background Color

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

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

This div background color is #8FAE8F.


Border color

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

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

This div border color is #8FAE8F.


Opacity

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

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

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

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

This text has shadow with #8FAE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAE8F on black background.


Color preview on white background

This text has color #8FAE8F on white background.



Black color preview on #8FAE8F background

This text has black color on #8FAE8F background.


White color preview on #8FAE8F background

This text has white color on #8FAE8F background.