COLOR #8FA97B

HEX: #8FA97B
RGB: (143,169,123)

Color info

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

RGB color model

#8FA97B color RGB value is (143,169,123).

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

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 123 of 255 = 48%

143
169
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 123 = 435 (100%)
R 143 of 435 ~ 32.87%
G 169 of 435 ~ 38.85%
B 123 of 435 ~ 28.28%

%32.87
%38.85
%28.28

CMYK color model

#8FA97B color CMYK value is (15,0,27,34).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(15,0,27,34)
C15M0Y27K34 
(15%,0%,27%,34%)
(0.15/0.00/0.27/0.34)	

CMYK percentages

%15.38
%0
%27.22
%33.73

Codes

Color #8FA97B in popluar color models

8FA97B
RGB143169123
HSL94°21.10%57.25%
HSB/HSV94°27.22%66.27%
CMYK15.38%0.00%27.22%
33.73%

Color #8FA97B in popluar number systems.

HEX8FA97B
Decimal143169123
Binary10001111101010011111011
Octal217251173

Shades and tints

Shades of #8FA97B

#8FA97B
(143,169,123)
#829A70
(130,154,112)
#758B65
(117,139,101)
#687C5A
(104,124,90)
#5B6D4F
(91,109,79)
#4E5E44
(78,94,68)
#414F39
(65,79,57)
#34402E
(52,64,46)
#273123
(39,49,35)
#1A2218
(26,34,24)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #8FA97B

#8FA97B
(143,169,123)
#99B087
(153,176,135)
#A3B793
(163,183,147)
#ADBE9F
(173,190,159)
#B7C5AB
(183,197,171)
#C1CCB7
(193,204,183)
#CBD3C3
(203,211,195)
#D5DACF
(213,218,207)
#DFE1DB
(223,225,219)
#E9E8E7
(233,232,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA97B; }

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

This text font color is #8FA97B.


Background Color

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

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

This div background color is #8FA97B.


Border color

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

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

This div border color is #8FA97B.


Opacity

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

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

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

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

This text has shadow with #8FA97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA97B on black background.


Color preview on white background

This text has color #8FA97B on white background.



Black color preview on #8FA97B background

This text has black color on #8FA97B background.


White color preview on #8FA97B background

This text has white color on #8FA97B background.