COLOR #8FA88F

HEX: #8FA88F RGB: (143,168,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
168
143

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

Portions of RGB colors in percentages

R + G + B = 143 + 168 + 143 = 454 (100%)
R 143 of 454 ~ 31.5%
G 168 of 454 ~ 37%
B 143 of 454 ~ 31.5'%

%31.5
%37
%31.5

CMYK color model

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

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK: (15,0,15,34) C15M0Y15K34 (15%,0%,15%,34%) (0.15/0.00/0.15/0.34) 

CMYK percentages

%14.88
%0
%14.88
%34.12

Codes

Color #8FA88F in popluar color models

8F A8 8F
RGB 143 168 143
HSL 120° 12.56% 60.98%
HSB/HSV 120° 14.88% 65.88%
CMYK 14.88% 0.00% 14.88%
34.12%

Color #8FA88F in popluar number systems.

HEX 8F A8 8F
Decimal 143 168 143
Binary 10001111 10101000 10001111
Octal 217 250 217

Shades and tints

Shades of #8FA88F

#8FA88F
(143,168,143)
#829982
(130,153,130)
#758A75
(117,138,117)
#687B68
(104,123,104)
#5B6C5B
(91,108,91)
#4E5D4E
(78,93,78)
#414E41
(65,78,65)
#343F34
(52,63,52)
#273027
(39,48,39)
#1A211A
(26,33,26)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #8FA88F

#8FA88F
(143,168,143)
#99AF99
(153,175,153)
#A3B6A3
(163,182,163)
#ADBDAD
(173,189,173)
#B7C4B7
(183,196,183)
#C1CBC1
(193,203,193)
#CBD2CB
(203,210,203)
#D5D9D5
(213,217,213)
#DFE0DF
(223,224,223)
#E9E7E9
(233,231,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA88F; }

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

This text font color is #8FA88F.

Background Color

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

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

This div background color is #8FA88F.

Border color

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

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

This div border color is #8FA88F.

Opacity

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

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

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

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

This text has shadow with #8FA88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA88F.

Preview

Color preview on black background

This text has color #8FA88F on black background.


Color preview on white background

This text has color #8FA88F on white background.


Black color preview on #8FA88F background

This text has black color on #8FA88F background.


White color preview on #8FA88F background

This text has white color on #8FA88F background.


Related colors

Complementary color

Complementary color for #hex is #705770.


I love getcolorcode.com

Triadic colors

1 #8F8FA8 and #A88F8F with #8FA88F are triadic colors.

2 #8FA88F and #A88F8F with #8FA88F are triadic colors.