COLOR #8FA19D

HEX: #8FA19D
RGB: (143,161,157)

Color info

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

RGB color model

#8FA19D color RGB value is (143,161,157).

  • red value is 143;
  • green value is 161;
  • blue value is 157.
RGB:
(143,161,157)
(56%,63%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 161 of 255 = 63%
B 157 of 255 = 62%

143
161
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 161 + 157 = 461 (100%)
R 143 of 461 ~ 31.02%
G 161 of 461 ~ 34.92%
B 157 of 461 ~ 34.06%

%31.02
%34.92
%34.06

CMYK color model

#8FA19D color CMYK value is (11,0,2,37).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(11,0,2,37)
C11M0Y2K37 
(11%,0%,2%,37%)
(0.11/0.00/0.02/0.37)	

CMYK percentages

%11.18
%0
%2.48
%36.86

Codes

Color #8FA19D in popluar color models

8FA19D
RGB143161157
HSL167°8.74%59.61%
HSB/HSV167°11.18%63.14%
CMYK11.18%0.00%2.48%
36.86%

Color #8FA19D in popluar number systems.

HEX8FA19D
Decimal143161157
Binary100011111010000110011101
Octal217241235

Shades and tints

Shades of #8FA19D

#8FA19D
(143,161,157)
#82938F
(130,147,143)
#758581
(117,133,129)
#687773
(104,119,115)
#5B6965
(91,105,101)
#4E5B57
(78,91,87)
#414D49
(65,77,73)
#343F3B
(52,63,59)
#27312D
(39,49,45)
#1A231F
(26,35,31)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #8FA19D

#8FA19D
(143,161,157)
#99A9A5
(153,169,165)
#A3B1AD
(163,177,173)
#ADB9B5
(173,185,181)
#B7C1BD
(183,193,189)
#C1C9C5
(193,201,197)
#CBD1CD
(203,209,205)
#D5D9D5
(213,217,213)
#DFE1DD
(223,225,221)
#E9E9E5
(233,233,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA19D color. Also use rgb(143,161,157) instead hex code.

Text Font Color

.myTextColor { color: #8FA19D; }

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

This text font color is #8FA19D.


Background Color

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

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

This div background color is #8FA19D.


Border color

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

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

This div border color is #8FA19D.


Opacity

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

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

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

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

This text has shadow with #8FA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA19D on black background.


Color preview on white background

This text has color #8FA19D on white background.



Black color preview on #8FA19D background

This text has black color on #8FA19D background.


White color preview on #8FA19D background

This text has white color on #8FA19D background.