COLOR #8F9971

HEX: #8F9971
RGB: (143,153,113)

Color info

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

RGB color model

#8F9971 color RGB value is (143,153,113).

  • red value is 143;
  • green value is 153;
  • blue value is 113.
RGB:
(143,153,113)
(56%,60%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 113 of 255 = 44%

143
153
113

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

Portions of RGB colors in percentages

R + G + B =
143 + 153 + 113 = 409 (100%)
R 143 of 409 ~ 34.96%
G 153 of 409 ~ 37.41%
B 113 of 409 ~ 27.63%

%34.96
%37.41
%27.63

CMYK color model

#8F9971 color CMYK value is (7,0,26,40).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(7,0,26,40)
C7M0Y26K40 
(7%,0%,26%,40%)
(0.07/0.00/0.26/0.40)	

CMYK percentages

%6.54
%0
%26.14
%40

Codes

Color #8F9971 in popluar color models

8F9971
RGB143153113
HSL75°16.39%52.16%
HSB/HSV75°26.14%60.00%
CMYK6.54%0.00%26.14%
40.00%

Color #8F9971 in popluar number systems.

HEX8F9971
Decimal143153113
Binary10001111100110011110001
Octal217231161

Shades and tints

Shades of #8F9971

#8F9971
(143,153,113)
#828C67
(130,140,103)
#757F5D
(117,127,93)
#687253
(104,114,83)
#5B6549
(91,101,73)
#4E583F
(78,88,63)
#414B35
(65,75,53)
#343E2B
(52,62,43)
#273121
(39,49,33)
#1A2417
(26,36,23)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #8F9971

#8F9971
(143,153,113)
#99A27D
(153,162,125)
#A3AB89
(163,171,137)
#ADB495
(173,180,149)
#B7BDA1
(183,189,161)
#C1C6AD
(193,198,173)
#CBCFB9
(203,207,185)
#D5D8C5
(213,216,197)
#DFE1D1
(223,225,209)
#E9EADD
(233,234,221)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9971; }

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

This text font color is #8F9971.


Background Color

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

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

This div background color is #8F9971.


Border color

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

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

This div border color is #8F9971.


Opacity

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

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

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

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

This text has shadow with #8F9971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9971 on black background.


Color preview on white background

This text has color #8F9971 on white background.



Black color preview on #8F9971 background

This text has black color on #8F9971 background.


White color preview on #8F9971 background

This text has white color on #8F9971 background.