COLOR #8FA07B

HEX: #8FA07B
RGB: (143,160,123)

Color info

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

RGB color model

#8FA07B color RGB value is (143,160,123).

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

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 123 of 255 = 48%

143
160
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 123 = 426 (100%)
R 143 of 426 ~ 33.57%
G 160 of 426 ~ 37.56%
B 123 of 426 ~ 28.87%

%33.57
%37.56
%28.87

CMYK color model

#8FA07B color CMYK value is (11,0,23,37).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 37.25%
CMYK:
(11,0,23,37)
C11M0Y23K37 
(11%,0%,23%,37%)
(0.11/0.00/0.23/0.37)	

CMYK percentages

%10.63
%0
%23.13
%37.25

Codes

Color #8FA07B in popluar color models

8FA07B
RGB143160123
HSL88°16.30%55.49%
HSB/HSV88°23.13%62.75%
CMYK10.63%0.00%23.13%
37.25%

Color #8FA07B in popluar number systems.

HEX8FA07B
Decimal143160123
Binary10001111101000001111011
Octal217240173

Shades and tints

Shades of #8FA07B

#8FA07B
(143,160,123)
#829270
(130,146,112)
#758465
(117,132,101)
#68765A
(104,118,90)
#5B684F
(91,104,79)
#4E5A44
(78,90,68)
#414C39
(65,76,57)
#343E2E
(52,62,46)
#273023
(39,48,35)
#1A2218
(26,34,24)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8FA07B

#8FA07B
(143,160,123)
#99A887
(153,168,135)
#A3B093
(163,176,147)
#ADB89F
(173,184,159)
#B7C0AB
(183,192,171)
#C1C8B7
(193,200,183)
#CBD0C3
(203,208,195)
#D5D8CF
(213,216,207)
#DFE0DB
(223,224,219)
#E9E8E7
(233,232,231)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA07B; }

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

This text font color is #8FA07B.


Background Color

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

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

This div background color is #8FA07B.


Border color

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

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

This div border color is #8FA07B.


Opacity

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

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

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

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

This text has shadow with #8FA07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA07B on black background.


Color preview on white background

This text has color #8FA07B on white background.



Black color preview on #8FA07B background

This text has black color on #8FA07B background.


White color preview on #8FA07B background

This text has white color on #8FA07B background.