COLOR #8B9FC6

HEX: #8B9FC6
RGB: (139,159,198)

Color info

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

RGB color model

#8B9FC6 color RGB value is (139,159,198).

  • red value is 139;
  • green value is 159;
  • blue value is 198.
RGB:
(139,159,198)
(55%,62%,78%)

RGB channels and saturation

R 139 of 255 = 55%
G 159 of 255 = 62%
B 198 of 255 = 78%

139
159
198

R + G + B ~ 65%. #8B9FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 159 + 198 = 496 (100%)
R 139 of 496 ~ 28.02%
G 159 of 496 ~ 32.06%
B 198 of 496 ~ 39.92%

%28.02
%32.06
%39.92

CMYK color model

#8B9FC6 color CMYK value is (30,20,0,22).

  • cyan value is 29.80%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(30,20,0,22)
C30M20Y0K22 
(30%,20%,0%,22%)
(0.30/0.20/0.00/0.22)	

CMYK percentages

%29.8
%19.7
%0
%22.35

Codes

Color #8B9FC6 in popluar color models

8B9FC6
RGB139159198
HSL220°34.10%66.08%
HSB/HSV220°29.80%77.65%
CMYK29.80%19.70%0.00%
22.35%

Color #8B9FC6 in popluar number systems.

HEX8B9FC6
Decimal139159198
Binary100010111001111111000110
Octal213237306

Shades and tints

Shades of #8B9FC6

#8B9FC6
(139,159,198)
#7F91B4
(127,145,180)
#7383A2
(115,131,162)
#677590
(103,117,144)
#5B677E
(91,103,126)
#4F596C
(79,89,108)
#434B5A
(67,75,90)
#373D48
(55,61,72)
#2B2F36
(43,47,54)
#1F2124
(31,33,36)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #8B9FC6

#8B9FC6
(139,159,198)
#95A7CB
(149,167,203)
#9FAFD0
(159,175,208)
#A9B7D5
(169,183,213)
#B3BFDA
(179,191,218)
#BDC7DF
(189,199,223)
#C7CFE4
(199,207,228)
#D1D7E9
(209,215,233)
#DBDFEE
(219,223,238)
#E5E7F3
(229,231,243)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9FC6 color. Also use rgb(139,159,198) instead hex code.

Text Font Color

.myTextColor { color: #8B9FC6; }

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

This text font color is #8B9FC6.


Background Color

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

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

This div background color is #8B9FC6.


Border color

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

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

This div border color is #8B9FC6.


Opacity

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

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

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

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

This text has shadow with #8B9FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9FC6 on black background.


Color preview on white background

This text has color #8B9FC6 on white background.



Black color preview on #8B9FC6 background

This text has black color on #8B9FC6 background.


White color preview on #8B9FC6 background

This text has white color on #8B9FC6 background.