COLOR #8F9D7B

HEX: #8F9D7B RGB: (143,157,123)

Color info

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

RGB color model

#8F9D7B color RGB value is (143,157,123).

RGB: (143,157,123) (56%, 62%, 48%)

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 123 of 255 = 48%

143
157
123

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

Portions of RGB colors in percentages

R + G + B = 143 + 157 + 123 = 423 (100%)
R 143 of 423 ~ 33.81%
G 157 of 423 ~ 37.12%
B 123 of 423 ~ 29.08'%

%33.81
%37.12
%29.08

CMYK color model

#8F9D7B color CMYK value is (9,0,22,38).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 21.66%
  • key color value is 38.43%

CMYK: (9,0,22,38)
C9M0Y22K38 (9%, 0%, 22%, 38%)
(0.09 / 0.00 / 0.22 / 0.38)

CMYK percentages

%8.92
%0
%21.66
%38.43

Codes

Color #8F9D7B in popluar color models

8F 9D 7B
RGB 143 157 123
HSL 85° 14.78% 54.90%
HSB/HSV 85° 21.66% 61.57%
CMYK 8.92% 0.00% 21.66%
38.43%

Color #8F9D7B in popluar number systems.

HEX 8F 9D 7B
Decimal 143 157 123
Binary 10001111 10011101 1111011
Octal 217 235 173

Shades and tints

Shades of #8F9D7B

#8F9D7B
(143,157,123)
#828F70
(130,143,112)
#758165
(117,129,101)
#68735A
(104,115,90)
#5B654F
(91,101,79)
#4E5744
(78,87,68)
#414939
(65,73,57)
#343B2E
(52,59,46)
#272D23
(39,45,35)
#1A1F18
(26,31,24)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #8F9D7B

#8F9D7B
(143,157,123)
#99A587
(153,165,135)
#A3AD93
(163,173,147)
#ADB59F
(173,181,159)
#B7BDAB
(183,189,171)
#C1C5B7
(193,197,183)
#CBCDC3
(203,205,195)
#D5D5CF
(213,213,207)
#DFDDDB
(223,221,219)
#E9E5E7
(233,229,231)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9D7B; }

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

This text font color is #8F9D7B.

Background Color

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

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

This div background color is #8F9D7B.

Border color

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

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

This div border color is #8F9D7B.

Opacity

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

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

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

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

This text has shadow with #8F9D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9D7B.

Preview

Color preview on black background

This text has color #8F9D7B on black background.


Color preview on white background

This text has color #8F9D7B on white background.


Black color preview on #8F9D7B background

This text has black color on #8F9D7B background.


White color preview on #8F9D7B background

This text has white color on #8F9D7B background.


Related colors

Complementary color

Complementary color for #hex is #706284.


I love getcolorcode.com

Triadic colors

1 #7B8F9D and #9D7B8F with #8F9D7B are triadic colors.

2 #7B9D8F and #9D8F7B with #8F9D7B are triadic colors.