COLOR #8B9DD0

HEX: #8B9DD0
RGB: (139,157,208)

Color info

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

RGB color model

#8B9DD0 color RGB value is (139,157,208).

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

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 208 of 255 = 82%

139
157
208

R + G + B ~ 66%. #8B9DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 208 = 504 (100%)
R 139 of 504 ~ 27.58%
G 157 of 504 ~ 31.15%
B 208 of 504 ~ 41.27%

%27.58
%31.15
%41.27

CMYK color model

#8B9DD0 color CMYK value is (33,25,0,18).

  • cyan value is 33.17%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(33,25,0,18)
C33M25Y0K18 
(33%,25%,0%,18%)
(0.33/0.25/0.00/0.18)	

CMYK percentages

%33.17
%24.52
%0
%18.43

Codes

Color #8B9DD0 in popluar color models

8B9DD0
RGB139157208
HSL224°42.33%68.04%
HSB/HSV224°33.17%81.57%
CMYK33.17%24.52%0.00%
18.43%

Color #8B9DD0 in popluar number systems.

HEX8B9DD0
Decimal139157208
Binary100010111001110111010000
Octal213235320

Shades and tints

Shades of #8B9DD0

#8B9DD0
(139,157,208)
#7F8FBE
(127,143,190)
#7381AC
(115,129,172)
#67739A
(103,115,154)
#5B6588
(91,101,136)
#4F5776
(79,87,118)
#434964
(67,73,100)
#373B52
(55,59,82)
#2B2D40
(43,45,64)
#1F1F2E
(31,31,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #8B9DD0

#8B9DD0
(139,157,208)
#95A5D4
(149,165,212)
#9FADD8
(159,173,216)
#A9B5DC
(169,181,220)
#B3BDE0
(179,189,224)
#BDC5E4
(189,197,228)
#C7CDE8
(199,205,232)
#D1D5EC
(209,213,236)
#DBDDF0
(219,221,240)
#E5E5F4
(229,229,244)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9DD0; }

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

This text font color is #8B9DD0.


Background Color

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

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

This div background color is #8B9DD0.


Border color

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

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

This div border color is #8B9DD0.


Opacity

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

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

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

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

This text has shadow with #8B9DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9DD0 on black background.


Color preview on white background

This text has color #8B9DD0 on white background.



Black color preview on #8B9DD0 background

This text has black color on #8B9DD0 background.


White color preview on #8B9DD0 background

This text has white color on #8B9DD0 background.