COLOR #8F828A

HEX: #8F828A
RGB: (143,130,138)

Color info

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

RGB color model

#8F828A color RGB value is (143,130,138).

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

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 138 of 255 = 54%

143
130
138

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 138 = 411 (100%)
R 143 of 411 ~ 34.79%
G 130 of 411 ~ 31.63%
B 138 of 411 ~ 33.58%

%34.79
%31.63
%33.58

CMYK color model

#8F828A color CMYK value is (0,9,3,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.50%
  • key color value is 43.92%
CMYK:
(0,9,3,44)
C0M9Y3K44 
(0%,9%,3%,44%)
(0.00/0.09/0.03/0.44)	

CMYK percentages

%0
%9.09
%3.5
%43.92

Codes

Color #8F828A in popluar color models

8F828A
RGB143130138
HSL323°5.49%53.53%
HSB/HSV323°9.09%56.08%
CMYK0.00%9.09%3.50%
43.92%

Color #8F828A in popluar number systems.

HEX8F828A
Decimal143130138
Binary100011111000001010001010
Octal217202212

Shades and tints

Shades of #8F828A

#8F828A
(143,130,138)
#82777E
(130,119,126)
#756C72
(117,108,114)
#686166
(104,97,102)
#5B565A
(91,86,90)
#4E4B4E
(78,75,78)
#414042
(65,64,66)
#343536
(52,53,54)
#272A2A
(39,42,42)
#1A1F1E
(26,31,30)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8F828A

#8F828A
(143,130,138)
#998D94
(153,141,148)
#A3989E
(163,152,158)
#ADA3A8
(173,163,168)
#B7AEB2
(183,174,178)
#C1B9BC
(193,185,188)
#CBC4C6
(203,196,198)
#D5CFD0
(213,207,208)
#DFDADA
(223,218,218)
#E9E5E4
(233,229,228)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F828A; }

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

This text font color is #8F828A.


Background Color

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

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

This div background color is #8F828A.


Border color

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

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

This div border color is #8F828A.


Opacity

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

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

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

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

This text has shadow with #8F828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F828A on black background.


Color preview on white background

This text has color #8F828A on white background.



Black color preview on #8F828A background

This text has black color on #8F828A background.


White color preview on #8F828A background

This text has white color on #8F828A background.