COLOR #8F8490

HEX: #8F8490
RGB: (143,132,144)

Color info

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

RGB color model

#8F8490 color RGB value is (143,132,144).

  • red value is 143;
  • green value is 132;
  • blue value is 144.
RGB:
(143,132,144)
(56%,52%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 144 of 255 = 56%

143
132
144

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

Portions of RGB colors in percentages

R + G + B =
143 + 132 + 144 = 419 (100%)
R 143 of 419 ~ 34.13%
G 132 of 419 ~ 31.5%
B 144 of 419 ~ 34.37%

%34.13
%31.5
%34.37

CMYK color model

#8F8490 color CMYK value is (1,8,0,44).

  • cyan value is 0.69%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,8,0,44)
C1M8Y0K44 
(1%,8%,0%,44%)
(0.01/0.08/0.00/0.44)	

CMYK percentages

%0.69
%8.33
%0
%43.53

Codes

Color #8F8490 in popluar color models

8F8490
RGB143132144
HSL295°5.13%54.12%
HSB/HSV295°8.33%56.47%
CMYK0.69%8.33%0.00%
43.53%

Color #8F8490 in popluar number systems.

HEX8F8490
Decimal143132144
Binary100011111000010010010000
Octal217204220

Shades and tints

Shades of #8F8490

#8F8490
(143,132,144)
#827883
(130,120,131)
#756C76
(117,108,118)
#686069
(104,96,105)
#5B545C
(91,84,92)
#4E484F
(78,72,79)
#413C42
(65,60,66)
#343035
(52,48,53)
#272428
(39,36,40)
#1A181B
(26,24,27)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #8F8490

#8F8490
(143,132,144)
#998F9A
(153,143,154)
#A39AA4
(163,154,164)
#ADA5AE
(173,165,174)
#B7B0B8
(183,176,184)
#C1BBC2
(193,187,194)
#CBC6CC
(203,198,204)
#D5D1D6
(213,209,214)
#DFDCE0
(223,220,224)
#E9E7EA
(233,231,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8490 color. Also use rgb(143,132,144) instead hex code.

Text Font Color

.myTextColor { color: #8F8490; }

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

This text font color is #8F8490.


Background Color

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

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

This div background color is #8F8490.


Border color

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

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

This div border color is #8F8490.


Opacity

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

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

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

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

This text has shadow with #8F8490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8490 on black background.


Color preview on white background

This text has color #8F8490 on white background.



Black color preview on #8F8490 background

This text has black color on #8F8490 background.


White color preview on #8F8490 background

This text has white color on #8F8490 background.