COLOR #8F9DB8

HEX: #8F9DB8
RGB: (143,157,184)

Color info

#8F9DB8 contains red, green and blue colors in about the same proportion. Web safe color of #8F9DB8 is #9999CC (or #99C).

RGB color model

#8F9DB8 color RGB value is (143,157,184).

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

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 184 of 255 = 72%

143
157
184

R + G + B ~ 63%. #8F9DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 184 = 484 (100%)
R 143 of 484 ~ 29.55%
G 157 of 484 ~ 32.44%
B 184 of 484 ~ 38.02%

%29.55
%32.44
%38.02

CMYK color model

#8F9DB8 color CMYK value is (22,15,0,28).

  • cyan value is 22.28%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(22,15,0,28)
C22M15Y0K28 
(22%,15%,0%,28%)
(0.22/0.15/0.00/0.28)	

CMYK percentages

%22.28
%14.67
%0
%27.84

Codes

Color #8F9DB8 in popluar color models

8F9DB8
RGB143157184
HSL220°22.40%64.12%
HSB/HSV220°22.28%72.16%
CMYK22.28%14.67%0.00%
27.84%

Color #8F9DB8 in popluar number systems.

HEX8F9DB8
Decimal143157184
Binary100011111001110110111000
Octal217235270

Shades and tints

Shades of #8F9DB8

#8F9DB8
(143,157,184)
#828FA8
(130,143,168)
#758198
(117,129,152)
#687388
(104,115,136)
#5B6578
(91,101,120)
#4E5768
(78,87,104)
#414958
(65,73,88)
#343B48
(52,59,72)
#272D38
(39,45,56)
#1A1F28
(26,31,40)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #8F9DB8

#8F9DB8
(143,157,184)
#99A5BE
(153,165,190)
#A3ADC4
(163,173,196)
#ADB5CA
(173,181,202)
#B7BDD0
(183,189,208)
#C1C5D6
(193,197,214)
#CBCDDC
(203,205,220)
#D5D5E2
(213,213,226)
#DFDDE8
(223,221,232)
#E9E5EE
(233,229,238)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9DB8; }

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

This text font color is #8F9DB8.


Background Color

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

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

This div background color is #8F9DB8.


Border color

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

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

This div border color is #8F9DB8.


Opacity

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

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

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

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

This text has shadow with #8F9DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9DB8 on black background.


Color preview on white background

This text has color #8F9DB8 on white background.



Black color preview on #8F9DB8 background

This text has black color on #8F9DB8 background.


White color preview on #8F9DB8 background

This text has white color on #8F9DB8 background.