COLOR #8B9E7C

HEX: #8B9E7C
RGB: (139,158,124)

Color info

#8B9E7C contains red, green and blue colors in about the same proportion. Web safe color of #8B9E7C is #999966 (or #996).

RGB color model

#8B9E7C color RGB value is (139,158,124).

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

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 124 of 255 = 49%

139
158
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 158 + 124 = 421 (100%)
R 139 of 421 ~ 33.02%
G 158 of 421 ~ 37.53%
B 124 of 421 ~ 29.45%

%33.02
%37.53
%29.45

CMYK color model

#8B9E7C color CMYK value is (12,0,22,38).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(12,0,22,38)
C12M0Y22K38 
(12%,0%,22%,38%)
(0.12/0.00/0.22/0.38)	

CMYK percentages

%12.03
%0
%21.52
%38.04

Codes

Color #8B9E7C in popluar color models

8B9E7C
RGB139158124
HSL94°14.91%55.29%
HSB/HSV94°21.52%61.96%
CMYK12.03%0.00%21.52%
38.04%

Color #8B9E7C in popluar number systems.

HEX8B9E7C
Decimal139158124
Binary10001011100111101111100
Octal213236174

Shades and tints

Shades of #8B9E7C

#8B9E7C
(139,158,124)
#7F9071
(127,144,113)
#738266
(115,130,102)
#67745B
(103,116,91)
#5B6650
(91,102,80)
#4F5845
(79,88,69)
#434A3A
(67,74,58)
#373C2F
(55,60,47)
#2B2E24
(43,46,36)
#1F2019
(31,32,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B9E7C

#8B9E7C
(139,158,124)
#95A687
(149,166,135)
#9FAE92
(159,174,146)
#A9B69D
(169,182,157)
#B3BEA8
(179,190,168)
#BDC6B3
(189,198,179)
#C7CEBE
(199,206,190)
#D1D6C9
(209,214,201)
#DBDED4
(219,222,212)
#E5E6DF
(229,230,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9E7C; }

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

This text font color is #8B9E7C.


Background Color

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

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

This div background color is #8B9E7C.


Border color

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

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

This div border color is #8B9E7C.


Opacity

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

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

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

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

This text has shadow with #8B9E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9E7C on black background.


Color preview on white background

This text has color #8B9E7C on white background.



Black color preview on #8B9E7C background

This text has black color on #8B9E7C background.


White color preview on #8B9E7C background

This text has white color on #8B9E7C background.