COLOR #8F89BA

HEX: #8F89BA
RGB: (143,137,186)

Color info

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

RGB color model

#8F89BA color RGB value is (143,137,186).

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

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 186 of 255 = 73%

143
137
186

R + G + B ~ 61%. #8F89BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 186 = 466 (100%)
R 143 of 466 ~ 30.69%
G 137 of 466 ~ 29.4%
B 186 of 466 ~ 39.91%

%30.69
%29.4
%39.91

CMYK color model

#8F89BA color CMYK value is (23,26,0,27).

  • cyan value is 23.12%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(23,26,0,27)
C23M26Y0K27 
(23%,26%,0%,27%)
(0.23/0.26/0.00/0.27)	

CMYK percentages

%23.12
%26.34
%0
%27.06

Codes

Color #8F89BA in popluar color models

8F89BA
RGB143137186
HSL247°26.20%63.33%
HSB/HSV247°26.34%72.94%
CMYK23.12%26.34%0.00%
27.06%

Color #8F89BA in popluar number systems.

HEX8F89BA
Decimal143137186
Binary100011111000100110111010
Octal217211272

Shades and tints

Shades of #8F89BA

#8F89BA
(143,137,186)
#827DAA
(130,125,170)
#75719A
(117,113,154)
#68658A
(104,101,138)
#5B597A
(91,89,122)
#4E4D6A
(78,77,106)
#41415A
(65,65,90)
#34354A
(52,53,74)
#27293A
(39,41,58)
#1A1D2A
(26,29,42)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #8F89BA

#8F89BA
(143,137,186)
#9993C0
(153,147,192)
#A39DC6
(163,157,198)
#ADA7CC
(173,167,204)
#B7B1D2
(183,177,210)
#C1BBD8
(193,187,216)
#CBC5DE
(203,197,222)
#D5CFE4
(213,207,228)
#DFD9EA
(223,217,234)
#E9E3F0
(233,227,240)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F89BA; }

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

This text font color is #8F89BA.


Background Color

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

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

This div background color is #8F89BA.


Border color

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

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

This div border color is #8F89BA.


Opacity

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

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

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

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

This text has shadow with #8F89BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F89BA on black background.


Color preview on white background

This text has color #8F89BA on white background.



Black color preview on #8F89BA background

This text has black color on #8F89BA background.


White color preview on #8F89BA background

This text has white color on #8F89BA background.