COLOR #8B9AA5

HEX: #8B9AA5
RGB: (139,154,165)

Color info

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

RGB color model

#8B9AA5 color RGB value is (139,154,165).

  • red value is 139;
  • green value is 154;
  • blue value is 165.
RGB:
(139,154,165)
(55%,60%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 154 of 255 = 60%
B 165 of 255 = 65%

139
154
165

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

Portions of RGB colors in percentages

R + G + B =
139 + 154 + 165 = 458 (100%)
R 139 of 458 ~ 30.35%
G 154 of 458 ~ 33.62%
B 165 of 458 ~ 36.03%

%30.35
%33.62
%36.03

CMYK color model

#8B9AA5 color CMYK value is (16,7,0,35).

  • cyan value is 15.76%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(16,7,0,35)
C16M7Y0K35 
(16%,7%,0%,35%)
(0.16/0.07/0.00/0.35)	

CMYK percentages

%15.76
%6.67
%0
%35.29

Codes

Color #8B9AA5 in popluar color models

8B9AA5
RGB139154165
HSL205°12.62%59.61%
HSB/HSV205°15.76%64.71%
CMYK15.76%6.67%0.00%
35.29%

Color #8B9AA5 in popluar number systems.

HEX8B9AA5
Decimal139154165
Binary100010111001101010100101
Octal213232245

Shades and tints

Shades of #8B9AA5

#8B9AA5
(139,154,165)
#7F8C96
(127,140,150)
#737E87
(115,126,135)
#677078
(103,112,120)
#5B6269
(91,98,105)
#4F545A
(79,84,90)
#43464B
(67,70,75)
#37383C
(55,56,60)
#2B2A2D
(43,42,45)
#1F1C1E
(31,28,30)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #8B9AA5

#8B9AA5
(139,154,165)
#95A3AD
(149,163,173)
#9FACB5
(159,172,181)
#A9B5BD
(169,181,189)
#B3BEC5
(179,190,197)
#BDC7CD
(189,199,205)
#C7D0D5
(199,208,213)
#D1D9DD
(209,217,221)
#DBE2E5
(219,226,229)
#E5EBED
(229,235,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9AA5 color. Also use rgb(139,154,165) instead hex code.

Text Font Color

.myTextColor { color: #8B9AA5; }

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

This text font color is #8B9AA5.


Background Color

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

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

This div background color is #8B9AA5.


Border color

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

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

This div border color is #8B9AA5.


Opacity

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

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

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

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

This text has shadow with #8B9AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9AA5 on black background.


Color preview on white background

This text has color #8B9AA5 on white background.



Black color preview on #8B9AA5 background

This text has black color on #8B9AA5 background.


White color preview on #8B9AA5 background

This text has white color on #8B9AA5 background.