COLOR #8F9498

HEX: #8F9498 RGB: (143,148,152)

Color info

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

RGB color model

#8F9498 color RGB value is (143,148,152).

RGB: (143,148,152) (56%, 58%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 152 of 255 = 60%

143
148
152

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

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 152 = 443 (100%)
R 143 of 443 ~ 32.28%
G 148 of 443 ~ 33.41%
B 152 of 443 ~ 34.31'%

%32.28
%33.41
%34.31

CMYK color model

#8F9498 color CMYK value is (6,3,0,40).

  • cyan value is 5.92%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (6,3,0,40)
C6M3Y0K40 (6%, 3%, 0%, 40%)
(0.06 / 0.03 / 0.00 / 0.40)

CMYK percentages

%5.92
%2.63
%0
%40.39

Codes

Color #8F9498 in popluar color models

8F 94 98
RGB 143 148 152
HSL 207° 4.19% 57.84%
HSB/HSV 207° 5.92% 59.61%
CMYK 5.92% 2.63% 0.00%
40.39%

Color #8F9498 in popluar number systems.

HEX 8F 94 98
Decimal 143 148 152
Binary 10001111 10010100 10011000
Octal 217 224 230

Shades and tints

Shades of #8F9498

#8F9498
(143,148,152)
#82878B
(130,135,139)
#757A7E
(117,122,126)
#686D71
(104,109,113)
#5B6064
(91,96,100)
#4E5357
(78,83,87)
#41464A
(65,70,74)
#34393D
(52,57,61)
#272C30
(39,44,48)
#1A1F23
(26,31,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8F9498

#8F9498
(143,148,152)
#999DA1
(153,157,161)
#A3A6AA
(163,166,170)
#ADAFB3
(173,175,179)
#B7B8BC
(183,184,188)
#C1C1C5
(193,193,197)
#CBCACE
(203,202,206)
#D5D3D7
(213,211,215)
#DFDCE0
(223,220,224)
#E9E5E9
(233,229,233)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9498; }

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

This text font color is #8F9498.

Background Color

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

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

This div background color is #8F9498.

Border color

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

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

This div border color is #8F9498.

Opacity

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

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

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

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

This text has shadow with #8F9498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9498.

Preview

Color preview on black background

This text has color #8F9498 on black background.


Color preview on white background

This text has color #8F9498 on white background.


Black color preview on #8F9498 background

This text has black color on #8F9498 background.


White color preview on #8F9498 background

This text has white color on #8F9498 background.


Related colors

Complementary color

Complementary color for #hex is #706B67.


I love getcolorcode.com

Triadic colors

1 #988F94 and #94988F with #8F9498 are triadic colors.

2 #98948F and #948F98 with #8F9498 are triadic colors.