COLOR #8F9389

HEX: #8F9389 RGB: (143,147,137)

Color info

#8F9389 contains red, green and blue colors in about the same proportion. Web safe color of #8F9389 is #999999 (or #999).

RGB color model

#8F9389 color RGB value is (143,147,137).

RGB: (143,147,137) (56%, 58%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 137 of 255 = 54%

143
147
137

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

Portions of RGB colors in percentages

R + G + B = 143 + 147 + 137 = 427 (100%)
R 143 of 427 ~ 33.49%
G 147 of 427 ~ 34.43%
B 137 of 427 ~ 32.08'%

%33.49
%34.43
%32.08

CMYK color model

#8F9389 color CMYK value is (3,0,7,42).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 42.35%

CMYK: (3,0,7,42)
C3M0Y7K42 (3%, 0%, 7%, 42%)
(0.03 / 0.00 / 0.07 / 0.42)

CMYK percentages

%2.72
%0
%6.8
%42.35

Codes

Color #8F9389 in popluar color models

8F 93 89
RGB 143 147 137
HSL 84° 4.42% 55.69%
HSB/HSV 84° 6.80% 57.65%
CMYK 2.72% 0.00% 6.80%
42.35%

Color #8F9389 in popluar number systems.

HEX 8F 93 89
Decimal 143 147 137
Binary 10001111 10010011 10001001
Octal 217 223 211

Shades and tints

Shades of #8F9389

#8F9389
(143,147,137)
#82867D
(130,134,125)
#757971
(117,121,113)
#686C65
(104,108,101)
#5B5F59
(91,95,89)
#4E524D
(78,82,77)
#414541
(65,69,65)
#343835
(52,56,53)
#272B29
(39,43,41)
#1A1E1D
(26,30,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F9389

#8F9389
(143,147,137)
#999C93
(153,156,147)
#A3A59D
(163,165,157)
#ADAEA7
(173,174,167)
#B7B7B1
(183,183,177)
#C1C0BB
(193,192,187)
#CBC9C5
(203,201,197)
#D5D2CF
(213,210,207)
#DFDBD9
(223,219,217)
#E9E4E3
(233,228,227)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9389 color. Also use rgb(143,147,137) instead hex code.

Text Font Color

.myTextColor { color: #8F9389; }

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

This text font color is #8F9389.

Background Color

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

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

This div background color is #8F9389.

Border color

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

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

This div border color is #8F9389.

Opacity

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

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

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

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

This text has shadow with #8F9389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9389.

Preview

Color preview on black background

This text has color #8F9389 on black background.


Color preview on white background

This text has color #8F9389 on white background.


Black color preview on #8F9389 background

This text has black color on #8F9389 background.


White color preview on #8F9389 background

This text has white color on #8F9389 background.


Related colors

Complementary color

Complementary color for #hex is #706C76.


I love getcolorcode.com

Triadic colors

1 #898F93 and #93898F with #8F9389 are triadic colors.

2 #89938F and #938F89 with #8F9389 are triadic colors.