COLOR #8B9DD3

HEX: #8B9DD3
RGB: (139,157,211)

Color info

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

RGB color model

#8B9DD3 color RGB value is (139,157,211).

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

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 211 of 255 = 83%

139
157
211

R + G + B ~ 67%. #8B9DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 211 = 507 (100%)
R 139 of 507 ~ 27.42%
G 157 of 507 ~ 30.97%
B 211 of 507 ~ 41.62%

%27.42
%30.97
%41.62

CMYK color model

#8B9DD3 color CMYK value is (34,26,0,17).

  • cyan value is 34.12%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(34,26,0,17)
C34M26Y0K17 
(34%,26%,0%,17%)
(0.34/0.26/0.00/0.17)	

CMYK percentages

%34.12
%25.59
%0
%17.25

Codes

Color #8B9DD3 in popluar color models

8B9DD3
RGB139157211
HSL225°45.00%68.63%
HSB/HSV225°34.12%82.75%
CMYK34.12%25.59%0.00%
17.25%

Color #8B9DD3 in popluar number systems.

HEX8B9DD3
Decimal139157211
Binary100010111001110111010011
Octal213235323

Shades and tints

Shades of #8B9DD3

#8B9DD3
(139,157,211)
#7F8FC0
(127,143,192)
#7381AD
(115,129,173)
#67739A
(103,115,154)
#5B6587
(91,101,135)
#4F5774
(79,87,116)
#434961
(67,73,97)
#373B4E
(55,59,78)
#2B2D3B
(43,45,59)
#1F1F28
(31,31,40)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #8B9DD3

#8B9DD3
(139,157,211)
#95A5D7
(149,165,215)
#9FADDB
(159,173,219)
#A9B5DF
(169,181,223)
#B3BDE3
(179,189,227)
#BDC5E7
(189,197,231)
#C7CDEB
(199,205,235)
#D1D5EF
(209,213,239)
#DBDDF3
(219,221,243)
#E5E5F7
(229,229,247)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9DD3; }

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

This text font color is #8B9DD3.


Background Color

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

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

This div background color is #8B9DD3.


Border color

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

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

This div border color is #8B9DD3.


Opacity

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

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

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

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

This text has shadow with #8B9DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9DD3 on black background.


Color preview on white background

This text has color #8B9DD3 on white background.



Black color preview on #8B9DD3 background

This text has black color on #8B9DD3 background.


White color preview on #8B9DD3 background

This text has white color on #8B9DD3 background.