COLOR #8F958D

HEX: #8F958D RGB: (143,149,141)

Color info

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

RGB color model

#8F958D color RGB value is (143,149,141).

RGB: (143,149,141) (56%, 58%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 141 of 255 = 55%

143
149
141

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

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 141 = 433 (100%)
R 143 of 433 ~ 33.03%
G 149 of 433 ~ 34.41%
B 141 of 433 ~ 32.56'%

%33.03
%34.41
%32.56

CMYK color model

#8F958D color CMYK value is (4,0,5,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (4,0,5,42)
C4M0Y5K42 (4%, 0%, 5%, 42%)
(0.04 / 0.00 / 0.05 / 0.42)

CMYK percentages

%4.03
%0
%5.37
%41.57

Codes

Color #8F958D in popluar color models

8F 95 8D
RGB 143 149 141
HSL 105° 3.64% 56.86%
HSB/HSV 105° 5.37% 58.43%
CMYK 4.03% 0.00% 5.37%
41.57%

Color #8F958D in popluar number systems.

HEX 8F 95 8D
Decimal 143 149 141
Binary 10001111 10010101 10001101
Octal 217 225 215

Shades and tints

Shades of #8F958D

#8F958D
(143,149,141)
#828881
(130,136,129)
#757B75
(117,123,117)
#686E69
(104,110,105)
#5B615D
(91,97,93)
#4E5451
(78,84,81)
#414745
(65,71,69)
#343A39
(52,58,57)
#272D2D
(39,45,45)
#1A2021
(26,32,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8F958D

#8F958D
(143,149,141)
#999E97
(153,158,151)
#A3A7A1
(163,167,161)
#ADB0AB
(173,176,171)
#B7B9B5
(183,185,181)
#C1C2BF
(193,194,191)
#CBCBC9
(203,203,201)
#D5D4D3
(213,212,211)
#DFDDDD
(223,221,221)
#E9E6E7
(233,230,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F958D; }

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

This text font color is #8F958D.

Background Color

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

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

This div background color is #8F958D.

Border color

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

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

This div border color is #8F958D.

Opacity

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

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

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

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

This text has shadow with #8F958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F958D.

Preview

Color preview on black background

This text has color #8F958D on black background.


Color preview on white background

This text has color #8F958D on white background.


Black color preview on #8F958D background

This text has black color on #8F958D background.


White color preview on #8F958D background

This text has white color on #8F958D background.


Related colors

Complementary color

Complementary color for #hex is #706A72.


I love getcolorcode.com

Triadic colors

1 #8D8F95 and #958D8F with #8F958D are triadic colors.

2 #8D958F and #958F8D with #8F958D are triadic colors.