COLOR #8FA99E

HEX: #8FA99E
RGB: (143,169,158)

Color info

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

RGB color model

#8FA99E color RGB value is (143,169,158).

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

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 158 of 255 = 62%

143
169
158

R + G + B ~ 61%. #8FA99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 158 = 470 (100%)
R 143 of 470 ~ 30.43%
G 169 of 470 ~ 35.96%
B 158 of 470 ~ 33.62%

%30.43
%35.96
%33.62

CMYK color model

#8FA99E color CMYK value is (15,0,7,34).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(15,0,7,34)
C15M0Y7K34 
(15%,0%,7%,34%)
(0.15/0.00/0.07/0.34)	

CMYK percentages

%15.38
%0
%6.51
%33.73

Codes

Color #8FA99E in popluar color models

8FA99E
RGB143169158
HSL155°13.13%61.18%
HSB/HSV155°15.38%66.27%
CMYK15.38%0.00%6.51%
33.73%

Color #8FA99E in popluar number systems.

HEX8FA99E
Decimal143169158
Binary100011111010100110011110
Octal217251236

Shades and tints

Shades of #8FA99E

#8FA99E
(143,169,158)
#829A90
(130,154,144)
#758B82
(117,139,130)
#687C74
(104,124,116)
#5B6D66
(91,109,102)
#4E5E58
(78,94,88)
#414F4A
(65,79,74)
#34403C
(52,64,60)
#27312E
(39,49,46)
#1A2220
(26,34,32)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8FA99E

#8FA99E
(143,169,158)
#99B0A6
(153,176,166)
#A3B7AE
(163,183,174)
#ADBEB6
(173,190,182)
#B7C5BE
(183,197,190)
#C1CCC6
(193,204,198)
#CBD3CE
(203,211,206)
#D5DAD6
(213,218,214)
#DFE1DE
(223,225,222)
#E9E8E6
(233,232,230)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA99E; }

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

This text font color is #8FA99E.


Background Color

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

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

This div background color is #8FA99E.


Border color

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

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

This div border color is #8FA99E.


Opacity

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

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

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

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

This text has shadow with #8FA99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA99E on black background.


Color preview on white background

This text has color #8FA99E on white background.



Black color preview on #8FA99E background

This text has black color on #8FA99E background.


White color preview on #8FA99E background

This text has white color on #8FA99E background.