COLOR #8F829E

HEX: #8F829E
RGB: (143,130,158)

Color info

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

RGB color model

#8F829E color RGB value is (143,130,158).

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

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 158 of 255 = 62%

143
130
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 158 = 431 (100%)
R 143 of 431 ~ 33.18%
G 130 of 431 ~ 30.16%
B 158 of 431 ~ 36.66%

%33.18
%30.16
%36.66

CMYK color model

#8F829E color CMYK value is (9,18,0,38).

  • cyan value is 9.49%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,18,0,38)
C9M18Y0K38 
(9%,18%,0%,38%)
(0.09/0.18/0.00/0.38)	

CMYK percentages

%9.49
%17.72
%0
%38.04

Codes

Color #8F829E in popluar color models

8F829E
RGB143130158
HSL268°12.61%56.47%
HSB/HSV268°17.72%61.96%
CMYK9.49%17.72%0.00%
38.04%

Color #8F829E in popluar number systems.

HEX8F829E
Decimal143130158
Binary100011111000001010011110
Octal217202236

Shades and tints

Shades of #8F829E

#8F829E
(143,130,158)
#827790
(130,119,144)
#756C82
(117,108,130)
#686174
(104,97,116)
#5B5666
(91,86,102)
#4E4B58
(78,75,88)
#41404A
(65,64,74)
#34353C
(52,53,60)
#272A2E
(39,42,46)
#1A1F20
(26,31,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8F829E

#8F829E
(143,130,158)
#998DA6
(153,141,166)
#A398AE
(163,152,174)
#ADA3B6
(173,163,182)
#B7AEBE
(183,174,190)
#C1B9C6
(193,185,198)
#CBC4CE
(203,196,206)
#D5CFD6
(213,207,214)
#DFDADE
(223,218,222)
#E9E5E6
(233,229,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F829E; }

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

This text font color is #8F829E.


Background Color

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

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

This div background color is #8F829E.


Border color

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

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

This div border color is #8F829E.


Opacity

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

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

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

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

This text has shadow with #8F829E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F829E on black background.


Color preview on white background

This text has color #8F829E on white background.



Black color preview on #8F829E background

This text has black color on #8F829E background.


White color preview on #8F829E background

This text has white color on #8F829E background.