COLOR #8F998D

HEX: #8F998D RGB: (143,153,141)

Color info

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

RGB color model

#8F998D color RGB value is (143,153,141).

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

RGB channels and saturation

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

143
153
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 153 + 141 = 437 (100%)
R 143 of 437 ~ 32.72%
G 153 of 437 ~ 35.01%
B 141 of 437 ~ 32.27'%

%32.72
%35.01
%32.27

CMYK color model

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

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • 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
%7.84
%40

Codes

Color #8F998D in popluar color models

8F 99 8D
RGB 143 153 141
HSL 110° 5.56% 57.65%
HSB/HSV 110° 7.84% 60.00%
CMYK 6.54% 0.00% 7.84%
40.00%

Color #8F998D in popluar number systems.

HEX 8F 99 8D
Decimal 143 153 141
Binary 10001111 10011001 10001101
Octal 217 231 215

Shades and tints

Shades of #8F998D

#8F998D
(143,153,141)
#828C81
(130,140,129)
#757F75
(117,127,117)
#687269
(104,114,105)
#5B655D
(91,101,93)
#4E5851
(78,88,81)
#414B45
(65,75,69)
#343E39
(52,62,57)
#27312D
(39,49,45)
#1A2421
(26,36,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8F998D

#8F998D
(143,153,141)
#99A297
(153,162,151)
#A3ABA1
(163,171,161)
#ADB4AB
(173,180,171)
#B7BDB5
(183,189,181)
#C1C6BF
(193,198,191)
#CBCFC9
(203,207,201)
#D5D8D3
(213,216,211)
#DFE1DD
(223,225,221)
#E9EAE7
(233,234,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F998D; }

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

This text font color is #8F998D.

Background Color

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

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

This div background color is #8F998D.

Border color

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

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

This div border color is #8F998D.

Opacity

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

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

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

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

This text has shadow with #8F998D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F998D.

Preview

Color preview on black background

This text has color #8F998D on black background.


Color preview on white background

This text has color #8F998D on white background.


Black color preview on #8F998D background

This text has black color on #8F998D background.


White color preview on #8F998D background

This text has white color on #8F998D background.


Related colors

Complementary color

Complementary color for #hex is #706672.


I love getcolorcode.com

Triadic colors

1 #8D8F99 and #998D8F with #8F998D are triadic colors.

2 #8D998F and #998F8D with #8F998D are triadic colors.