COLOR #8F9FC9

HEX: #8F9FC9
RGB: (143,159,201)

Color info

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

RGB color model

#8F9FC9 color RGB value is (143,159,201).

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

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 201 of 255 = 79%

143
159
201

R + G + B ~ 66%. #8F9FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 159 + 201 = 503 (100%)
R 143 of 503 ~ 28.43%
G 159 of 503 ~ 31.61%
B 201 of 503 ~ 39.96%

%28.43
%31.61
%39.96

CMYK color model

#8F9FC9 color CMYK value is (29,21,0,21).

  • cyan value is 28.86%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(29,21,0,21)
C29M21Y0K21 
(29%,21%,0%,21%)
(0.29/0.21/0.00/0.21)	

CMYK percentages

%28.86
%20.9
%0
%21.18

Codes

Color #8F9FC9 in popluar color models

8F9FC9
RGB143159201
HSL223°34.94%67.45%
HSB/HSV223°28.86%78.82%
CMYK28.86%20.90%0.00%
21.18%

Color #8F9FC9 in popluar number systems.

HEX8F9FC9
Decimal143159201
Binary100011111001111111001001
Octal217237311

Shades and tints

Shades of #8F9FC9

#8F9FC9
(143,159,201)
#8291B7
(130,145,183)
#7583A5
(117,131,165)
#687593
(104,117,147)
#5B6781
(91,103,129)
#4E596F
(78,89,111)
#414B5D
(65,75,93)
#343D4B
(52,61,75)
#272F39
(39,47,57)
#1A2127
(26,33,39)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8F9FC9

#8F9FC9
(143,159,201)
#99A7CD
(153,167,205)
#A3AFD1
(163,175,209)
#ADB7D5
(173,183,213)
#B7BFD9
(183,191,217)
#C1C7DD
(193,199,221)
#CBCFE1
(203,207,225)
#D5D7E5
(213,215,229)
#DFDFE9
(223,223,233)
#E9E7ED
(233,231,237)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9FC9; }

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

This text font color is #8F9FC9.


Background Color

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

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

This div background color is #8F9FC9.


Border color

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

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

This div border color is #8F9FC9.


Opacity

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

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

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

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

This text has shadow with #8F9FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9FC9 on black background.


Color preview on white background

This text has color #8F9FC9 on white background.



Black color preview on #8F9FC9 background

This text has black color on #8F9FC9 background.


White color preview on #8F9FC9 background

This text has white color on #8F9FC9 background.