COLOR #8F9490

HEX: #8F9490 RGB: (143,148,144)

Color info

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

RGB color model

#8F9490 color RGB value is (143,148,144).

RGB: (143,148,144) (56%, 58%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 144 of 255 = 56%

143
148
144

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

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 144 = 435 (100%)
R 143 of 435 ~ 32.87%
G 148 of 435 ~ 34.02%
B 144 of 435 ~ 33.1'%

%32.87
%34.02
%33.1

CMYK color model

#8F9490 color CMYK value is (3,0,3,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 41.96%

CMYK: (3,0,3,42)
C3M0Y3K42 (3%, 0%, 3%, 42%)
(0.03 / 0.00 / 0.03 / 0.42)

CMYK percentages

%3.38
%0
%2.7
%41.96

Codes

Color #8F9490 in popluar color models

8F 94 90
RGB 143 148 144
HSL 132° 2.28% 57.06%
HSB/HSV 132° 3.38% 58.04%
CMYK 3.38% 0.00% 2.70%
41.96%

Color #8F9490 in popluar number systems.

HEX 8F 94 90
Decimal 143 148 144
Binary 10001111 10010100 10010000
Octal 217 224 220

Shades and tints

Shades of #8F9490

#8F9490
(143,148,144)
#828783
(130,135,131)
#757A76
(117,122,118)
#686D69
(104,109,105)
#5B605C
(91,96,92)
#4E534F
(78,83,79)
#414642
(65,70,66)
#343935
(52,57,53)
#272C28
(39,44,40)
#1A1F1B
(26,31,27)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F9490

#8F9490
(143,148,144)
#999D9A
(153,157,154)
#A3A6A4
(163,166,164)
#ADAFAE
(173,175,174)
#B7B8B8
(183,184,184)
#C1C1C2
(193,193,194)
#CBCACC
(203,202,204)
#D5D3D6
(213,211,214)
#DFDCE0
(223,220,224)
#E9E5EA
(233,229,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9490; }

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

This text font color is #8F9490.

Background Color

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

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

This div background color is #8F9490.

Border color

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

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

This div border color is #8F9490.

Opacity

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

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

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

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

This text has shadow with #8F9490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9490.

Preview

Color preview on black background

This text has color #8F9490 on black background.


Color preview on white background

This text has color #8F9490 on white background.


Black color preview on #8F9490 background

This text has black color on #8F9490 background.


White color preview on #8F9490 background

This text has white color on #8F9490 background.


Related colors

Complementary color

Complementary color for #hex is #706B6F.


I love getcolorcode.com

Triadic colors

1 #908F94 and #94908F with #8F9490 are triadic colors.

2 #90948F and #948F90 with #8F9490 are triadic colors.