COLOR #8F96CD

HEX: #8F96CD
RGB: (143,150,205)

Color info

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

RGB color model

#8F96CD color RGB value is (143,150,205).

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

RGB channels and saturation

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

143
150
205

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 205 = 498 (100%)
R 143 of 498 ~ 28.71%
G 150 of 498 ~ 30.12%
B 205 of 498 ~ 41.16%

%28.71
%30.12
%41.16

CMYK color model

#8F96CD color CMYK value is (30,27,0,20).

  • cyan value is 30.24%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(30,27,0,20)
C30M27Y0K20 
(30%,27%,0%,20%)
(0.30/0.27/0.00/0.20)	

CMYK percentages

%30.24
%26.83
%0
%19.61

Codes

Color #8F96CD in popluar color models

8F96CD
RGB143150205
HSL233°38.27%68.24%
HSB/HSV233°30.24%80.39%
CMYK30.24%26.83%0.00%
19.61%

Color #8F96CD in popluar number systems.

HEX8F96CD
Decimal143150205
Binary100011111001011011001101
Octal217226315

Shades and tints

Shades of #8F96CD

#8F96CD
(143,150,205)
#8289BB
(130,137,187)
#757CA9
(117,124,169)
#686F97
(104,111,151)
#5B6285
(91,98,133)
#4E5573
(78,85,115)
#414861
(65,72,97)
#343B4F
(52,59,79)
#272E3D
(39,46,61)
#1A212B
(26,33,43)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #8F96CD

#8F96CD
(143,150,205)
#999FD1
(153,159,209)
#A3A8D5
(163,168,213)
#ADB1D9
(173,177,217)
#B7BADD
(183,186,221)
#C1C3E1
(193,195,225)
#CBCCE5
(203,204,229)
#D5D5E9
(213,213,233)
#DFDEED
(223,222,237)
#E9E7F1
(233,231,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F96CD; }

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

This text font color is #8F96CD.


Background Color

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

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

This div background color is #8F96CD.


Border color

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

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

This div border color is #8F96CD.


Opacity

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

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

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

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

This text has shadow with #8F96CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F96CD on black background.


Color preview on white background

This text has color #8F96CD on white background.



Black color preview on #8F96CD background

This text has black color on #8F96CD background.


White color preview on #8F96CD background

This text has white color on #8F96CD background.