COLOR #8FA98C

HEX: #8FA98C RGB: (143,169,140)

Color info

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

RGB color model

#8FA98C color RGB value is (143,169,140).

RGB: (143,169,140) (56%, 66%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 140 of 255 = 55%

143
169
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 169 + 140 = 452 (100%)
R 143 of 452 ~ 31.64%
G 169 of 452 ~ 37.39%
B 140 of 452 ~ 30.97'%

%31.64
%37.39
%30.97

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK: (15,0,17,34) C15M0Y17K34 (15%,0%,17%,34%) (0.15/0.00/0.17/0.34) 

CMYK percentages

%15.38
%0
%17.16
%33.73

Codes

Color #8FA98C in popluar color models

8F A9 8C
RGB 143 169 140
HSL 114° 14.43% 60.59%
HSB/HSV 114° 17.16% 66.27%
CMYK 15.38% 0.00% 17.16%
33.73%

Color #8FA98C in popluar number systems.

HEX 8F A9 8C
Decimal 143 169 140
Binary 10001111 10101001 10001100
Octal 217 251 214

Shades and tints

Shades of #8FA98C

#8FA98C
(143,169,140)
#829A80
(130,154,128)
#758B74
(117,139,116)
#687C68
(104,124,104)
#5B6D5C
(91,109,92)
#4E5E50
(78,94,80)
#414F44
(65,79,68)
#344038
(52,64,56)
#27312C
(39,49,44)
#1A2220
(26,34,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #8FA98C

#8FA98C
(143,169,140)
#99B096
(153,176,150)
#A3B7A0
(163,183,160)
#ADBEAA
(173,190,170)
#B7C5B4
(183,197,180)
#C1CCBE
(193,204,190)
#CBD3C8
(203,211,200)
#D5DAD2
(213,218,210)
#DFE1DC
(223,225,220)
#E9E8E6
(233,232,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA98C; }

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

This text font color is #8FA98C.

Background Color

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

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

This div background color is #8FA98C.

Border color

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

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

This div border color is #8FA98C.

Opacity

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

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

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

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

This text has shadow with #8FA98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA98C.

Preview

Color preview on black background

This text has color #8FA98C on black background.


Color preview on white background

This text has color #8FA98C on white background.


Black color preview on #8FA98C background

This text has black color on #8FA98C background.


White color preview on #8FA98C background

This text has white color on #8FA98C background.


Related colors

Complementary color

Complementary color for #hex is #705673.


I love getcolorcode.com

Triadic colors

1 #8C8FA9 and #A98C8F with #8FA98C are triadic colors.

2 #8CA98F and #A98F8C with #8FA98C are triadic colors.