COLOR #8C828F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
130
143

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

Portions of RGB colors in percentages

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

%33.9
%31.48
%34.62

CMYK color model

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

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

CMYK percentages

%2.1
%9.09
%0
%43.92

Codes

Color #8C828F in popluar color models

8C828F
RGB140130143
HSL286°5.49%53.53%
HSB/HSV286°9.09%56.08%
CMYK2.10%9.09%0.00%
43.92%

Color #8C828F in popluar number systems.

HEX8C828F
Decimal140130143
Binary100011001000001010001111
Octal214202217

Shades and tints

Shades of #8C828F

#8C828F
(140,130,143)
#807782
(128,119,130)
#746C75
(116,108,117)
#686168
(104,97,104)
#5C565B
(92,86,91)
#504B4E
(80,75,78)
#444041
(68,64,65)
#383534
(56,53,52)
#2C2A27
(44,42,39)
#201F1A
(32,31,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #8C828F

#8C828F
(140,130,143)
#968D99
(150,141,153)
#A098A3
(160,152,163)
#AAA3AD
(170,163,173)
#B4AEB7
(180,174,183)
#BEB9C1
(190,185,193)
#C8C4CB
(200,196,203)
#D2CFD5
(210,207,213)
#DCDADF
(220,218,223)
#E6E5E9
(230,229,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C828F; }

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

This text font color is #8C828F.


Background Color

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

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

This div background color is #8C828F.


Border color

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

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

This div border color is #8C828F.


Opacity

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

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

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

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

This text has shadow with #8C828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C828F on black background.


Color preview on white background

This text has color #8C828F on white background.



Black color preview on #8C828F background

This text has black color on #8C828F background.


White color preview on #8C828F background

This text has white color on #8C828F background.