COLOR #8BA6B1

HEX: #8BA6B1
RGB: (139,166,177)

Color info

#8BA6B1 contains red, green and blue colors in about the same proportion. Web safe color of #8BA6B1 is #999999 (or #999).

RGB color model

#8BA6B1 color RGB value is (139,166,177).

  • red value is 139;
  • green value is 166;
  • blue value is 177.
RGB:
(139,166,177)
(55%,65%,69%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 177 of 255 = 69%

139
166
177

R + G + B ~ 63%. #8BA6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 166 + 177 = 482 (100%)
R 139 of 482 ~ 28.84%
G 166 of 482 ~ 34.44%
B 177 of 482 ~ 36.72%

%28.84
%34.44
%36.72

CMYK color model

#8BA6B1 color CMYK value is (21,6,0,31).

  • cyan value is 21.47%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(21,6,0,31)
C21M6Y0K31 
(21%,6%,0%,31%)
(0.21/0.06/0.00/0.31)	

CMYK percentages

%21.47
%6.21
%0
%30.59

Codes

Color #8BA6B1 in popluar color models

8BA6B1
RGB139166177
HSL197°19.59%61.96%
HSB/HSV197°21.47%69.41%
CMYK21.47%6.21%0.00%
30.59%

Color #8BA6B1 in popluar number systems.

HEX8BA6B1
Decimal139166177
Binary100010111010011010110001
Octal213246261

Shades and tints

Shades of #8BA6B1

#8BA6B1
(139,166,177)
#7F97A1
(127,151,161)
#738891
(115,136,145)
#677981
(103,121,129)
#5B6A71
(91,106,113)
#4F5B61
(79,91,97)
#434C51
(67,76,81)
#373D41
(55,61,65)
#2B2E31
(43,46,49)
#1F1F21
(31,31,33)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8BA6B1

#8BA6B1
(139,166,177)
#95AEB8
(149,174,184)
#9FB6BF
(159,182,191)
#A9BEC6
(169,190,198)
#B3C6CD
(179,198,205)
#BDCED4
(189,206,212)
#C7D6DB
(199,214,219)
#D1DEE2
(209,222,226)
#DBE6E9
(219,230,233)
#E5EEF0
(229,238,240)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA6B1 color. Also use rgb(139,166,177) instead hex code.

Text Font Color

.myTextColor { color: #8BA6B1; }

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

This text font color is #8BA6B1.


Background Color

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

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

This div background color is #8BA6B1.


Border color

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

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

This div border color is #8BA6B1.


Opacity

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

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

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

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

This text has shadow with #8BA6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA6B1 on black background.


Color preview on white background

This text has color #8BA6B1 on white background.



Black color preview on #8BA6B1 background

This text has black color on #8BA6B1 background.


White color preview on #8BA6B1 background

This text has white color on #8BA6B1 background.