COLOR #8B9AA3

HEX: #8B9AA3
RGB: (139,154,163)

Color info

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

RGB color model

#8B9AA3 color RGB value is (139,154,163).

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

RGB channels and saturation

R 139 of 255 = 55%
G 154 of 255 = 60%
B 163 of 255 = 64%

139
154
163

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

Portions of RGB colors in percentages

R + G + B =
139 + 154 + 163 = 456 (100%)
R 139 of 456 ~ 30.48%
G 154 of 456 ~ 33.77%
B 163 of 456 ~ 35.75%

%30.48
%33.77
%35.75

CMYK color model

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

  • cyan value is 14.72%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(15,6,0,36)
C15M6Y0K36 
(15%,6%,0%,36%)
(0.15/0.06/0.00/0.36)	

CMYK percentages

%14.72
%5.52
%0
%36.08

Codes

Color #8B9AA3 in popluar color models

8B9AA3
RGB139154163
HSL203°11.54%59.22%
HSB/HSV203°14.72%63.92%
CMYK14.72%5.52%0.00%
36.08%

Color #8B9AA3 in popluar number systems.

HEX8B9AA3
Decimal139154163
Binary100010111001101010100011
Octal213232243

Shades and tints

Shades of #8B9AA3

#8B9AA3
(139,154,163)
#7F8C95
(127,140,149)
#737E87
(115,126,135)
#677079
(103,112,121)
#5B626B
(91,98,107)
#4F545D
(79,84,93)
#43464F
(67,70,79)
#373841
(55,56,65)
#2B2A33
(43,42,51)
#1F1C25
(31,28,37)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #8B9AA3

#8B9AA3
(139,154,163)
#95A3AB
(149,163,171)
#9FACB3
(159,172,179)
#A9B5BB
(169,181,187)
#B3BEC3
(179,190,195)
#BDC7CB
(189,199,203)
#C7D0D3
(199,208,211)
#D1D9DB
(209,217,219)
#DBE2E3
(219,226,227)
#E5EBEB
(229,235,235)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9AA3; }

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

This text font color is #8B9AA3.


Background Color

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

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

This div background color is #8B9AA3.


Border color

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

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

This div border color is #8B9AA3.


Opacity

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

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

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

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

This text has shadow with #8B9AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9AA3 on black background.


Color preview on white background

This text has color #8B9AA3 on white background.



Black color preview on #8B9AA3 background

This text has black color on #8B9AA3 background.


White color preview on #8B9AA3 background

This text has white color on #8B9AA3 background.