COLOR #8B9BB4

HEX: #8B9BB4
RGB: (139,155,180)

Color info

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

RGB color model

#8B9BB4 color RGB value is (139,155,180).

  • red value is 139;
  • green value is 155;
  • blue value is 180.
RGB:
(139,155,180)
(55%,61%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 155 of 255 = 61%
B 180 of 255 = 71%

139
155
180

R + G + B ~ 62%. #8B9BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 155 + 180 = 474 (100%)
R 139 of 474 ~ 29.32%
G 155 of 474 ~ 32.7%
B 180 of 474 ~ 37.97%

%29.32
%32.7
%37.97

CMYK color model

#8B9BB4 color CMYK value is (23,14,0,29).

  • cyan value is 22.78%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(23,14,0,29)
C23M14Y0K29 
(23%,14%,0%,29%)
(0.23/0.14/0.00/0.29)	

CMYK percentages

%22.78
%13.89
%0
%29.41

Codes

Color #8B9BB4 in popluar color models

8B9BB4
RGB139155180
HSL217°21.47%62.55%
HSB/HSV217°22.78%70.59%
CMYK22.78%13.89%0.00%
29.41%

Color #8B9BB4 in popluar number systems.

HEX8B9BB4
Decimal139155180
Binary100010111001101110110100
Octal213233264

Shades and tints

Shades of #8B9BB4

#8B9BB4
(139,155,180)
#7F8DA4
(127,141,164)
#737F94
(115,127,148)
#677184
(103,113,132)
#5B6374
(91,99,116)
#4F5564
(79,85,100)
#434754
(67,71,84)
#373944
(55,57,68)
#2B2B34
(43,43,52)
#1F1D24
(31,29,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #8B9BB4

#8B9BB4
(139,155,180)
#95A4BA
(149,164,186)
#9FADC0
(159,173,192)
#A9B6C6
(169,182,198)
#B3BFCC
(179,191,204)
#BDC8D2
(189,200,210)
#C7D1D8
(199,209,216)
#D1DADE
(209,218,222)
#DBE3E4
(219,227,228)
#E5ECEA
(229,236,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9BB4; }

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

This text font color is #8B9BB4.


Background Color

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

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

This div background color is #8B9BB4.


Border color

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

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

This div border color is #8B9BB4.


Opacity

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

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

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

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

This text has shadow with #8B9BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9BB4 on black background.


Color preview on white background

This text has color #8B9BB4 on white background.



Black color preview on #8B9BB4 background

This text has black color on #8B9BB4 background.


White color preview on #8B9BB4 background

This text has white color on #8B9BB4 background.