COLOR #8B97A4

HEX: #8B97A4
RGB: (139,151,164)

Color info

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

RGB color model

#8B97A4 color RGB value is (139,151,164).

  • red value is 139;
  • green value is 151;
  • blue value is 164.
RGB:
(139,151,164)
(55%,59%,64%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 164 of 255 = 64%

139
151
164

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

Portions of RGB colors in percentages

R + G + B =
139 + 151 + 164 = 454 (100%)
R 139 of 454 ~ 30.62%
G 151 of 454 ~ 33.26%
B 164 of 454 ~ 36.12%

%30.62
%33.26
%36.12

CMYK color model

#8B97A4 color CMYK value is (15,8,0,36).

  • cyan value is 15.24%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,8,0,36)
C15M8Y0K36 
(15%,8%,0%,36%)
(0.15/0.08/0.00/0.36)	

CMYK percentages

%15.24
%7.93
%0
%35.69

Codes

Color #8B97A4 in popluar color models

8B97A4
RGB139151164
HSL211°12.08%59.41%
HSB/HSV211°15.24%64.31%
CMYK15.24%7.93%0.00%
35.69%

Color #8B97A4 in popluar number systems.

HEX8B97A4
Decimal139151164
Binary100010111001011110100100
Octal213227244

Shades and tints

Shades of #8B97A4

#8B97A4
(139,151,164)
#7F8A96
(127,138,150)
#737D88
(115,125,136)
#67707A
(103,112,122)
#5B636C
(91,99,108)
#4F565E
(79,86,94)
#434950
(67,73,80)
#373C42
(55,60,66)
#2B2F34
(43,47,52)
#1F2226
(31,34,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #8B97A4

#8B97A4
(139,151,164)
#95A0AC
(149,160,172)
#9FA9B4
(159,169,180)
#A9B2BC
(169,178,188)
#B3BBC4
(179,187,196)
#BDC4CC
(189,196,204)
#C7CDD4
(199,205,212)
#D1D6DC
(209,214,220)
#DBDFE4
(219,223,228)
#E5E8EC
(229,232,236)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B97A4; }

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

This text font color is #8B97A4.


Background Color

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

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

This div background color is #8B97A4.


Border color

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

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

This div border color is #8B97A4.


Opacity

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

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

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

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

This text has shadow with #8B97A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B97A4 on black background.


Color preview on white background

This text has color #8B97A4 on white background.



Black color preview on #8B97A4 background

This text has black color on #8B97A4 background.


White color preview on #8B97A4 background

This text has white color on #8B97A4 background.