COLOR #8F89B6

HEX: #8F89B6
RGB: (143,137,182)

Color info

#8F89B6 contains red, green and blue colors in about the same proportion. Web safe color of #8F89B6 is #9999CC (or #99C).

RGB color model

#8F89B6 color RGB value is (143,137,182).

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

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 182 of 255 = 71%

143
137
182

R + G + B ~ 60%. #8F89B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 182 = 462 (100%)
R 143 of 462 ~ 30.95%
G 137 of 462 ~ 29.65%
B 182 of 462 ~ 39.39%

%30.95
%29.65
%39.39

CMYK color model

#8F89B6 color CMYK value is (21,25,0,29).

  • cyan value is 21.43%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(21,25,0,29)
C21M25Y0K29 
(21%,25%,0%,29%)
(0.21/0.25/0.00/0.29)	

CMYK percentages

%21.43
%24.73
%0
%28.63

Codes

Color #8F89B6 in popluar color models

8F89B6
RGB143137182
HSL248°23.56%62.55%
HSB/HSV248°24.73%71.37%
CMYK21.43%24.73%0.00%
28.63%

Color #8F89B6 in popluar number systems.

HEX8F89B6
Decimal143137182
Binary100011111000100110110110
Octal217211266

Shades and tints

Shades of #8F89B6

#8F89B6
(143,137,182)
#827DA6
(130,125,166)
#757196
(117,113,150)
#686586
(104,101,134)
#5B5976
(91,89,118)
#4E4D66
(78,77,102)
#414156
(65,65,86)
#343546
(52,53,70)
#272936
(39,41,54)
#1A1D26
(26,29,38)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8F89B6

#8F89B6
(143,137,182)
#9993BC
(153,147,188)
#A39DC2
(163,157,194)
#ADA7C8
(173,167,200)
#B7B1CE
(183,177,206)
#C1BBD4
(193,187,212)
#CBC5DA
(203,197,218)
#D5CFE0
(213,207,224)
#DFD9E6
(223,217,230)
#E9E3EC
(233,227,236)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F89B6; }

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

This text font color is #8F89B6.


Background Color

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

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

This div background color is #8F89B6.


Border color

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

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

This div border color is #8F89B6.


Opacity

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

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

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

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

This text has shadow with #8F89B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F89B6 on black background.


Color preview on white background

This text has color #8F89B6 on white background.



Black color preview on #8F89B6 background

This text has black color on #8F89B6 background.


White color preview on #8F89B6 background

This text has white color on #8F89B6 background.