COLOR #8F89CB

HEX: #8F89CB
RGB: (143,137,203)

Color info

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

RGB color model

#8F89CB color RGB value is (143,137,203).

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

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 203 of 255 = 80%

143
137
203

R + G + B ~ 63%. #8F89CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 203 = 483 (100%)
R 143 of 483 ~ 29.61%
G 137 of 483 ~ 28.36%
B 203 of 483 ~ 42.03%

%29.61
%28.36
%42.03

CMYK color model

#8F89CB color CMYK value is (30,33,0,20).

  • cyan value is 29.56%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,33,0,20)
C30M33Y0K20 
(30%,33%,0%,20%)
(0.30/0.33/0.00/0.20)	

CMYK percentages

%29.56
%32.51
%0
%20.39

Codes

Color #8F89CB in popluar color models

8F89CB
RGB143137203
HSL245°38.82%66.67%
HSB/HSV245°32.51%79.61%
CMYK29.56%32.51%0.00%
20.39%

Color #8F89CB in popluar number systems.

HEX8F89CB
Decimal143137203
Binary100011111000100111001011
Octal217211313

Shades and tints

Shades of #8F89CB

#8F89CB
(143,137,203)
#827DB9
(130,125,185)
#7571A7
(117,113,167)
#686595
(104,101,149)
#5B5983
(91,89,131)
#4E4D71
(78,77,113)
#41415F
(65,65,95)
#34354D
(52,53,77)
#27293B
(39,41,59)
#1A1D29
(26,29,41)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #8F89CB

#8F89CB
(143,137,203)
#9993CF
(153,147,207)
#A39DD3
(163,157,211)
#ADA7D7
(173,167,215)
#B7B1DB
(183,177,219)
#C1BBDF
(193,187,223)
#CBC5E3
(203,197,227)
#D5CFE7
(213,207,231)
#DFD9EB
(223,217,235)
#E9E3EF
(233,227,239)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F89CB; }

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

This text font color is #8F89CB.


Background Color

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

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

This div background color is #8F89CB.


Border color

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

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

This div border color is #8F89CB.


Opacity

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

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

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

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

This text has shadow with #8F89CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F89CB on black background.


Color preview on white background

This text has color #8F89CB on white background.



Black color preview on #8F89CB background

This text has black color on #8F89CB background.


White color preview on #8F89CB background

This text has white color on #8F89CB background.