COLOR #8F9983

HEX: #8F9983 RGB: (143,153,131)

Color info

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

RGB color model

#8F9983 color RGB value is (143,153,131).

RGB: (143,153,131) (56%, 60%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 131 of 255 = 51%

143
153
131

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

Portions of RGB colors in percentages

R + G + B = 143 + 153 + 131 = 427 (100%)
R 143 of 427 ~ 33.49%
G 153 of 427 ~ 35.83%
B 131 of 427 ~ 30.68'%

%33.49
%35.83
%30.68

CMYK color model

#8F9983 color CMYK value is (7,0,14,40).

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

CMYK: (7,0,14,40)
C7M0Y14K40 (7%, 0%, 14%, 40%)
(0.07 / 0.00 / 0.14 / 0.40)

CMYK percentages

%6.54
%0
%14.38
%40

Codes

Color #8F9983 in popluar color models

8F 99 83
RGB 143 153 131
HSL 87° 9.73% 55.69%
HSB/HSV 87° 14.38% 60.00%
CMYK 6.54% 0.00% 14.38%
40.00%

Color #8F9983 in popluar number systems.

HEX 8F 99 83
Decimal 143 153 131
Binary 10001111 10011001 10000011
Octal 217 231 203

Shades and tints

Shades of #8F9983

#8F9983
(143,153,131)
#828C78
(130,140,120)
#757F6D
(117,127,109)
#687262
(104,114,98)
#5B6557
(91,101,87)
#4E584C
(78,88,76)
#414B41
(65,75,65)
#343E36
(52,62,54)
#27312B
(39,49,43)
#1A2420
(26,36,32)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8F9983

#8F9983
(143,153,131)
#99A28E
(153,162,142)
#A3AB99
(163,171,153)
#ADB4A4
(173,180,164)
#B7BDAF
(183,189,175)
#C1C6BA
(193,198,186)
#CBCFC5
(203,207,197)
#D5D8D0
(213,216,208)
#DFE1DB
(223,225,219)
#E9EAE6
(233,234,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9983; }

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

This text font color is #8F9983.

Background Color

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

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

This div background color is #8F9983.

Border color

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

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

This div border color is #8F9983.

Opacity

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

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

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

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

This text has shadow with #8F9983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9983.

Preview

Color preview on black background

This text has color #8F9983 on black background.


Color preview on white background

This text has color #8F9983 on white background.


Black color preview on #8F9983 background

This text has black color on #8F9983 background.


White color preview on #8F9983 background

This text has white color on #8F9983 background.


Related colors

Complementary color

Complementary color for #hex is #70667C.


I love getcolorcode.com

Triadic colors

1 #838F99 and #99838F with #8F9983 are triadic colors.

2 #83998F and #998F83 with #8F9983 are triadic colors.