COLOR #8F9E83

HEX: #8F9E83
RGB: (143,158,131)

Color info

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

RGB color model

#8F9E83 color RGB value is (143,158,131).

  • red value is 143;
  • green value is 158;
  • blue value is 131.
RGB:
(143,158,131)
(56%,62%,51%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 131 of 255 = 51%

143
158
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 158 + 131 = 432 (100%)
R 143 of 432 ~ 33.1%
G 158 of 432 ~ 36.57%
B 131 of 432 ~ 30.32%

%33.1
%36.57
%30.32

CMYK color model

#8F9E83 color CMYK value is (9,0,17,38).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(9,0,17,38)
C9M0Y17K38 
(9%,0%,17%,38%)
(0.09/0.00/0.17/0.38)	

CMYK percentages

%9.49
%0
%17.09
%38.04

Codes

Color #8F9E83 in popluar color models

8F9E83
RGB143158131
HSL93°12.22%56.67%
HSB/HSV93°17.09%61.96%
CMYK9.49%0.00%17.09%
38.04%

Color #8F9E83 in popluar number systems.

HEX8F9E83
Decimal143158131
Binary100011111001111010000011
Octal217236203

Shades and tints

Shades of #8F9E83

#8F9E83
(143,158,131)
#829078
(130,144,120)
#75826D
(117,130,109)
#687462
(104,116,98)
#5B6657
(91,102,87)
#4E584C
(78,88,76)
#414A41
(65,74,65)
#343C36
(52,60,54)
#272E2B
(39,46,43)
#1A2020
(26,32,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F9E83

#8F9E83
(143,158,131)
#99A68E
(153,166,142)
#A3AE99
(163,174,153)
#ADB6A4
(173,182,164)
#B7BEAF
(183,190,175)
#C1C6BA
(193,198,186)
#CBCEC5
(203,206,197)
#D5D6D0
(213,214,208)
#DFDEDB
(223,222,219)
#E9E6E6
(233,230,230)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9E83; }

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

This text font color is #8F9E83.


Background Color

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

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

This div background color is #8F9E83.


Border color

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

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

This div border color is #8F9E83.


Opacity

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

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

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

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

This text has shadow with #8F9E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9E83 on black background.


Color preview on white background

This text has color #8F9E83 on white background.



Black color preview on #8F9E83 background

This text has black color on #8F9E83 background.


White color preview on #8F9E83 background

This text has white color on #8F9E83 background.