COLOR #8F828C

HEX: #8F828C RGB: (143,130,140)

Color info

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

RGB color model

#8F828C color RGB value is (143,130,140).

RGB: (143,130,140) (56%, 51%, 55%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 140 of 255 = 55%

143
130
140

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

Portions of RGB colors in percentages

R + G + B = 143 + 130 + 140 = 413 (100%)
R 143 of 413 ~ 34.62%
G 130 of 413 ~ 31.48%
B 140 of 413 ~ 33.9'%

%34.62
%31.48
%33.9

CMYK color model

#8F828C color CMYK value is (0,9,2,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.10%
  • key color value is 43.92%
CMYK: (0,9,2,44) C0M9Y2K44 (0%,9%,2%,44%) (0.00/0.09/0.02/0.44) 

CMYK percentages

%0
%9.09
%2.1
%43.92

Codes

Color #8F828C in popluar color models

8F 82 8C
RGB 143 130 140
HSL 314° 5.49% 53.53%
HSB/HSV 314° 9.09% 56.08%
CMYK 0.00% 9.09% 2.10%
43.92%

Color #8F828C in popluar number systems.

HEX 8F 82 8C
Decimal 143 130 140
Binary 10001111 10000010 10001100
Octal 217 202 214

Shades and tints

Shades of #8F828C

#8F828C
(143,130,140)
#827780
(130,119,128)
#756C74
(117,108,116)
#686168
(104,97,104)
#5B565C
(91,86,92)
#4E4B50
(78,75,80)
#414044
(65,64,68)
#343538
(52,53,56)
#272A2C
(39,42,44)
#1A1F20
(26,31,32)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #8F828C

#8F828C
(143,130,140)
#998D96
(153,141,150)
#A398A0
(163,152,160)
#ADA3AA
(173,163,170)
#B7AEB4
(183,174,180)
#C1B9BE
(193,185,190)
#CBC4C8
(203,196,200)
#D5CFD2
(213,207,210)
#DFDADC
(223,218,220)
#E9E5E6
(233,229,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F828C; }

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

This text font color is #8F828C.

Background Color

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

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

This div background color is #8F828C.

Border color

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

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

This div border color is #8F828C.

Opacity

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

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

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

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

This text has shadow with #8F828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F828C.

Preview

Color preview on black background

This text has color #8F828C on black background.


Color preview on white background

This text has color #8F828C on white background.


Black color preview on #8F828C background

This text has black color on #8F828C background.


White color preview on #8F828C background

This text has white color on #8F828C background.


Related colors

Complementary color

Complementary color for #hex is #707D73.


I love getcolorcode.com

Triadic colors

1 #8C8F82 and #828C8F with #8F828C are triadic colors.

2 #8C828F and #828F8C with #8F828C are triadic colors.