COLOR #8F9FE7

HEX: #8F9FE7
RGB: (143,159,231)

Color info

#8F9FE7 contains mainly blue color. Web safe color of #8F9FE7 is #9999FF (or #99F).

RGB color model

#8F9FE7 color RGB value is (143,159,231).

  • red value is 143;
  • green value is 159;
  • blue value is 231.
RGB:
(143,159,231)
(56%,62%,91%)

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 231 of 255 = 91%

143
159
231

R + G + B ~ 70%. #8F9FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 159 + 231 = 533 (100%)
R 143 of 533 ~ 26.83%
G 159 of 533 ~ 29.83%
B 231 of 533 ~ 43.34%

%26.83
%29.83
%43.34

CMYK color model

#8F9FE7 color CMYK value is (38,31,0,9).

  • cyan value is 38.10%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(38,31,0,9)
C38M31Y0K9 
(38%,31%,0%,9%)
(0.38/0.31/0.00/0.09)	

CMYK percentages

%38.1
%31.17
%0
%9.41

Codes

Color #8F9FE7 in popluar color models

8F9FE7
RGB143159231
HSL229°64.71%73.33%
HSB/HSV229°38.10%90.59%
CMYK38.10%31.17%0.00%
9.41%

Color #8F9FE7 in popluar number systems.

HEX8F9FE7
Decimal143159231
Binary100011111001111111100111
Octal217237347

Shades and tints

Shades of #8F9FE7

#8F9FE7
(143,159,231)
#8291D2
(130,145,210)
#7583BD
(117,131,189)
#6875A8
(104,117,168)
#5B6793
(91,103,147)
#4E597E
(78,89,126)
#414B69
(65,75,105)
#343D54
(52,61,84)
#272F3F
(39,47,63)
#1A212A
(26,33,42)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8F9FE7

#8F9FE7
(143,159,231)
#99A7E9
(153,167,233)
#A3AFEB
(163,175,235)
#ADB7ED
(173,183,237)
#B7BFEF
(183,191,239)
#C1C7F1
(193,199,241)
#CBCFF3
(203,207,243)
#D5D7F5
(213,215,245)
#DFDFF7
(223,223,247)
#E9E7F9
(233,231,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9FE7 color. Also use rgb(143,159,231) instead hex code.

Text Font Color

.myTextColor { color: #8F9FE7; }

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

This text font color is #8F9FE7.


Background Color

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

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

This div background color is #8F9FE7.


Border color

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

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

This div border color is #8F9FE7.


Opacity

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

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

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

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

This text has shadow with #8F9FE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9FE7 on black background.


Color preview on white background

This text has color #8F9FE7 on white background.



Black color preview on #8F9FE7 background

This text has black color on #8F9FE7 background.


White color preview on #8F9FE7 background

This text has white color on #8F9FE7 background.