COLOR #8F967B

HEX: #8F967B RGB: (143,150,123)

Color info

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

RGB color model

#8F967B color RGB value is (143,150,123).

RGB: (143,150,123) (56%, 59%, 48%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 123 of 255 = 48%

143
150
123

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

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 123 = 416 (100%)
R 143 of 416 ~ 34.38%
G 150 of 416 ~ 36.06%
B 123 of 416 ~ 29.57'%

%34.38
%36.06
%29.57

CMYK color model

#8F967B color CMYK value is (5,0,18,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (5,0,18,41)
C5M0Y18K41 (5%, 0%, 18%, 41%)
(0.05 / 0.00 / 0.18 / 0.41)

CMYK percentages

%4.67
%0
%18
%41.18

Codes

Color #8F967B in popluar color models

8F 96 7B
RGB 143 150 123
HSL 76° 11.39% 53.53%
HSB/HSV 76° 18.00% 58.82%
CMYK 4.67% 0.00% 18.00%
41.18%

Color #8F967B in popluar number systems.

HEX 8F 96 7B
Decimal 143 150 123
Binary 10001111 10010110 1111011
Octal 217 226 173

Shades and tints

Shades of #8F967B

#8F967B
(143,150,123)
#828970
(130,137,112)
#757C65
(117,124,101)
#686F5A
(104,111,90)
#5B624F
(91,98,79)
#4E5544
(78,85,68)
#414839
(65,72,57)
#343B2E
(52,59,46)
#272E23
(39,46,35)
#1A2118
(26,33,24)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F967B

#8F967B
(143,150,123)
#999F87
(153,159,135)
#A3A893
(163,168,147)
#ADB19F
(173,177,159)
#B7BAAB
(183,186,171)
#C1C3B7
(193,195,183)
#CBCCC3
(203,204,195)
#D5D5CF
(213,213,207)
#DFDEDB
(223,222,219)
#E9E7E7
(233,231,231)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F967B; }

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

This text font color is #8F967B.

Background Color

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

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

This div background color is #8F967B.

Border color

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

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

This div border color is #8F967B.

Opacity

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

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

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

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

This text has shadow with #8F967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F967B.

Preview

Color preview on black background

This text has color #8F967B on black background.


Color preview on white background

This text has color #8F967B on white background.


Black color preview on #8F967B background

This text has black color on #8F967B background.


White color preview on #8F967B background

This text has white color on #8F967B background.


Related colors

Complementary color

Complementary color for #hex is #706984.


I love getcolorcode.com

Triadic colors

1 #7B8F96 and #967B8F with #8F967B are triadic colors.

2 #7B968F and #968F7B with #8F967B are triadic colors.