COLOR #8F96CB

HEX: #8F96CB
RGB: (143,150,203)

Color info

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

RGB color model

#8F96CB color RGB value is (143,150,203).

  • red value is 143;
  • green value is 150;
  • blue value is 203.
RGB:
(143,150,203)
(56%,59%,80%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 203 of 255 = 80%

143
150
203

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 203 = 496 (100%)
R 143 of 496 ~ 28.83%
G 150 of 496 ~ 30.24%
B 203 of 496 ~ 40.93%

%28.83
%30.24
%40.93

CMYK color model

#8F96CB color CMYK value is (30,26,0,20).

  • cyan value is 29.56%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,26,0,20)
C30M26Y0K20 
(30%,26%,0%,20%)
(0.30/0.26/0.00/0.20)	

CMYK percentages

%29.56
%26.11
%0
%20.39

Codes

Color #8F96CB in popluar color models

8F96CB
RGB143150203
HSL233°36.59%67.84%
HSB/HSV233°29.56%79.61%
CMYK29.56%26.11%0.00%
20.39%

Color #8F96CB in popluar number systems.

HEX8F96CB
Decimal143150203
Binary100011111001011011001011
Octal217226313

Shades and tints

Shades of #8F96CB

#8F96CB
(143,150,203)
#8289B9
(130,137,185)
#757CA7
(117,124,167)
#686F95
(104,111,149)
#5B6283
(91,98,131)
#4E5571
(78,85,113)
#41485F
(65,72,95)
#343B4D
(52,59,77)
#272E3B
(39,46,59)
#1A2129
(26,33,41)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8F96CB

#8F96CB
(143,150,203)
#999FCF
(153,159,207)
#A3A8D3
(163,168,211)
#ADB1D7
(173,177,215)
#B7BADB
(183,186,219)
#C1C3DF
(193,195,223)
#CBCCE3
(203,204,227)
#D5D5E7
(213,213,231)
#DFDEEB
(223,222,235)
#E9E7EF
(233,231,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F96CB color. Also use rgb(143,150,203) instead hex code.

Text Font Color

.myTextColor { color: #8F96CB; }

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

This text font color is #8F96CB.


Background Color

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

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

This div background color is #8F96CB.


Border color

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

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

This div border color is #8F96CB.


Opacity

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

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

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

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

This text has shadow with #8F96CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F96CB on black background.


Color preview on white background

This text has color #8F96CB on white background.



Black color preview on #8F96CB background

This text has black color on #8F96CB background.


White color preview on #8F96CB background

This text has white color on #8F96CB background.