COLOR #8F9DB1

HEX: #8F9DB1
RGB: (143,157,177)

Color info

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

RGB color model

#8F9DB1 color RGB value is (143,157,177).

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

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 177 of 255 = 69%

143
157
177

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 177 = 477 (100%)
R 143 of 477 ~ 29.98%
G 157 of 477 ~ 32.91%
B 177 of 477 ~ 37.11%

%29.98
%32.91
%37.11

CMYK color model

#8F9DB1 color CMYK value is (19,11,0,31).

  • cyan value is 19.21%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,11,0,31)
C19M11Y0K31 
(19%,11%,0%,31%)
(0.19/0.11/0.00/0.31)	

CMYK percentages

%19.21
%11.3
%0
%30.59

Codes

Color #8F9DB1 in popluar color models

8F9DB1
RGB143157177
HSL215°17.89%62.75%
HSB/HSV215°19.21%69.41%
CMYK19.21%11.30%0.00%
30.59%

Color #8F9DB1 in popluar number systems.

HEX8F9DB1
Decimal143157177
Binary100011111001110110110001
Octal217235261

Shades and tints

Shades of #8F9DB1

#8F9DB1
(143,157,177)
#828FA1
(130,143,161)
#758191
(117,129,145)
#687381
(104,115,129)
#5B6571
(91,101,113)
#4E5761
(78,87,97)
#414951
(65,73,81)
#343B41
(52,59,65)
#272D31
(39,45,49)
#1A1F21
(26,31,33)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F9DB1

#8F9DB1
(143,157,177)
#99A5B8
(153,165,184)
#A3ADBF
(163,173,191)
#ADB5C6
(173,181,198)
#B7BDCD
(183,189,205)
#C1C5D4
(193,197,212)
#CBCDDB
(203,205,219)
#D5D5E2
(213,213,226)
#DFDDE9
(223,221,233)
#E9E5F0
(233,229,240)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9DB1; }

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

This text font color is #8F9DB1.


Background Color

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

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

This div background color is #8F9DB1.


Border color

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

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

This div border color is #8F9DB1.


Opacity

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

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

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

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

This text has shadow with #8F9DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9DB1 on black background.


Color preview on white background

This text has color #8F9DB1 on white background.



Black color preview on #8F9DB1 background

This text has black color on #8F9DB1 background.


White color preview on #8F9DB1 background

This text has white color on #8F9DB1 background.