COLOR #8BA5BF

HEX: #8BA5BF
RGB: (139,165,191)

Color info

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

RGB color model

#8BA5BF color RGB value is (139,165,191).

  • red value is 139;
  • green value is 165;
  • blue value is 191.
RGB:
(139,165,191)
(55%,65%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 191 of 255 = 75%

139
165
191

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

Portions of RGB colors in percentages

R + G + B =
139 + 165 + 191 = 495 (100%)
R 139 of 495 ~ 28.08%
G 165 of 495 ~ 33.33%
B 191 of 495 ~ 38.59%

%28.08
%33.33
%38.59

CMYK color model

#8BA5BF color CMYK value is (27,14,0,25).

  • cyan value is 27.23%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,14,0,25)
C27M14Y0K25 
(27%,14%,0%,25%)
(0.27/0.14/0.00/0.25)	

CMYK percentages

%27.23
%13.61
%0
%25.1

Codes

Color #8BA5BF in popluar color models

8BA5BF
RGB139165191
HSL210°28.89%64.71%
HSB/HSV210°27.23%74.90%
CMYK27.23%13.61%0.00%
25.10%

Color #8BA5BF in popluar number systems.

HEX8BA5BF
Decimal139165191
Binary100010111010010110111111
Octal213245277

Shades and tints

Shades of #8BA5BF

#8BA5BF
(139,165,191)
#7F96AE
(127,150,174)
#73879D
(115,135,157)
#67788C
(103,120,140)
#5B697B
(91,105,123)
#4F5A6A
(79,90,106)
#434B59
(67,75,89)
#373C48
(55,60,72)
#2B2D37
(43,45,55)
#1F1E26
(31,30,38)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #8BA5BF

#8BA5BF
(139,165,191)
#95ADC4
(149,173,196)
#9FB5C9
(159,181,201)
#A9BDCE
(169,189,206)
#B3C5D3
(179,197,211)
#BDCDD8
(189,205,216)
#C7D5DD
(199,213,221)
#D1DDE2
(209,221,226)
#DBE5E7
(219,229,231)
#E5EDEC
(229,237,236)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA5BF color. Also use rgb(139,165,191) instead hex code.

Text Font Color

.myTextColor { color: #8BA5BF; }

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

This text font color is #8BA5BF.


Background Color

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

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

This div background color is #8BA5BF.


Border color

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

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

This div border color is #8BA5BF.


Opacity

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

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

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

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

This text has shadow with #8BA5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA5BF on black background.


Color preview on white background

This text has color #8BA5BF on white background.



Black color preview on #8BA5BF background

This text has black color on #8BA5BF background.


White color preview on #8BA5BF background

This text has white color on #8BA5BF background.