COLOR #8F98B1

HEX: #8F98B1
RGB: (143,152,177)

Color info

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

RGB color model

#8F98B1 color RGB value is (143,152,177).

  • red value is 143;
  • green value is 152;
  • blue value is 177.
RGB:
(143,152,177)
(56%,60%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 177 of 255 = 69%

143
152
177

R + G + B ~ 62%. #8F98B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 177 = 472 (100%)
R 143 of 472 ~ 30.3%
G 152 of 472 ~ 32.2%
B 177 of 472 ~ 37.5%

%30.3
%32.2
%37.5

CMYK color model

#8F98B1 color CMYK value is (19,14,0,31).

  • cyan value is 19.21%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,14,0,31)
C19M14Y0K31 
(19%,14%,0%,31%)
(0.19/0.14/0.00/0.31)	

CMYK percentages

%19.21
%14.12
%0
%30.59

Codes

Color #8F98B1 in popluar color models

8F98B1
RGB143152177
HSL224°17.89%62.75%
HSB/HSV224°19.21%69.41%
CMYK19.21%14.12%0.00%
30.59%

Color #8F98B1 in popluar number systems.

HEX8F98B1
Decimal143152177
Binary100011111001100010110001
Octal217230261

Shades and tints

Shades of #8F98B1

#8F98B1
(143,152,177)
#828BA1
(130,139,161)
#757E91
(117,126,145)
#687181
(104,113,129)
#5B6471
(91,100,113)
#4E5761
(78,87,97)
#414A51
(65,74,81)
#343D41
(52,61,65)
#273031
(39,48,49)
#1A2321
(26,35,33)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #8F98B1

#8F98B1
(143,152,177)
#99A1B8
(153,161,184)
#A3AABF
(163,170,191)
#ADB3C6
(173,179,198)
#B7BCCD
(183,188,205)
#C1C5D4
(193,197,212)
#CBCEDB
(203,206,219)
#D5D7E2
(213,215,226)
#DFE0E9
(223,224,233)
#E9E9F0
(233,233,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F98B1; }

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

This text font color is #8F98B1.


Background Color

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

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

This div background color is #8F98B1.


Border color

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

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

This div border color is #8F98B1.


Opacity

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

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

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

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

This text has shadow with #8F98B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F98B1 on black background.


Color preview on white background

This text has color #8F98B1 on white background.



Black color preview on #8F98B1 background

This text has black color on #8F98B1 background.


White color preview on #8F98B1 background

This text has white color on #8F98B1 background.