COLOR #8F819D

HEX: #8F819D
RGB: (143,129,157)

Color info

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

RGB color model

#8F819D color RGB value is (143,129,157).

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

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 157 of 255 = 62%

143
129
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 157 = 429 (100%)
R 143 of 429 ~ 33.33%
G 129 of 429 ~ 30.07%
B 157 of 429 ~ 36.6%

%33.33
%30.07
%36.6

CMYK color model

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

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

CMYK percentages

%8.92
%17.83
%0
%38.43

Codes

Color #8F819D in popluar color models

8F819D
RGB143129157
HSL270°12.50%56.08%
HSB/HSV270°17.83%61.57%
CMYK8.92%17.83%0.00%
38.43%

Color #8F819D in popluar number systems.

HEX8F819D
Decimal143129157
Binary100011111000000110011101
Octal217201235

Shades and tints

Shades of #8F819D

#8F819D
(143,129,157)
#82768F
(130,118,143)
#756B81
(117,107,129)
#686073
(104,96,115)
#5B5565
(91,85,101)
#4E4A57
(78,74,87)
#413F49
(65,63,73)
#34343B
(52,52,59)
#27292D
(39,41,45)
#1A1E1F
(26,30,31)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #8F819D

#8F819D
(143,129,157)
#998CA5
(153,140,165)
#A397AD
(163,151,173)
#ADA2B5
(173,162,181)
#B7ADBD
(183,173,189)
#C1B8C5
(193,184,197)
#CBC3CD
(203,195,205)
#D5CED5
(213,206,213)
#DFD9DD
(223,217,221)
#E9E4E5
(233,228,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F819D color. Also use rgb(143,129,157) instead hex code.

Text Font Color

.myTextColor { color: #8F819D; }

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

This text font color is #8F819D.


Background Color

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

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

This div background color is #8F819D.


Border color

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

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

This div border color is #8F819D.


Opacity

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

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

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

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

This text has shadow with #8F819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F819D on black background.


Color preview on white background

This text has color #8F819D on white background.



Black color preview on #8F819D background

This text has black color on #8F819D background.


White color preview on #8F819D background

This text has white color on #8F819D background.