COLOR #8FA7CF

HEX: #8FA7CF
RGB: (143,167,207)

Color info

#8FA7CF contains mainly green and blue colors. Web safe color of #8FA7CF is #9999CC (or #99C).

RGB color model

#8FA7CF color RGB value is (143,167,207).

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

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 207 of 255 = 81%

143
167
207

R + G + B ~ 67%. #8FA7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 207 = 517 (100%)
R 143 of 517 ~ 27.66%
G 167 of 517 ~ 32.3%
B 207 of 517 ~ 40.04%

%27.66
%32.3
%40.04

CMYK color model

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

  • cyan value is 30.92%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(31,19,0,19)
C31M19Y0K19 
(31%,19%,0%,19%)
(0.31/0.19/0.00/0.19)	

CMYK percentages

%30.92
%19.32
%0
%18.82

Codes

Color #8FA7CF in popluar color models

8FA7CF
RGB143167207
HSL218°40.00%68.63%
HSB/HSV218°30.92%81.18%
CMYK30.92%19.32%0.00%
18.82%

Color #8FA7CF in popluar number systems.

HEX8FA7CF
Decimal143167207
Binary100011111010011111001111
Octal217247317

Shades and tints

Shades of #8FA7CF

#8FA7CF
(143,167,207)
#8298BD
(130,152,189)
#7589AB
(117,137,171)
#687A99
(104,122,153)
#5B6B87
(91,107,135)
#4E5C75
(78,92,117)
#414D63
(65,77,99)
#343E51
(52,62,81)
#272F3F
(39,47,63)
#1A202D
(26,32,45)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #8FA7CF

#8FA7CF
(143,167,207)
#99AFD3
(153,175,211)
#A3B7D7
(163,183,215)
#ADBFDB
(173,191,219)
#B7C7DF
(183,199,223)
#C1CFE3
(193,207,227)
#CBD7E7
(203,215,231)
#D5DFEB
(213,223,235)
#DFE7EF
(223,231,239)
#E9EFF3
(233,239,243)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA7CF; }

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

This text font color is #8FA7CF.


Background Color

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

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

This div background color is #8FA7CF.


Border color

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

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

This div border color is #8FA7CF.


Opacity

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

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

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

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

This text has shadow with #8FA7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA7CF on black background.


Color preview on white background

This text has color #8FA7CF on white background.



Black color preview on #8FA7CF background

This text has black color on #8FA7CF background.


White color preview on #8FA7CF background

This text has white color on #8FA7CF background.