COLOR #8F958A

HEX: #8F958A RGB: (143,149,138)

Color info

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

RGB color model

#8F958A color RGB value is (143,149,138).

RGB: (143,149,138) (56%, 58%, 54%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 138 of 255 = 54%

143
149
138

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

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 138 = 430 (100%)
R 143 of 430 ~ 33.26%
G 149 of 430 ~ 34.65%
B 138 of 430 ~ 32.09'%

%33.26
%34.65
%32.09

CMYK color model

#8F958A color CMYK value is (4,0,7,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK: (4,0,7,42) C4M0Y7K42 (4%,0%,7%,42%) (0.04/0.00/0.07/0.42) 

CMYK percentages

%4.03
%0
%7.38
%41.57

Codes

Color #8F958A in popluar color models

8F 95 8A
RGB 143 149 138
HSL 93° 4.93% 56.27%
HSB/HSV 93° 7.38% 58.43%
CMYK 4.03% 0.00% 7.38%
41.57%

Color #8F958A in popluar number systems.

HEX 8F 95 8A
Decimal 143 149 138
Binary 10001111 10010101 10001010
Octal 217 225 212

Shades and tints

Shades of #8F958A

#8F958A
(143,149,138)
#82887E
(130,136,126)
#757B72
(117,123,114)
#686E66
(104,110,102)
#5B615A
(91,97,90)
#4E544E
(78,84,78)
#414742
(65,71,66)
#343A36
(52,58,54)
#272D2A
(39,45,42)
#1A201E
(26,32,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8F958A

#8F958A
(143,149,138)
#999E94
(153,158,148)
#A3A79E
(163,167,158)
#ADB0A8
(173,176,168)
#B7B9B2
(183,185,178)
#C1C2BC
(193,194,188)
#CBCBC6
(203,203,198)
#D5D4D0
(213,212,208)
#DFDDDA
(223,221,218)
#E9E6E4
(233,230,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F958A; }

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

This text font color is #8F958A.

Background Color

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

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

This div background color is #8F958A.

Border color

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

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

This div border color is #8F958A.

Opacity

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

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

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

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

This text has shadow with #8F958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F958A.

Preview

Color preview on black background

This text has color #8F958A on black background.


Color preview on white background

This text has color #8F958A on white background.


Black color preview on #8F958A background

This text has black color on #8F958A background.


White color preview on #8F958A background

This text has white color on #8F958A background.


Related colors

Complementary color

Complementary color for #hex is #706A75.


I love getcolorcode.com

Triadic colors

1 #8A8F95 and #958A8F with #8F958A are triadic colors.

2 #8A958F and #958F8A with #8F958A are triadic colors.