COLOR #8B9E9C

HEX: #8B9E9C RGB: (139,158,156)

Color info

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

RGB color model

#8B9E9C color RGB value is (139,158,156).

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

RGB channels and saturation

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

139
158
156

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

Portions of RGB colors in percentages

R + G + B = 139 + 158 + 156 = 453 (100%)
R 139 of 453 ~ 30.68%
G 158 of 453 ~ 34.88%
B 156 of 453 ~ 34.44'%

%30.68
%34.88
%34.44

CMYK color model

#8B9E9C color CMYK value is (12,0,1,38).

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

CMYK: (12,0,1,38)
C12M0Y1K38 (12%, 0%, 1%, 38%)
(0.12 / 0.00 / 0.01 / 0.38)

CMYK percentages

%12.03
%0
%1.27
%38.04

Codes

Color #8B9E9C in popluar color models

8B 9E 9C
RGB 139 158 156
HSL 174° 8.92% 58.24%
HSB/HSV 174° 12.03% 61.96%
CMYK 12.03% 0.00% 1.27%
38.04%

Color #8B9E9C in popluar number systems.

HEX 8B 9E 9C
Decimal 139 158 156
Binary 10001011 10011110 10011100
Octal 213 236 234

Shades and tints

Shades of #8B9E9C

#8B9E9C
(139,158,156)
#7F908E
(127,144,142)
#738280
(115,130,128)
#677472
(103,116,114)
#5B6664
(91,102,100)
#4F5856
(79,88,86)
#434A48
(67,74,72)
#373C3A
(55,60,58)
#2B2E2C
(43,46,44)
#1F201E
(31,32,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8B9E9C

#8B9E9C
(139,158,156)
#95A6A5
(149,166,165)
#9FAEAE
(159,174,174)
#A9B6B7
(169,182,183)
#B3BEC0
(179,190,192)
#BDC6C9
(189,198,201)
#C7CED2
(199,206,210)
#D1D6DB
(209,214,219)
#DBDEE4
(219,222,228)
#E5E6ED
(229,230,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9E9C; }

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

This text font color is #8B9E9C.

Background Color

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

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

This div background color is #8B9E9C.

Border color

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

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

This div border color is #8B9E9C.

Opacity

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

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

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

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

This text has shadow with #8B9E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9E9C.

Preview

Color preview on black background

This text has color #8B9E9C on black background.


Color preview on white background

This text has color #8B9E9C on white background.


Black color preview on #8B9E9C background

This text has black color on #8B9E9C background.


White color preview on #8B9E9C background

This text has white color on #8B9E9C background.


Related colors

Complementary color

Complementary color for #hex is #746163.


I love getcolorcode.com

Triadic colors

1 #9C8B9E and #9E9C8B with #8B9E9C are triadic colors.

2 #9C9E8B and #9E8B9C with #8B9E9C are triadic colors.