COLOR #8B9FC3

HEX: #8B9FC3
RGB: (139,159,195)

Color info

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

RGB color model

#8B9FC3 color RGB value is (139,159,195).

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

RGB channels and saturation

R 139 of 255 = 55%
G 159 of 255 = 62%
B 195 of 255 = 76%

139
159
195

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

Portions of RGB colors in percentages

R + G + B =
139 + 159 + 195 = 493 (100%)
R 139 of 493 ~ 28.19%
G 159 of 493 ~ 32.25%
B 195 of 493 ~ 39.55%

%28.19
%32.25
%39.55

CMYK color model

#8B9FC3 color CMYK value is (29,18,0,24).

  • cyan value is 28.72%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(29,18,0,24)
C29M18Y0K24 
(29%,18%,0%,24%)
(0.29/0.18/0.00/0.24)	

CMYK percentages

%28.72
%18.46
%0
%23.53

Codes

Color #8B9FC3 in popluar color models

8B9FC3
RGB139159195
HSL219°31.82%65.49%
HSB/HSV219°28.72%76.47%
CMYK28.72%18.46%0.00%
23.53%

Color #8B9FC3 in popluar number systems.

HEX8B9FC3
Decimal139159195
Binary100010111001111111000011
Octal213237303

Shades and tints

Shades of #8B9FC3

#8B9FC3
(139,159,195)
#7F91B2
(127,145,178)
#7383A1
(115,131,161)
#677590
(103,117,144)
#5B677F
(91,103,127)
#4F596E
(79,89,110)
#434B5D
(67,75,93)
#373D4C
(55,61,76)
#2B2F3B
(43,47,59)
#1F212A
(31,33,42)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #8B9FC3

#8B9FC3
(139,159,195)
#95A7C8
(149,167,200)
#9FAFCD
(159,175,205)
#A9B7D2
(169,183,210)
#B3BFD7
(179,191,215)
#BDC7DC
(189,199,220)
#C7CFE1
(199,207,225)
#D1D7E6
(209,215,230)
#DBDFEB
(219,223,235)
#E5E7F0
(229,231,240)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9FC3; }

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

This text font color is #8B9FC3.


Background Color

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

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

This div background color is #8B9FC3.


Border color

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

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

This div border color is #8B9FC3.


Opacity

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

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

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

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

This text has shadow with #8B9FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9FC3 on black background.


Color preview on white background

This text has color #8B9FC3 on white background.



Black color preview on #8B9FC3 background

This text has black color on #8B9FC3 background.


White color preview on #8B9FC3 background

This text has white color on #8B9FC3 background.