COLOR #8F997F

HEX: #8F997F RGB: (143,153,127)

Color info

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

RGB color model

#8F997F color RGB value is (143,153,127).

RGB: (143,153,127) (56%, 60%, 50%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 127 of 255 = 50%

143
153
127

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

Portions of RGB colors in percentages

R + G + B = 143 + 153 + 127 = 423 (100%)
R 143 of 423 ~ 33.81%
G 153 of 423 ~ 36.17%
B 127 of 423 ~ 30.02'%

%33.81
%36.17
%30.02

CMYK color model

#8F997F color CMYK value is (7,0,17,40).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (7,0,17,40)
C7M0Y17K40 (7%, 0%, 17%, 40%)
(0.07 / 0.00 / 0.17 / 0.40)

CMYK percentages

%6.54
%0
%16.99
%40

Codes

Color #8F997F in popluar color models

8F 99 7F
RGB 143 153 127
HSL 83° 11.30% 54.90%
HSB/HSV 83° 16.99% 60.00%
CMYK 6.54% 0.00% 16.99%
40.00%

Color #8F997F in popluar number systems.

HEX 8F 99 7F
Decimal 143 153 127
Binary 10001111 10011001 1111111
Octal 217 231 177

Shades and tints

Shades of #8F997F

#8F997F
(143,153,127)
#828C74
(130,140,116)
#757F69
(117,127,105)
#68725E
(104,114,94)
#5B6553
(91,101,83)
#4E5848
(78,88,72)
#414B3D
(65,75,61)
#343E32
(52,62,50)
#273127
(39,49,39)
#1A241C
(26,36,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #8F997F

#8F997F
(143,153,127)
#99A28A
(153,162,138)
#A3AB95
(163,171,149)
#ADB4A0
(173,180,160)
#B7BDAB
(183,189,171)
#C1C6B6
(193,198,182)
#CBCFC1
(203,207,193)
#D5D8CC
(213,216,204)
#DFE1D7
(223,225,215)
#E9EAE2
(233,234,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F997F; }

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

This text font color is #8F997F.

Background Color

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

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

This div background color is #8F997F.

Border color

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

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

This div border color is #8F997F.

Opacity

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

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

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

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

This text has shadow with #8F997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F997F.

Preview

Color preview on black background

This text has color #8F997F on black background.


Color preview on white background

This text has color #8F997F on white background.


Black color preview on #8F997F background

This text has black color on #8F997F background.


White color preview on #8F997F background

This text has white color on #8F997F background.


Related colors

Complementary color

Complementary color for #hex is #706680.


I love getcolorcode.com

Triadic colors

1 #7F8F99 and #997F8F with #8F997F are triadic colors.

2 #7F998F and #998F7F with #8F997F are triadic colors.