COLOR #8FA09F

HEX: #8FA09F
RGB: (143,160,159)

Color info

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

RGB color model

#8FA09F color RGB value is (143,160,159).

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

RGB channels and saturation

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

143
160
159

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

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 159 = 462 (100%)
R 143 of 462 ~ 30.95%
G 160 of 462 ~ 34.63%
B 159 of 462 ~ 34.42%

%30.95
%34.63
%34.42

CMYK color model

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

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • 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
%0.62
%37.25

Codes

Color #8FA09F in popluar color models

8FA09F
RGB143160159
HSL176°8.21%59.41%
HSB/HSV176°10.63%62.75%
CMYK10.63%0.00%0.62%
37.25%

Color #8FA09F in popluar number systems.

HEX8FA09F
Decimal143160159
Binary100011111010000010011111
Octal217240237

Shades and tints

Shades of #8FA09F

#8FA09F
(143,160,159)
#829291
(130,146,145)
#758483
(117,132,131)
#687675
(104,118,117)
#5B6867
(91,104,103)
#4E5A59
(78,90,89)
#414C4B
(65,76,75)
#343E3D
(52,62,61)
#27302F
(39,48,47)
#1A2221
(26,34,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FA09F

#8FA09F
(143,160,159)
#99A8A7
(153,168,167)
#A3B0AF
(163,176,175)
#ADB8B7
(173,184,183)
#B7C0BF
(183,192,191)
#C1C8C7
(193,200,199)
#CBD0CF
(203,208,207)
#D5D8D7
(213,216,215)
#DFE0DF
(223,224,223)
#E9E8E7
(233,232,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA09F; }

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

This text font color is #8FA09F.


Background Color

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

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

This div background color is #8FA09F.


Border color

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

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

This div border color is #8FA09F.


Opacity

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

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

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

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

This text has shadow with #8FA09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA09F on black background.


Color preview on white background

This text has color #8FA09F on white background.



Black color preview on #8FA09F background

This text has black color on #8FA09F background.


White color preview on #8FA09F background

This text has white color on #8FA09F background.