COLOR #8B9CAD

HEX: #8B9CAD
RGB: (139,156,173)

Color info

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

RGB color model

#8B9CAD color RGB value is (139,156,173).

  • red value is 139;
  • green value is 156;
  • blue value is 173.
RGB:
(139,156,173)
(55%,61%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 156 of 255 = 61%
B 173 of 255 = 68%

139
156
173

R + G + B ~ 61%. #8B9CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 156 + 173 = 468 (100%)
R 139 of 468 ~ 29.7%
G 156 of 468 ~ 33.33%
B 173 of 468 ~ 36.97%

%29.7
%33.33
%36.97

CMYK color model

#8B9CAD color CMYK value is (20,10,0,32).

  • cyan value is 19.65%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(20,10,0,32)
C20M10Y0K32 
(20%,10%,0%,32%)
(0.20/0.10/0.00/0.32)	

CMYK percentages

%19.65
%9.83
%0
%32.16

Codes

Color #8B9CAD in popluar color models

8B9CAD
RGB139156173
HSL210°17.17%61.18%
HSB/HSV210°19.65%67.84%
CMYK19.65%9.83%0.00%
32.16%

Color #8B9CAD in popluar number systems.

HEX8B9CAD
Decimal139156173
Binary100010111001110010101101
Octal213234255

Shades and tints

Shades of #8B9CAD

#8B9CAD
(139,156,173)
#7F8E9E
(127,142,158)
#73808F
(115,128,143)
#677280
(103,114,128)
#5B6471
(91,100,113)
#4F5662
(79,86,98)
#434853
(67,72,83)
#373A44
(55,58,68)
#2B2C35
(43,44,53)
#1F1E26
(31,30,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #8B9CAD

#8B9CAD
(139,156,173)
#95A5B4
(149,165,180)
#9FAEBB
(159,174,187)
#A9B7C2
(169,183,194)
#B3C0C9
(179,192,201)
#BDC9D0
(189,201,208)
#C7D2D7
(199,210,215)
#D1DBDE
(209,219,222)
#DBE4E5
(219,228,229)
#E5EDEC
(229,237,236)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9CAD color. Also use rgb(139,156,173) instead hex code.

Text Font Color

.myTextColor { color: #8B9CAD; }

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

This text font color is #8B9CAD.


Background Color

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

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

This div background color is #8B9CAD.


Border color

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

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

This div border color is #8B9CAD.


Opacity

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

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

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

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

This text has shadow with #8B9CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9CAD on black background.


Color preview on white background

This text has color #8B9CAD on white background.



Black color preview on #8B9CAD background

This text has black color on #8B9CAD background.


White color preview on #8B9CAD background

This text has white color on #8B9CAD background.