COLOR #8BA9BB

HEX: #8BA9BB
RGB: (139,169,187)

Color info

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

RGB color model

#8BA9BB color RGB value is (139,169,187).

  • red value is 139;
  • green value is 169;
  • blue value is 187.
RGB:
(139,169,187)
(55%,66%,73%)

RGB channels and saturation

R 139 of 255 = 55%
G 169 of 255 = 66%
B 187 of 255 = 73%

139
169
187

R + G + B ~ 65%. #8BA9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 169 + 187 = 495 (100%)
R 139 of 495 ~ 28.08%
G 169 of 495 ~ 34.14%
B 187 of 495 ~ 37.78%

%28.08
%34.14
%37.78

CMYK color model

#8BA9BB color CMYK value is (26,10,0,27).

  • cyan value is 25.67%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(26,10,0,27)
C26M10Y0K27 
(26%,10%,0%,27%)
(0.26/0.10/0.00/0.27)	

CMYK percentages

%25.67
%9.63
%0
%26.67

Codes

Color #8BA9BB in popluar color models

8BA9BB
RGB139169187
HSL203°26.09%63.92%
HSB/HSV203°25.67%73.33%
CMYK25.67%9.63%0.00%
26.67%

Color #8BA9BB in popluar number systems.

HEX8BA9BB
Decimal139169187
Binary100010111010100110111011
Octal213251273

Shades and tints

Shades of #8BA9BB

#8BA9BB
(139,169,187)
#7F9AAA
(127,154,170)
#738B99
(115,139,153)
#677C88
(103,124,136)
#5B6D77
(91,109,119)
#4F5E66
(79,94,102)
#434F55
(67,79,85)
#374044
(55,64,68)
#2B3133
(43,49,51)
#1F2222
(31,34,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #8BA9BB

#8BA9BB
(139,169,187)
#95B0C1
(149,176,193)
#9FB7C7
(159,183,199)
#A9BECD
(169,190,205)
#B3C5D3
(179,197,211)
#BDCCD9
(189,204,217)
#C7D3DF
(199,211,223)
#D1DAE5
(209,218,229)
#DBE1EB
(219,225,235)
#E5E8F1
(229,232,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA9BB color. Also use rgb(139,169,187) instead hex code.

Text Font Color

.myTextColor { color: #8BA9BB; }

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

This text font color is #8BA9BB.


Background Color

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

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

This div background color is #8BA9BB.


Border color

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

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

This div border color is #8BA9BB.


Opacity

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

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

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

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

This text has shadow with #8BA9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA9BB on black background.


Color preview on white background

This text has color #8BA9BB on white background.



Black color preview on #8BA9BB background

This text has black color on #8BA9BB background.


White color preview on #8BA9BB background

This text has white color on #8BA9BB background.