COLOR #8B9E8C

HEX: #8B9E8C
RGB: (139,158,140)

Color info

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

RGB color model

#8B9E8C color RGB value is (139,158,140).

  • red value is 139;
  • green value is 158;
  • blue value is 140.
RGB:
(139,158,140)
(55%,62%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 140 of 255 = 55%

139
158
140

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

Portions of RGB colors in percentages

R + G + B =
139 + 158 + 140 = 437 (100%)
R 139 of 437 ~ 31.81%
G 158 of 437 ~ 36.16%
B 140 of 437 ~ 32.04%

%31.81
%36.16
%32.04

CMYK color model

#8B9E8C color CMYK value is (12,0,11,38).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(12,0,11,38)
C12M0Y11K38 
(12%,0%,11%,38%)
(0.12/0.00/0.11/0.38)	

CMYK percentages

%12.03
%0
%11.39
%38.04

Codes

Color #8B9E8C in popluar color models

8B9E8C
RGB139158140
HSL123°8.92%58.24%
HSB/HSV123°12.03%61.96%
CMYK12.03%0.00%11.39%
38.04%

Color #8B9E8C in popluar number systems.

HEX8B9E8C
Decimal139158140
Binary100010111001111010001100
Octal213236214

Shades and tints

Shades of #8B9E8C

#8B9E8C
(139,158,140)
#7F9080
(127,144,128)
#738274
(115,130,116)
#677468
(103,116,104)
#5B665C
(91,102,92)
#4F5850
(79,88,80)
#434A44
(67,74,68)
#373C38
(55,60,56)
#2B2E2C
(43,46,44)
#1F2020
(31,32,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #8B9E8C

#8B9E8C
(139,158,140)
#95A696
(149,166,150)
#9FAEA0
(159,174,160)
#A9B6AA
(169,182,170)
#B3BEB4
(179,190,180)
#BDC6BE
(189,198,190)
#C7CEC8
(199,206,200)
#D1D6D2
(209,214,210)
#DBDEDC
(219,222,220)
#E5E6E6
(229,230,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9E8C; }

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

This text font color is #8B9E8C.


Background Color

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

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

This div background color is #8B9E8C.


Border color

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

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

This div border color is #8B9E8C.


Opacity

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

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

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

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

This text has shadow with #8B9E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9E8C on black background.


Color preview on white background

This text has color #8B9E8C on white background.



Black color preview on #8B9E8C background

This text has black color on #8B9E8C background.


White color preview on #8B9E8C background

This text has white color on #8B9E8C background.