COLOR #8B97B7

HEX: #8B97B7
RGB: (139,151,183)

Color info

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

RGB color model

#8B97B7 color RGB value is (139,151,183).

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

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 183 of 255 = 72%

139
151
183

R + G + B ~ 62%. #8B97B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 151 + 183 = 473 (100%)
R 139 of 473 ~ 29.39%
G 151 of 473 ~ 31.92%
B 183 of 473 ~ 38.69%

%29.39
%31.92
%38.69

CMYK color model

#8B97B7 color CMYK value is (24,17,0,28).

  • cyan value is 24.04%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(24,17,0,28)
C24M17Y0K28 
(24%,17%,0%,28%)
(0.24/0.17/0.00/0.28)	

CMYK percentages

%24.04
%17.49
%0
%28.24

Codes

Color #8B97B7 in popluar color models

8B97B7
RGB139151183
HSL224°23.40%63.14%
HSB/HSV224°24.04%71.76%
CMYK24.04%17.49%0.00%
28.24%

Color #8B97B7 in popluar number systems.

HEX8B97B7
Decimal139151183
Binary100010111001011110110111
Octal213227267

Shades and tints

Shades of #8B97B7

#8B97B7
(139,151,183)
#7F8AA7
(127,138,167)
#737D97
(115,125,151)
#677087
(103,112,135)
#5B6377
(91,99,119)
#4F5667
(79,86,103)
#434957
(67,73,87)
#373C47
(55,60,71)
#2B2F37
(43,47,55)
#1F2227
(31,34,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #8B97B7

#8B97B7
(139,151,183)
#95A0BD
(149,160,189)
#9FA9C3
(159,169,195)
#A9B2C9
(169,178,201)
#B3BBCF
(179,187,207)
#BDC4D5
(189,196,213)
#C7CDDB
(199,205,219)
#D1D6E1
(209,214,225)
#DBDFE7
(219,223,231)
#E5E8ED
(229,232,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B97B7; }

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

This text font color is #8B97B7.


Background Color

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

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

This div background color is #8B97B7.


Border color

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

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

This div border color is #8B97B7.


Opacity

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

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

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

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

This text has shadow with #8B97B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B97B7 on black background.


Color preview on white background

This text has color #8B97B7 on white background.



Black color preview on #8B97B7 background

This text has black color on #8B97B7 background.


White color preview on #8B97B7 background

This text has white color on #8B97B7 background.