COLOR #8B9DC2

HEX: #8B9DC2
RGB: (139,157,194)

Color info

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

RGB color model

#8B9DC2 color RGB value is (139,157,194).

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

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 194 of 255 = 76%

139
157
194

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

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 194 = 490 (100%)
R 139 of 490 ~ 28.37%
G 157 of 490 ~ 32.04%
B 194 of 490 ~ 39.59%

%28.37
%32.04
%39.59

CMYK color model

#8B9DC2 color CMYK value is (28,19,0,24).

  • cyan value is 28.35%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(28,19,0,24)
C28M19Y0K24 
(28%,19%,0%,24%)
(0.28/0.19/0.00/0.24)	

CMYK percentages

%28.35
%19.07
%0
%23.92

Codes

Color #8B9DC2 in popluar color models

8B9DC2
RGB139157194
HSL220°31.07%65.29%
HSB/HSV220°28.35%76.08%
CMYK28.35%19.07%0.00%
23.92%

Color #8B9DC2 in popluar number systems.

HEX8B9DC2
Decimal139157194
Binary100010111001110111000010
Octal213235302

Shades and tints

Shades of #8B9DC2

#8B9DC2
(139,157,194)
#7F8FB1
(127,143,177)
#7381A0
(115,129,160)
#67738F
(103,115,143)
#5B657E
(91,101,126)
#4F576D
(79,87,109)
#43495C
(67,73,92)
#373B4B
(55,59,75)
#2B2D3A
(43,45,58)
#1F1F29
(31,31,41)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #8B9DC2

#8B9DC2
(139,157,194)
#95A5C7
(149,165,199)
#9FADCC
(159,173,204)
#A9B5D1
(169,181,209)
#B3BDD6
(179,189,214)
#BDC5DB
(189,197,219)
#C7CDE0
(199,205,224)
#D1D5E5
(209,213,229)
#DBDDEA
(219,221,234)
#E5E5EF
(229,229,239)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9DC2; }

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

This text font color is #8B9DC2.


Background Color

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

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

This div background color is #8B9DC2.


Border color

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

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

This div border color is #8B9DC2.


Opacity

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

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

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

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

This text has shadow with #8B9DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9DC2 on black background.


Color preview on white background

This text has color #8B9DC2 on white background.



Black color preview on #8B9DC2 background

This text has black color on #8B9DC2 background.


White color preview on #8B9DC2 background

This text has white color on #8B9DC2 background.