COLOR #8F9083

HEX: #8F9083
RGB: (143,144,131)

Color info

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

RGB color model

#8F9083 color RGB value is (143,144,131).

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

RGB channels and saturation

R 143 of 255 = 56%
G 144 of 255 = 56%
B 131 of 255 = 51%

143
144
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 144 + 131 = 418 (100%)
R 143 of 418 ~ 34.21%
G 144 of 418 ~ 34.45%
B 131 of 418 ~ 31.34%

%34.21
%34.45
%31.34

CMYK color model

#8F9083 color CMYK value is (1,0,9,44).

  • cyan value is 0.69%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 43.53%
CMYK:
(1,0,9,44)
C1M0Y9K44 
(1%,0%,9%,44%)
(0.01/0.00/0.09/0.44)	

CMYK percentages

%0.69
%0
%9.03
%43.53

Codes

Color #8F9083 in popluar color models

8F9083
RGB143144131
HSL65°5.53%53.92%
HSB/HSV65°9.03%56.47%
CMYK0.69%0.00%9.03%
43.53%

Color #8F9083 in popluar number systems.

HEX8F9083
Decimal143144131
Binary100011111001000010000011
Octal217220203

Shades and tints

Shades of #8F9083

#8F9083
(143,144,131)
#828378
(130,131,120)
#75766D
(117,118,109)
#686962
(104,105,98)
#5B5C57
(91,92,87)
#4E4F4C
(78,79,76)
#414241
(65,66,65)
#343536
(52,53,54)
#27282B
(39,40,43)
#1A1B20
(26,27,32)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F9083

#8F9083
(143,144,131)
#999A8E
(153,154,142)
#A3A499
(163,164,153)
#ADAEA4
(173,174,164)
#B7B8AF
(183,184,175)
#C1C2BA
(193,194,186)
#CBCCC5
(203,204,197)
#D5D6D0
(213,214,208)
#DFE0DB
(223,224,219)
#E9EAE6
(233,234,230)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9083; }

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

This text font color is #8F9083.


Background Color

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

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

This div background color is #8F9083.


Border color

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

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

This div border color is #8F9083.


Opacity

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

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

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

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

This text has shadow with #8F9083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9083 on black background.


Color preview on white background

This text has color #8F9083 on white background.



Black color preview on #8F9083 background

This text has black color on #8F9083 background.


White color preview on #8F9083 background

This text has white color on #8F9083 background.