COLOR #8F90CE

HEX: #8F90CE
RGB: (143,144,206)

Color info

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

RGB color model

#8F90CE color RGB value is (143,144,206).

  • red value is 143;
  • green value is 144;
  • blue value is 206.
RGB:
(143,144,206)
(56%,56%,81%)

RGB channels and saturation

R 143 of 255 = 56%
G 144 of 255 = 56%
B 206 of 255 = 81%

143
144
206

R + G + B ~ 64%. #8F90CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 144 + 206 = 493 (100%)
R 143 of 493 ~ 29.01%
G 144 of 493 ~ 29.21%
B 206 of 493 ~ 41.78%

%29.01
%29.21
%41.78

CMYK color model

#8F90CE color CMYK value is (31,30,0,19).

  • cyan value is 30.58%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(31,30,0,19)
C31M30Y0K19 
(31%,30%,0%,19%)
(0.31/0.30/0.00/0.19)	

CMYK percentages

%30.58
%30.1
%0
%19.22

Codes

Color #8F90CE in popluar color models

8F90CE
RGB143144206
HSL239°39.13%68.43%
HSB/HSV239°30.58%80.78%
CMYK30.58%30.10%0.00%
19.22%

Color #8F90CE in popluar number systems.

HEX8F90CE
Decimal143144206
Binary100011111001000011001110
Octal217220316

Shades and tints

Shades of #8F90CE

#8F90CE
(143,144,206)
#8283BC
(130,131,188)
#7576AA
(117,118,170)
#686998
(104,105,152)
#5B5C86
(91,92,134)
#4E4F74
(78,79,116)
#414262
(65,66,98)
#343550
(52,53,80)
#27283E
(39,40,62)
#1A1B2C
(26,27,44)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #8F90CE

#8F90CE
(143,144,206)
#999AD2
(153,154,210)
#A3A4D6
(163,164,214)
#ADAEDA
(173,174,218)
#B7B8DE
(183,184,222)
#C1C2E2
(193,194,226)
#CBCCE6
(203,204,230)
#D5D6EA
(213,214,234)
#DFE0EE
(223,224,238)
#E9EAF2
(233,234,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F90CE color. Also use rgb(143,144,206) instead hex code.

Text Font Color

.myTextColor { color: #8F90CE; }

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

This text font color is #8F90CE.


Background Color

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

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

This div background color is #8F90CE.


Border color

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

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

This div border color is #8F90CE.


Opacity

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

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

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

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

This text has shadow with #8F90CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F90CE on black background.


Color preview on white background

This text has color #8F90CE on white background.



Black color preview on #8F90CE background

This text has black color on #8F90CE background.


White color preview on #8F90CE background

This text has white color on #8F90CE background.