COLOR #8F96D5

HEX: #8F96D5
RGB: (143,150,213)

Color info

#8F96D5 contains mainly blue color. Web safe color of #8F96D5 is #9999CC (or #99C).

RGB color model

#8F96D5 color RGB value is (143,150,213).

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

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 213 of 255 = 84%

143
150
213

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 213 = 506 (100%)
R 143 of 506 ~ 28.26%
G 150 of 506 ~ 29.64%
B 213 of 506 ~ 42.09%

%28.26
%29.64
%42.09

CMYK color model

#8F96D5 color CMYK value is (33,30,0,16).

  • cyan value is 32.86%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(33,30,0,16)
C33M30Y0K16 
(33%,30%,0%,16%)
(0.33/0.30/0.00/0.16)	

CMYK percentages

%32.86
%29.58
%0
%16.47

Codes

Color #8F96D5 in popluar color models

8F96D5
RGB143150213
HSL234°45.45%69.80%
HSB/HSV234°32.86%83.53%
CMYK32.86%29.58%0.00%
16.47%

Color #8F96D5 in popluar number systems.

HEX8F96D5
Decimal143150213
Binary100011111001011011010101
Octal217226325

Shades and tints

Shades of #8F96D5

#8F96D5
(143,150,213)
#8289C2
(130,137,194)
#757CAF
(117,124,175)
#686F9C
(104,111,156)
#5B6289
(91,98,137)
#4E5576
(78,85,118)
#414863
(65,72,99)
#343B50
(52,59,80)
#272E3D
(39,46,61)
#1A212A
(26,33,42)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8F96D5

#8F96D5
(143,150,213)
#999FD8
(153,159,216)
#A3A8DB
(163,168,219)
#ADB1DE
(173,177,222)
#B7BAE1
(183,186,225)
#C1C3E4
(193,195,228)
#CBCCE7
(203,204,231)
#D5D5EA
(213,213,234)
#DFDEED
(223,222,237)
#E9E7F0
(233,231,240)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F96D5; }

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

This text font color is #8F96D5.


Background Color

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

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

This div background color is #8F96D5.


Border color

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

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

This div border color is #8F96D5.


Opacity

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

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

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

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

This text has shadow with #8F96D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F96D5 on black background.


Color preview on white background

This text has color #8F96D5 on white background.



Black color preview on #8F96D5 background

This text has black color on #8F96D5 background.


White color preview on #8F96D5 background

This text has white color on #8F96D5 background.