COLOR #8FA9BB

HEX: #8FA9BB
RGB: (143,169,187)

Color info

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

RGB color model

#8FA9BB color RGB value is (143,169,187).

  • red value is 143;
  • green value is 169;
  • blue value is 187.
RGB:
(143,169,187)
(56%,66%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 187 of 255 = 73%

143
169
187

R + G + B ~ 65%. #8FA9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 187 = 499 (100%)
R 143 of 499 ~ 28.66%
G 169 of 499 ~ 33.87%
B 187 of 499 ~ 37.47%

%28.66
%33.87
%37.47

CMYK color model

#8FA9BB color CMYK value is (24,10,0,27).

  • cyan value is 23.53%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,10,0,27)
C24M10Y0K27 
(24%,10%,0%,27%)
(0.24/0.10/0.00/0.27)	

CMYK percentages

%23.53
%9.63
%0
%26.67

Codes

Color #8FA9BB in popluar color models

8FA9BB
RGB143169187
HSL205°24.44%64.71%
HSB/HSV205°23.53%73.33%
CMYK23.53%9.63%0.00%
26.67%

Color #8FA9BB in popluar number systems.

HEX8FA9BB
Decimal143169187
Binary100011111010100110111011
Octal217251273

Shades and tints

Shades of #8FA9BB

#8FA9BB
(143,169,187)
#829AAA
(130,154,170)
#758B99
(117,139,153)
#687C88
(104,124,136)
#5B6D77
(91,109,119)
#4E5E66
(78,94,102)
#414F55
(65,79,85)
#344044
(52,64,68)
#273133
(39,49,51)
#1A2222
(26,34,34)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #8FA9BB

#8FA9BB
(143,169,187)
#99B0C1
(153,176,193)
#A3B7C7
(163,183,199)
#ADBECD
(173,190,205)
#B7C5D3
(183,197,211)
#C1CCD9
(193,204,217)
#CBD3DF
(203,211,223)
#D5DAE5
(213,218,229)
#DFE1EB
(223,225,235)
#E9E8F1
(233,232,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA9BB color. Also use rgb(143,169,187) instead hex code.

Text Font Color

.myTextColor { color: #8FA9BB; }

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

This text font color is #8FA9BB.


Background Color

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

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

This div background color is #8FA9BB.


Border color

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

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

This div border color is #8FA9BB.


Opacity

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

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

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

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

This text has shadow with #8FA9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA9BB on black background.


Color preview on white background

This text has color #8FA9BB on white background.



Black color preview on #8FA9BB background

This text has black color on #8FA9BB background.


White color preview on #8FA9BB background

This text has white color on #8FA9BB background.