COLOR #8F9DB0

HEX: #8F9DB0
RGB: (143,157,176)

Color info

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

RGB color model

#8F9DB0 color RGB value is (143,157,176).

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

RGB channels and saturation

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

143
157
176

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 176 = 476 (100%)
R 143 of 476 ~ 30.04%
G 157 of 476 ~ 32.98%
B 176 of 476 ~ 36.97%

%30.04
%32.98
%36.97

CMYK color model

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

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

CMYK percentages

%18.75
%10.8
%0
%30.98

Codes

Color #8F9DB0 in popluar color models

8F9DB0
RGB143157176
HSL215°17.28%62.55%
HSB/HSV215°18.75%69.02%
CMYK18.75%10.80%0.00%
30.98%

Color #8F9DB0 in popluar number systems.

HEX8F9DB0
Decimal143157176
Binary100011111001110110110000
Octal217235260

Shades and tints

Shades of #8F9DB0

#8F9DB0
(143,157,176)
#828FA0
(130,143,160)
#758190
(117,129,144)
#687380
(104,115,128)
#5B6570
(91,101,112)
#4E5760
(78,87,96)
#414950
(65,73,80)
#343B40
(52,59,64)
#272D30
(39,45,48)
#1A1F20
(26,31,32)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #8F9DB0

#8F9DB0
(143,157,176)
#99A5B7
(153,165,183)
#A3ADBE
(163,173,190)
#ADB5C5
(173,181,197)
#B7BDCC
(183,189,204)
#C1C5D3
(193,197,211)
#CBCDDA
(203,205,218)
#D5D5E1
(213,213,225)
#DFDDE8
(223,221,232)
#E9E5EF
(233,229,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9DB0; }

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

This text font color is #8F9DB0.


Background Color

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

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

This div background color is #8F9DB0.


Border color

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

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

This div border color is #8F9DB0.


Opacity

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

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

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

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

This text has shadow with #8F9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9DB0 on black background.


Color preview on white background

This text has color #8F9DB0 on white background.



Black color preview on #8F9DB0 background

This text has black color on #8F9DB0 background.


White color preview on #8F9DB0 background

This text has white color on #8F9DB0 background.