COLOR #8F809A

HEX: #8F809A
RGB: (143,128,154)

Color info

#8F809A contains red, green and blue colors in about the same proportion. Web safe color of #8F809A is #996699 (or #969).

RGB color model

#8F809A color RGB value is (143,128,154).

  • red value is 143;
  • green value is 128;
  • blue value is 154.
RGB:
(143,128,154)
(56%,50%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 154 of 255 = 60%

143
128
154

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

Portions of RGB colors in percentages

R + G + B =
143 + 128 + 154 = 425 (100%)
R 143 of 425 ~ 33.65%
G 128 of 425 ~ 30.12%
B 154 of 425 ~ 36.24%

%33.65
%30.12
%36.24

CMYK color model

#8F809A color CMYK value is (7,17,0,40).

  • cyan value is 7.14%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(7,17,0,40)
C7M17Y0K40 
(7%,17%,0%,40%)
(0.07/0.17/0.00/0.40)	

CMYK percentages

%7.14
%16.88
%0
%39.61

Codes

Color #8F809A in popluar color models

8F809A
RGB143128154
HSL275°11.40%55.29%
HSB/HSV275°16.88%60.39%
CMYK7.14%16.88%0.00%
39.61%

Color #8F809A in popluar number systems.

HEX8F809A
Decimal143128154
Binary100011111000000010011010
Octal217200232

Shades and tints

Shades of #8F809A

#8F809A
(143,128,154)
#82758C
(130,117,140)
#756A7E
(117,106,126)
#685F70
(104,95,112)
#5B5462
(91,84,98)
#4E4954
(78,73,84)
#413E46
(65,62,70)
#343338
(52,51,56)
#27282A
(39,40,42)
#1A1D1C
(26,29,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F809A

#8F809A
(143,128,154)
#998BA3
(153,139,163)
#A396AC
(163,150,172)
#ADA1B5
(173,161,181)
#B7ACBE
(183,172,190)
#C1B7C7
(193,183,199)
#CBC2D0
(203,194,208)
#D5CDD9
(213,205,217)
#DFD8E2
(223,216,226)
#E9E3EB
(233,227,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F809A color. Also use rgb(143,128,154) instead hex code.

Text Font Color

.myTextColor { color: #8F809A; }

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

This text font color is #8F809A.


Background Color

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

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

This div background color is #8F809A.


Border color

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

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

This div border color is #8F809A.


Opacity

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

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

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

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

This text has shadow with #8F809A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F809A on black background.


Color preview on white background

This text has color #8F809A on white background.



Black color preview on #8F809A background

This text has black color on #8F809A background.


White color preview on #8F809A background

This text has white color on #8F809A background.