COLOR #8FA09D

HEX: #8FA09D RGB: (143,160,157)

Color info

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

RGB color model

#8FA09D color RGB value is (143,160,157).

RGB: (143,160,157) (56%, 63%, 62%)

RGB channels and saturation

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

143
160
157

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

Portions of RGB colors in percentages

R + G + B = 143 + 160 + 157 = 460 (100%)
R 143 of 460 ~ 31.09%
G 160 of 460 ~ 34.78%
B 157 of 460 ~ 34.13'%

%31.09
%34.78
%34.13

CMYK color model

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

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (11,0,2,37)
C11M0Y2K37 (11%, 0%, 2%, 37%)
(0.11 / 0.00 / 0.02 / 0.37)

CMYK percentages

%10.63
%0
%1.87
%37.25

Codes

Color #8FA09D in popluar color models

8F A0 9D
RGB 143 160 157
HSL 169° 8.21% 59.41%
HSB/HSV 169° 10.63% 62.75%
CMYK 10.63% 0.00% 1.87%
37.25%

Color #8FA09D in popluar number systems.

HEX 8F A0 9D
Decimal 143 160 157
Binary 10001111 10100000 10011101
Octal 217 240 235

Shades and tints

Shades of #8FA09D

#8FA09D
(143,160,157)
#82928F
(130,146,143)
#758481
(117,132,129)
#687673
(104,118,115)
#5B6865
(91,104,101)
#4E5A57
(78,90,87)
#414C49
(65,76,73)
#343E3B
(52,62,59)
#27302D
(39,48,45)
#1A221F
(26,34,31)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8FA09D

#8FA09D
(143,160,157)
#99A8A5
(153,168,165)
#A3B0AD
(163,176,173)
#ADB8B5
(173,184,181)
#B7C0BD
(183,192,189)
#C1C8C5
(193,200,197)
#CBD0CD
(203,208,205)
#D5D8D5
(213,216,213)
#DFE0DD
(223,224,221)
#E9E8E5
(233,232,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA09D; }

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

This text font color is #8FA09D.

Background Color

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

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

This div background color is #8FA09D.

Border color

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

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

This div border color is #8FA09D.

Opacity

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

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

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

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

This text has shadow with #8FA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA09D.

Preview

Color preview on black background

This text has color #8FA09D on black background.


Color preview on white background

This text has color #8FA09D on white background.


Black color preview on #8FA09D background

This text has black color on #8FA09D background.


White color preview on #8FA09D background

This text has white color on #8FA09D background.


Related colors

Complementary color

Complementary color for #hex is #705F62.


I love getcolorcode.com

Triadic colors

1 #9D8FA0 and #A09D8F with #8FA09D are triadic colors.

2 #9DA08F and #A08F9D with #8FA09D are triadic colors.