COLOR #8F998C

HEX: #8F998C RGB: (143,153,140)

Color info

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

RGB color model

#8F998C color RGB value is (143,153,140).

RGB: (143,153,140) (56%, 60%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 153 of 255 = 60%
B 140 of 255 = 55%

143
153
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 153 + 140 = 436 (100%)
R 143 of 436 ~ 32.8%
G 153 of 436 ~ 35.09%
B 140 of 436 ~ 32.11'%

%32.8
%35.09
%32.11

CMYK color model

#8F998C color CMYK value is (7,0,8,40).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%

CMYK: (7,0,8,40)
C7M0Y8K40 (7%, 0%, 8%, 40%)
(0.07 / 0.00 / 0.08 / 0.40)

CMYK percentages

%6.54
%0
%8.5
%40

Codes

Color #8F998C in popluar color models

8F 99 8C
RGB 143 153 140
HSL 106° 5.99% 57.45%
HSB/HSV 106° 8.50% 60.00%
CMYK 6.54% 0.00% 8.50%
40.00%

Color #8F998C in popluar number systems.

HEX 8F 99 8C
Decimal 143 153 140
Binary 10001111 10011001 10001100
Octal 217 231 214

Shades and tints

Shades of #8F998C

#8F998C
(143,153,140)
#828C80
(130,140,128)
#757F74
(117,127,116)
#687268
(104,114,104)
#5B655C
(91,101,92)
#4E5850
(78,88,80)
#414B44
(65,75,68)
#343E38
(52,62,56)
#27312C
(39,49,44)
#1A2420
(26,36,32)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #8F998C

#8F998C
(143,153,140)
#99A296
(153,162,150)
#A3ABA0
(163,171,160)
#ADB4AA
(173,180,170)
#B7BDB4
(183,189,180)
#C1C6BE
(193,198,190)
#CBCFC8
(203,207,200)
#D5D8D2
(213,216,210)
#DFE1DC
(223,225,220)
#E9EAE6
(233,234,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F998C; }

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

This text font color is #8F998C.

Background Color

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

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

This div background color is #8F998C.

Border color

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

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

This div border color is #8F998C.

Opacity

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

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

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

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

This text has shadow with #8F998C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F998C.

Preview

Color preview on black background

This text has color #8F998C on black background.


Color preview on white background

This text has color #8F998C on white background.


Black color preview on #8F998C background

This text has black color on #8F998C background.


White color preview on #8F998C background

This text has white color on #8F998C background.


Related colors

Complementary color

Complementary color for #hex is #706673.


I love getcolorcode.com

Triadic colors

1 #8C8F99 and #998C8F with #8F998C are triadic colors.

2 #8C998F and #998F8C with #8F998C are triadic colors.