COLOR #8FA09E

HEX: #8FA09E
RGB: (143,160,158)

Color info

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

RGB color model

#8FA09E color RGB value is (143,160,158).

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

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 158 of 255 = 62%

143
160
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 158 = 461 (100%)
R 143 of 461 ~ 31.02%
G 160 of 461 ~ 34.71%
B 158 of 461 ~ 34.27%

%31.02
%34.71
%34.27

CMYK color model

#8FA09E color CMYK value is (11,0,1,37).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(11,0,1,37)
C11M0Y1K37 
(11%,0%,1%,37%)
(0.11/0.00/0.01/0.37)	

CMYK percentages

%10.63
%0
%1.25
%37.25

Codes

Color #8FA09E in popluar color models

8FA09E
RGB143160158
HSL173°8.21%59.41%
HSB/HSV173°10.63%62.75%
CMYK10.63%0.00%1.25%
37.25%

Color #8FA09E in popluar number systems.

HEX8FA09E
Decimal143160158
Binary100011111010000010011110
Octal217240236

Shades and tints

Shades of #8FA09E

#8FA09E
(143,160,158)
#829290
(130,146,144)
#758482
(117,132,130)
#687674
(104,118,116)
#5B6866
(91,104,102)
#4E5A58
(78,90,88)
#414C4A
(65,76,74)
#343E3C
(52,62,60)
#27302E
(39,48,46)
#1A2220
(26,34,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8FA09E

#8FA09E
(143,160,158)
#99A8A6
(153,168,166)
#A3B0AE
(163,176,174)
#ADB8B6
(173,184,182)
#B7C0BE
(183,192,190)
#C1C8C6
(193,200,198)
#CBD0CE
(203,208,206)
#D5D8D6
(213,216,214)
#DFE0DE
(223,224,222)
#E9E8E6
(233,232,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA09E; }

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

This text font color is #8FA09E.


Background Color

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

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

This div background color is #8FA09E.


Border color

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

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

This div border color is #8FA09E.


Opacity

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

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

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

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

This text has shadow with #8FA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA09E on black background.


Color preview on white background

This text has color #8FA09E on white background.



Black color preview on #8FA09E background

This text has black color on #8FA09E background.


White color preview on #8FA09E background

This text has white color on #8FA09E background.