COLOR #8B9E9B

HEX: #8B9E9B RGB: (139,158,155)

Color info

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

RGB color model

#8B9E9B color RGB value is (139,158,155).

RGB: (139,158,155) (55%, 62%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 155 of 255 = 61%

139
158
155

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

Portions of RGB colors in percentages

R + G + B = 139 + 158 + 155 = 452 (100%)
R 139 of 452 ~ 30.75%
G 158 of 452 ~ 34.96%
B 155 of 452 ~ 34.29'%

%30.75
%34.96
%34.29

CMYK color model

#8B9E9B color CMYK value is (12,0,2,38).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 38.04%

CMYK: (12,0,2,38)
C12M0Y2K38 (12%, 0%, 2%, 38%)
(0.12 / 0.00 / 0.02 / 0.38)

CMYK percentages

%12.03
%0
%1.9
%38.04

Codes

Color #8B9E9B in popluar color models

8B 9E 9B
RGB 139 158 155
HSL 171° 8.92% 58.24%
HSB/HSV 171° 12.03% 61.96%
CMYK 12.03% 0.00% 1.90%
38.04%

Color #8B9E9B in popluar number systems.

HEX 8B 9E 9B
Decimal 139 158 155
Binary 10001011 10011110 10011011
Octal 213 236 233

Shades and tints

Shades of #8B9E9B

#8B9E9B
(139,158,155)
#7F908D
(127,144,141)
#73827F
(115,130,127)
#677471
(103,116,113)
#5B6663
(91,102,99)
#4F5855
(79,88,85)
#434A47
(67,74,71)
#373C39
(55,60,57)
#2B2E2B
(43,46,43)
#1F201D
(31,32,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #8B9E9B

#8B9E9B
(139,158,155)
#95A6A4
(149,166,164)
#9FAEAD
(159,174,173)
#A9B6B6
(169,182,182)
#B3BEBF
(179,190,191)
#BDC6C8
(189,198,200)
#C7CED1
(199,206,209)
#D1D6DA
(209,214,218)
#DBDEE3
(219,222,227)
#E5E6EC
(229,230,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9E9B color. Also use rgb(139,158,155) instead hex code.

Text Font Color

.myTextColor { color: #8B9E9B; }

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

This text font color is #8B9E9B.

Background Color

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

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

This div background color is #8B9E9B.

Border color

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

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

This div border color is #8B9E9B.

Opacity

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

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

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

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

This text has shadow with #8B9E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9E9B.

Preview

Color preview on black background

This text has color #8B9E9B on black background.


Color preview on white background

This text has color #8B9E9B on white background.


Black color preview on #8B9E9B background

This text has black color on #8B9E9B background.


White color preview on #8B9E9B background

This text has white color on #8B9E9B background.


Related colors

Complementary color

Complementary color for #hex is #746164.


I love getcolorcode.com

Triadic colors

1 #9B8B9E and #9E9B8B with #8B9E9B are triadic colors.

2 #9B9E8B and #9E8B9B with #8B9E9B are triadic colors.