COLOR #8FA7BD

HEX: #8FA7BD
RGB: (143,167,189)

Color info

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

RGB color model

#8FA7BD color RGB value is (143,167,189).

  • red value is 143;
  • green value is 167;
  • blue value is 189.
RGB:
(143,167,189)
(56%,65%,74%)

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 189 of 255 = 74%

143
167
189

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

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 189 = 499 (100%)
R 143 of 499 ~ 28.66%
G 167 of 499 ~ 33.47%
B 189 of 499 ~ 37.88%

%28.66
%33.47
%37.88

CMYK color model

#8FA7BD color CMYK value is (24,12,0,26).

  • cyan value is 24.34%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(24,12,0,26)
C24M12Y0K26 
(24%,12%,0%,26%)
(0.24/0.12/0.00/0.26)	

CMYK percentages

%24.34
%11.64
%0
%25.88

Codes

Color #8FA7BD in popluar color models

8FA7BD
RGB143167189
HSL209°25.84%65.10%
HSB/HSV209°24.34%74.12%
CMYK24.34%11.64%0.00%
25.88%

Color #8FA7BD in popluar number systems.

HEX8FA7BD
Decimal143167189
Binary100011111010011110111101
Octal217247275

Shades and tints

Shades of #8FA7BD

#8FA7BD
(143,167,189)
#8298AC
(130,152,172)
#75899B
(117,137,155)
#687A8A
(104,122,138)
#5B6B79
(91,107,121)
#4E5C68
(78,92,104)
#414D57
(65,77,87)
#343E46
(52,62,70)
#272F35
(39,47,53)
#1A2024
(26,32,36)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #8FA7BD

#8FA7BD
(143,167,189)
#99AFC3
(153,175,195)
#A3B7C9
(163,183,201)
#ADBFCF
(173,191,207)
#B7C7D5
(183,199,213)
#C1CFDB
(193,207,219)
#CBD7E1
(203,215,225)
#D5DFE7
(213,223,231)
#DFE7ED
(223,231,237)
#E9EFF3
(233,239,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA7BD color. Also use rgb(143,167,189) instead hex code.

Text Font Color

.myTextColor { color: #8FA7BD; }

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

This text font color is #8FA7BD.


Background Color

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

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

This div background color is #8FA7BD.


Border color

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

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

This div border color is #8FA7BD.


Opacity

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

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

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

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

This text has shadow with #8FA7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA7BD on black background.


Color preview on white background

This text has color #8FA7BD on white background.



Black color preview on #8FA7BD background

This text has black color on #8FA7BD background.


White color preview on #8FA7BD background

This text has white color on #8FA7BD background.