COLOR #8B9BCC

HEX: #8B9BCC
RGB: (139,155,204)

Color info

#8B9BCC contains mainly green and blue colors. Web safe color of #8B9BCC is #9999CC (or #99C).

RGB color model

#8B9BCC color RGB value is (139,155,204).

  • red value is 139;
  • green value is 155;
  • blue value is 204.
RGB:
(139,155,204)
(55%,61%,80%)

RGB channels and saturation

R 139 of 255 = 55%
G 155 of 255 = 61%
B 204 of 255 = 80%

139
155
204

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

Portions of RGB colors in percentages

R + G + B =
139 + 155 + 204 = 498 (100%)
R 139 of 498 ~ 27.91%
G 155 of 498 ~ 31.12%
B 204 of 498 ~ 40.96%

%27.91
%31.12
%40.96

CMYK color model

#8B9BCC color CMYK value is (32,24,0,20).

  • cyan value is 31.86%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(32,24,0,20)
C32M24Y0K20 
(32%,24%,0%,20%)
(0.32/0.24/0.00/0.20)	

CMYK percentages

%31.86
%24.02
%0
%20

Codes

Color #8B9BCC in popluar color models

8B9BCC
RGB139155204
HSL225°38.92%67.25%
HSB/HSV225°31.86%80.00%
CMYK31.86%24.02%0.00%
20.00%

Color #8B9BCC in popluar number systems.

HEX8B9BCC
Decimal139155204
Binary100010111001101111001100
Octal213233314

Shades and tints

Shades of #8B9BCC

#8B9BCC
(139,155,204)
#7F8DBA
(127,141,186)
#737FA8
(115,127,168)
#677196
(103,113,150)
#5B6384
(91,99,132)
#4F5572
(79,85,114)
#434760
(67,71,96)
#37394E
(55,57,78)
#2B2B3C
(43,43,60)
#1F1D2A
(31,29,42)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #8B9BCC

#8B9BCC
(139,155,204)
#95A4D0
(149,164,208)
#9FADD4
(159,173,212)
#A9B6D8
(169,182,216)
#B3BFDC
(179,191,220)
#BDC8E0
(189,200,224)
#C7D1E4
(199,209,228)
#D1DAE8
(209,218,232)
#DBE3EC
(219,227,236)
#E5ECF0
(229,236,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9BCC color. Also use rgb(139,155,204) instead hex code.

Text Font Color

.myTextColor { color: #8B9BCC; }

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

This text font color is #8B9BCC.


Background Color

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

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

This div background color is #8B9BCC.


Border color

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

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

This div border color is #8B9BCC.


Opacity

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

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

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

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

This text has shadow with #8B9BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9BCC on black background.


Color preview on white background

This text has color #8B9BCC on white background.



Black color preview on #8B9BCC background

This text has black color on #8B9BCC background.


White color preview on #8B9BCC background

This text has white color on #8B9BCC background.