COLOR #8FAC8D

HEX: #8FAC8D
RGB: (143,172,141)

Color info

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

RGB color model

#8FAC8D color RGB value is (143,172,141).

  • red value is 143;
  • green value is 172;
  • blue value is 141.
RGB:
(143,172,141)
(56%,67%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 141 of 255 = 55%

143
172
141

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

Portions of RGB colors in percentages

R + G + B =
143 + 172 + 141 = 456 (100%)
R 143 of 456 ~ 31.36%
G 172 of 456 ~ 37.72%
B 141 of 456 ~ 30.92%

%31.36
%37.72
%30.92

CMYK color model

#8FAC8D color CMYK value is (17,0,18,33).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(17,0,18,33)
C17M0Y18K33 
(17%,0%,18%,33%)
(0.17/0.00/0.18/0.33)	

CMYK percentages

%16.86
%0
%18.02
%32.55

Codes

Color #8FAC8D in popluar color models

8FAC8D
RGB143172141
HSL116°15.74%61.37%
HSB/HSV116°18.02%67.45%
CMYK16.86%0.00%18.02%
32.55%

Color #8FAC8D in popluar number systems.

HEX8FAC8D
Decimal143172141
Binary100011111010110010001101
Octal217254215

Shades and tints

Shades of #8FAC8D

#8FAC8D
(143,172,141)
#829D81
(130,157,129)
#758E75
(117,142,117)
#687F69
(104,127,105)
#5B705D
(91,112,93)
#4E6151
(78,97,81)
#415245
(65,82,69)
#344339
(52,67,57)
#27342D
(39,52,45)
#1A2521
(26,37,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8FAC8D

#8FAC8D
(143,172,141)
#99B397
(153,179,151)
#A3BAA1
(163,186,161)
#ADC1AB
(173,193,171)
#B7C8B5
(183,200,181)
#C1CFBF
(193,207,191)
#CBD6C9
(203,214,201)
#D5DDD3
(213,221,211)
#DFE4DD
(223,228,221)
#E9EBE7
(233,235,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAC8D color. Also use rgb(143,172,141) instead hex code.

Text Font Color

.myTextColor { color: #8FAC8D; }

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

This text font color is #8FAC8D.


Background Color

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

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

This div background color is #8FAC8D.


Border color

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

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

This div border color is #8FAC8D.


Opacity

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

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

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

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

This text has shadow with #8FAC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAC8D on black background.


Color preview on white background

This text has color #8FAC8D on white background.



Black color preview on #8FAC8D background

This text has black color on #8FAC8D background.


White color preview on #8FAC8D background

This text has white color on #8FAC8D background.