COLOR #8FA89D

HEX: #8FA89D RGB: (143,168,157)

Color info

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

RGB color model

#8FA89D color RGB value is (143,168,157).

RGB: (143,168,157) (56%, 66%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 168 of 255 = 66%
B 157 of 255 = 62%

143
168
157

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

Portions of RGB colors in percentages

R + G + B = 143 + 168 + 157 = 468 (100%)
R 143 of 468 ~ 30.56%
G 168 of 468 ~ 35.9%
B 157 of 468 ~ 33.55'%

%30.56
%35.9
%33.55

CMYK color model

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

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (15,0,7,34)
C15M0Y7K34 (15%, 0%, 7%, 34%)
(0.15 / 0.00 / 0.07 / 0.34)

CMYK percentages

%14.88
%0
%6.55
%34.12

Codes

Color #8FA89D in popluar color models

8F A8 9D
RGB 143 168 157
HSL 154° 12.56% 60.98%
HSB/HSV 154° 14.88% 65.88%
CMYK 14.88% 0.00% 6.55%
34.12%

Color #8FA89D in popluar number systems.

HEX 8F A8 9D
Decimal 143 168 157
Binary 10001111 10101000 10011101
Octal 217 250 235

Shades and tints

Shades of #8FA89D

#8FA89D
(143,168,157)
#82998F
(130,153,143)
#758A81
(117,138,129)
#687B73
(104,123,115)
#5B6C65
(91,108,101)
#4E5D57
(78,93,87)
#414E49
(65,78,73)
#343F3B
(52,63,59)
#27302D
(39,48,45)
#1A211F
(26,33,31)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8FA89D

#8FA89D
(143,168,157)
#99AFA5
(153,175,165)
#A3B6AD
(163,182,173)
#ADBDB5
(173,189,181)
#B7C4BD
(183,196,189)
#C1CBC5
(193,203,197)
#CBD2CD
(203,210,205)
#D5D9D5
(213,217,213)
#DFE0DD
(223,224,221)
#E9E7E5
(233,231,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA89D; }

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

This text font color is #8FA89D.

Background Color

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

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

This div background color is #8FA89D.

Border color

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

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

This div border color is #8FA89D.

Opacity

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

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

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

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

This text has shadow with #8FA89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA89D.

Preview

Color preview on black background

This text has color #8FA89D on black background.


Color preview on white background

This text has color #8FA89D on white background.


Black color preview on #8FA89D background

This text has black color on #8FA89D background.


White color preview on #8FA89D background

This text has white color on #8FA89D background.


Related colors

Complementary color

Complementary color for #hex is #705762.


I love getcolorcode.com

Triadic colors

1 #9D8FA8 and #A89D8F with #8FA89D are triadic colors.

2 #9DA88F and #A88F9D with #8FA89D are triadic colors.