COLOR #8B9BC0

HEX: #8B9BC0 RGB: (139,155,192)

Color info

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

RGB color model

#8B9BC0 color RGB value is (139,155,192).

RGB: (139,155,192) (55%, 61%, 75%)

RGB channels and saturation

R 139 of 255 = 55%
G 155 of 255 = 61%
B 192 of 255 = 75%

139
155
192

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

Portions of RGB colors in percentages

R + G + B = 139 + 155 + 192 = 486 (100%)
R 139 of 486 ~ 28.6%
G 155 of 486 ~ 31.89%
B 192 of 486 ~ 39.51'%

%28.6
%31.89
%39.51

CMYK color model

#8B9BC0 color CMYK value is (28,19,0,25).

  • cyan value is 27.60%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (28,19,0,25)
C28M19Y0K25 (28%, 19%, 0%, 25%)
(0.28 / 0.19 / 0.00 / 0.25)

CMYK percentages

%27.6
%19.27
%0
%24.71

Codes

Color #8B9BC0 in popluar color models

8B 9B C0
RGB 139 155 192
HSL 222° 29.61% 64.90%
HSB/HSV 222° 27.60% 75.29%
CMYK 27.60% 19.27% 0.00%
24.71%

Color #8B9BC0 in popluar number systems.

HEX 8B 9B C0
Decimal 139 155 192
Binary 10001011 10011011 11000000
Octal 213 233 300

Shades and tints

Shades of #8B9BC0

#8B9BC0
(139,155,192)
#7F8DAF
(127,141,175)
#737F9E
(115,127,158)
#67718D
(103,113,141)
#5B637C
(91,99,124)
#4F556B
(79,85,107)
#43475A
(67,71,90)
#373949
(55,57,73)
#2B2B38
(43,43,56)
#1F1D27
(31,29,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #8B9BC0

#8B9BC0
(139,155,192)
#95A4C5
(149,164,197)
#9FADCA
(159,173,202)
#A9B6CF
(169,182,207)
#B3BFD4
(179,191,212)
#BDC8D9
(189,200,217)
#C7D1DE
(199,209,222)
#D1DAE3
(209,218,227)
#DBE3E8
(219,227,232)
#E5ECED
(229,236,237)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9BC0; }

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

This text font color is #8B9BC0.

Background Color

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

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

This div background color is #8B9BC0.

Border color

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

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

This div border color is #8B9BC0.

Opacity

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

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

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

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

This text has shadow with #8B9BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9BC0.

Preview

Color preview on black background

This text has color #8B9BC0 on black background.


Color preview on white background

This text has color #8B9BC0 on white background.


Black color preview on #8B9BC0 background

This text has black color on #8B9BC0 background.


White color preview on #8B9BC0 background

This text has white color on #8B9BC0 background.


Related colors

Complementary color

Complementary color for #hex is #74643F.


I love getcolorcode.com

Triadic colors

1 #C08B9B and #9BC08B with #8B9BC0 are triadic colors.

2 #C09B8B and #9B8BC0 with #8B9BC0 are triadic colors.