COLOR #8F948C

HEX: #8F948C
RGB: (143,148,140)

Color info

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

RGB color model

#8F948C color RGB value is (143,148,140).

  • red value is 143;
  • green value is 148;
  • blue value is 140.
RGB:
(143,148,140)
(56%,58%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 140 of 255 = 55%

143
148
140

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 140 = 431 (100%)
R 143 of 431 ~ 33.18%
G 148 of 431 ~ 34.34%
B 140 of 431 ~ 32.48%

%33.18
%34.34
%32.48

CMYK color model

#8F948C color CMYK value is (3,0,5,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 41.96%
CMYK:
(3,0,5,42)
C3M0Y5K42 
(3%,0%,5%,42%)
(0.03/0.00/0.05/0.42)	

CMYK percentages

%3.38
%0
%5.41
%41.96

Codes

Color #8F948C in popluar color models

8F948C
RGB143148140
HSL98°3.60%56.47%
HSB/HSV98°5.41%58.04%
CMYK3.38%0.00%5.41%
41.96%

Color #8F948C in popluar number systems.

HEX8F948C
Decimal143148140
Binary100011111001010010001100
Octal217224214

Shades and tints

Shades of #8F948C

#8F948C
(143,148,140)
#828780
(130,135,128)
#757A74
(117,122,116)
#686D68
(104,109,104)
#5B605C
(91,96,92)
#4E5350
(78,83,80)
#414644
(65,70,68)
#343938
(52,57,56)
#272C2C
(39,44,44)
#1A1F20
(26,31,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #8F948C

#8F948C
(143,148,140)
#999D96
(153,157,150)
#A3A6A0
(163,166,160)
#ADAFAA
(173,175,170)
#B7B8B4
(183,184,180)
#C1C1BE
(193,193,190)
#CBCAC8
(203,202,200)
#D5D3D2
(213,211,210)
#DFDCDC
(223,220,220)
#E9E5E6
(233,229,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F948C; }

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

This text font color is #8F948C.


Background Color

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

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

This div background color is #8F948C.


Border color

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

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

This div border color is #8F948C.


Opacity

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

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

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

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

This text has shadow with #8F948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F948C on black background.


Color preview on white background

This text has color #8F948C on white background.



Black color preview on #8F948C background

This text has black color on #8F948C background.


White color preview on #8F948C background

This text has white color on #8F948C background.