COLOR #8FAC7B

HEX: #8FAC7B
RGB: (143,172,123)

Color info

#8FAC7B contains red, green and blue colors in about the same proportion. Web safe color of #8FAC7B is #999966 (or #996).

RGB color model

#8FAC7B color RGB value is (143,172,123).

  • red value is 143;
  • green value is 172;
  • blue value is 123.
RGB:
(143,172,123)
(56%,67%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 123 of 255 = 48%

143
172
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 172 + 123 = 438 (100%)
R 143 of 438 ~ 32.65%
G 172 of 438 ~ 39.27%
B 123 of 438 ~ 28.08%

%32.65
%39.27
%28.08

CMYK color model

#8FAC7B color CMYK value is (17,0,28,33).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(17,0,28,33)
C17M0Y28K33 
(17%,0%,28%,33%)
(0.17/0.00/0.28/0.33)	

CMYK percentages

%16.86
%0
%28.49
%32.55

Codes

Color #8FAC7B in popluar color models

8FAC7B
RGB143172123
HSL96°22.79%57.84%
HSB/HSV96°28.49%67.45%
CMYK16.86%0.00%28.49%
32.55%

Color #8FAC7B in popluar number systems.

HEX8FAC7B
Decimal143172123
Binary10001111101011001111011
Octal217254173

Shades and tints

Shades of #8FAC7B

#8FAC7B
(143,172,123)
#829D70
(130,157,112)
#758E65
(117,142,101)
#687F5A
(104,127,90)
#5B704F
(91,112,79)
#4E6144
(78,97,68)
#415239
(65,82,57)
#34432E
(52,67,46)
#273423
(39,52,35)
#1A2518
(26,37,24)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #8FAC7B

#8FAC7B
(143,172,123)
#99B387
(153,179,135)
#A3BA93
(163,186,147)
#ADC19F
(173,193,159)
#B7C8AB
(183,200,171)
#C1CFB7
(193,207,183)
#CBD6C3
(203,214,195)
#D5DDCF
(213,221,207)
#DFE4DB
(223,228,219)
#E9EBE7
(233,235,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAC7B; }

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

This text font color is #8FAC7B.


Background Color

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

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

This div background color is #8FAC7B.


Border color

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

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

This div border color is #8FAC7B.


Opacity

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

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

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

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

This text has shadow with #8FAC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAC7B on black background.


Color preview on white background

This text has color #8FAC7B on white background.



Black color preview on #8FAC7B background

This text has black color on #8FAC7B background.


White color preview on #8FAC7B background

This text has white color on #8FAC7B background.