COLOR #8B9DBE

HEX: #8B9DBE
RGB: (139,157,190)

Color info

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

RGB color model

#8B9DBE color RGB value is (139,157,190).

  • red value is 139;
  • green value is 157;
  • blue value is 190.
RGB:
(139,157,190)
(55%,62%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 190 of 255 = 75%

139
157
190

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

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 190 = 486 (100%)
R 139 of 486 ~ 28.6%
G 157 of 486 ~ 32.3%
B 190 of 486 ~ 39.09%

%28.6
%32.3
%39.09

CMYK color model

#8B9DBE color CMYK value is (27,17,0,25).

  • cyan value is 26.84%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,17,0,25)
C27M17Y0K25 
(27%,17%,0%,25%)
(0.27/0.17/0.00/0.25)	

CMYK percentages

%26.84
%17.37
%0
%25.49

Codes

Color #8B9DBE in popluar color models

8B9DBE
RGB139157190
HSL219°28.18%64.51%
HSB/HSV219°26.84%74.51%
CMYK26.84%17.37%0.00%
25.49%

Color #8B9DBE in popluar number systems.

HEX8B9DBE
Decimal139157190
Binary100010111001110110111110
Octal213235276

Shades and tints

Shades of #8B9DBE

#8B9DBE
(139,157,190)
#7F8FAD
(127,143,173)
#73819C
(115,129,156)
#67738B
(103,115,139)
#5B657A
(91,101,122)
#4F5769
(79,87,105)
#434958
(67,73,88)
#373B47
(55,59,71)
#2B2D36
(43,45,54)
#1F1F25
(31,31,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8B9DBE

#8B9DBE
(139,157,190)
#95A5C3
(149,165,195)
#9FADC8
(159,173,200)
#A9B5CD
(169,181,205)
#B3BDD2
(179,189,210)
#BDC5D7
(189,197,215)
#C7CDDC
(199,205,220)
#D1D5E1
(209,213,225)
#DBDDE6
(219,221,230)
#E5E5EB
(229,229,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9DBE color. Also use rgb(139,157,190) instead hex code.

Text Font Color

.myTextColor { color: #8B9DBE; }

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

This text font color is #8B9DBE.


Background Color

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

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

This div background color is #8B9DBE.


Border color

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

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

This div border color is #8B9DBE.


Opacity

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

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

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

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

This text has shadow with #8B9DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9DBE on black background.


Color preview on white background

This text has color #8B9DBE on white background.



Black color preview on #8B9DBE background

This text has black color on #8B9DBE background.


White color preview on #8B9DBE background

This text has white color on #8B9DBE background.