COLOR #8F9B6B

HEX: #8F9B6B
RGB: (143,155,107)

Color info

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

RGB color model

#8F9B6B color RGB value is (143,155,107).

  • red value is 143;
  • green value is 155;
  • blue value is 107.
RGB:
(143,155,107)
(56%,61%,42%)

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 107 of 255 = 42%

143
155
107

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

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 107 = 405 (100%)
R 143 of 405 ~ 35.31%
G 155 of 405 ~ 38.27%
B 107 of 405 ~ 26.42%

%35.31
%38.27
%26.42

CMYK color model

#8F9B6B color CMYK value is (8,0,31,39).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 39.22%
CMYK:
(8,0,31,39)
C8M0Y31K39 
(8%,0%,31%,39%)
(0.08/0.00/0.31/0.39)	

CMYK percentages

%7.74
%0
%30.97
%39.22

Codes

Color #8F9B6B in popluar color models

8F9B6B
RGB143155107
HSL75°19.35%51.37%
HSB/HSV75°30.97%60.78%
CMYK7.74%0.00%30.97%
39.22%

Color #8F9B6B in popluar number systems.

HEX8F9B6B
Decimal143155107
Binary10001111100110111101011
Octal217233153

Shades and tints

Shades of #8F9B6B

#8F9B6B
(143,155,107)
#828D62
(130,141,98)
#757F59
(117,127,89)
#687150
(104,113,80)
#5B6347
(91,99,71)
#4E553E
(78,85,62)
#414735
(65,71,53)
#34392C
(52,57,44)
#272B23
(39,43,35)
#1A1D1A
(26,29,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F9B6B

#8F9B6B
(143,155,107)
#99A478
(153,164,120)
#A3AD85
(163,173,133)
#ADB692
(173,182,146)
#B7BF9F
(183,191,159)
#C1C8AC
(193,200,172)
#CBD1B9
(203,209,185)
#D5DAC6
(213,218,198)
#DFE3D3
(223,227,211)
#E9ECE0
(233,236,224)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9B6B; }

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

This text font color is #8F9B6B.


Background Color

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

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

This div background color is #8F9B6B.


Border color

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

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

This div border color is #8F9B6B.


Opacity

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

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

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

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

This text has shadow with #8F9B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9B6B on black background.


Color preview on white background

This text has color #8F9B6B on white background.



Black color preview on #8F9B6B background

This text has black color on #8F9B6B background.


White color preview on #8F9B6B background

This text has white color on #8F9B6B background.