COLOR #8B97A6

HEX: #8B97A6 RGB: (139,151,166)

Color info

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

RGB color model

#8B97A6 color RGB value is (139,151,166).

RGB: (139,151,166) (55%, 59%, 65%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 166 of 255 = 65%

139
151
166

R + G + B ~ 60%. #8B97A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 166 = 456 (100%)
R 139 of 456 ~ 30.48%
G 151 of 456 ~ 33.11%
B 166 of 456 ~ 36.4'%

%30.48
%33.11
%36.4

CMYK color model

#8B97A6 color CMYK value is (16,9,0,35).

  • cyan value is 16.27%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (16,9,0,35)
C16M9Y0K35 (16%, 9%, 0%, 35%)
(0.16 / 0.09 / 0.00 / 0.35)

CMYK percentages

%16.27
%9.04
%0
%34.9

Codes

Color #8B97A6 in popluar color models

8B 97 A6
RGB 139 151 166
HSL 213° 13.17% 59.80%
HSB/HSV 213° 16.27% 65.10%
CMYK 16.27% 9.04% 0.00%
34.90%

Color #8B97A6 in popluar number systems.

HEX 8B 97 A6
Decimal 139 151 166
Binary 10001011 10010111 10100110
Octal 213 227 246

Shades and tints

Shades of #8B97A6

#8B97A6
(139,151,166)
#7F8A97
(127,138,151)
#737D88
(115,125,136)
#677079
(103,112,121)
#5B636A
(91,99,106)
#4F565B
(79,86,91)
#43494C
(67,73,76)
#373C3D
(55,60,61)
#2B2F2E
(43,47,46)
#1F221F
(31,34,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #8B97A6

#8B97A6
(139,151,166)
#95A0AE
(149,160,174)
#9FA9B6
(159,169,182)
#A9B2BE
(169,178,190)
#B3BBC6
(179,187,198)
#BDC4CE
(189,196,206)
#C7CDD6
(199,205,214)
#D1D6DE
(209,214,222)
#DBDFE6
(219,223,230)
#E5E8EE
(229,232,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B97A6; }

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

This text font color is #8B97A6.

Background Color

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

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

This div background color is #8B97A6.

Border color

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

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

This div border color is #8B97A6.

Opacity

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

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

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

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

This text has shadow with #8B97A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B97A6.

Preview

Color preview on black background

This text has color #8B97A6 on black background.


Color preview on white background

This text has color #8B97A6 on white background.


Black color preview on #8B97A6 background

This text has black color on #8B97A6 background.


White color preview on #8B97A6 background

This text has white color on #8B97A6 background.


Related colors

Complementary color

Complementary color for #hex is #746859.


I love getcolorcode.com

Triadic colors

1 #A68B97 and #97A68B with #8B97A6 are triadic colors.

2 #A6978B and #978BA6 with #8B97A6 are triadic colors.