COLOR #8BA3B1

HEX: #8BA3B1 RGB: (139,163,177)

Color info

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

RGB color model

#8BA3B1 color RGB value is (139,163,177).

RGB: (139,163,177) (55%, 64%, 69%)

RGB channels and saturation

R 139 of 255 = 55%
G 163 of 255 = 64%
B 177 of 255 = 69%

139
163
177

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

Portions of RGB colors in percentages

R + G + B = 139 + 163 + 177 = 479 (100%)
R 139 of 479 ~ 29.02%
G 163 of 479 ~ 34.03%
B 177 of 479 ~ 36.95'%

%29.02
%34.03
%36.95

CMYK color model

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

  • cyan value is 21.47%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (21,8,0,31)
C21M8Y0K31 (21%, 8%, 0%, 31%)
(0.21 / 0.08 / 0.00 / 0.31)

CMYK percentages

%21.47
%7.91
%0
%30.59

Codes

Color #8BA3B1 in popluar color models

8B A3 B1
RGB 139 163 177
HSL 202° 19.59% 61.96%
HSB/HSV 202° 21.47% 69.41%
CMYK 21.47% 7.91% 0.00%
30.59%

Color #8BA3B1 in popluar number systems.

HEX 8B A3 B1
Decimal 139 163 177
Binary 10001011 10100011 10110001
Octal 213 243 261

Shades and tints

Shades of #8BA3B1

#8BA3B1
(139,163,177)
#7F95A1
(127,149,161)
#738791
(115,135,145)
#677981
(103,121,129)
#5B6B71
(91,107,113)
#4F5D61
(79,93,97)
#434F51
(67,79,81)
#374141
(55,65,65)
#2B3331
(43,51,49)
#1F2521
(31,37,33)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #8BA3B1

#8BA3B1
(139,163,177)
#95ABB8
(149,171,184)
#9FB3BF
(159,179,191)
#A9BBC6
(169,187,198)
#B3C3CD
(179,195,205)
#BDCBD4
(189,203,212)
#C7D3DB
(199,211,219)
#D1DBE2
(209,219,226)
#DBE3E9
(219,227,233)
#E5EBF0
(229,235,240)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA3B1; }

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

This text font color is #8BA3B1.

Background Color

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

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

This div background color is #8BA3B1.

Border color

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

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

This div border color is #8BA3B1.

Opacity

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

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

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

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

This text has shadow with #8BA3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA3B1.

Preview

Color preview on black background

This text has color #8BA3B1 on black background.


Color preview on white background

This text has color #8BA3B1 on white background.


Black color preview on #8BA3B1 background

This text has black color on #8BA3B1 background.


White color preview on #8BA3B1 background

This text has white color on #8BA3B1 background.


Related colors

Complementary color

Complementary color for #hex is #745C4E.


I love getcolorcode.com

Triadic colors

1 #B18BA3 and #A3B18B with #8BA3B1 are triadic colors.

2 #B1A38B and #A38BB1 with #8BA3B1 are triadic colors.