COLOR #8CB07F

HEX: #8CB07F
RGB: (140,176,127)

Color info

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

RGB color model

#8CB07F color RGB value is (140,176,127).

  • red value is 140;
  • green value is 176;
  • blue value is 127.
RGB:
(140,176,127)
(55%,69%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 127 of 255 = 50%

140
176
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 127 = 443 (100%)
R 140 of 443 ~ 31.6%
G 176 of 443 ~ 39.73%
B 127 of 443 ~ 28.67%

%31.6
%39.73
%28.67

CMYK color model

#8CB07F color CMYK value is (20,0,28,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK:
(20,0,28,31)
C20M0Y28K31 
(20%,0%,28%,31%)
(0.20/0.00/0.28/0.31)	

CMYK percentages

%20.45
%0
%27.84
%30.98

Codes

Color #8CB07F in popluar color models

8CB07F
RGB140176127
HSL104°23.67%59.41%
HSB/HSV104°27.84%69.02%
CMYK20.45%0.00%27.84%
30.98%

Color #8CB07F in popluar number systems.

HEX8CB07F
Decimal140176127
Binary10001100101100001111111
Octal214260177

Shades and tints

Shades of #8CB07F

#8CB07F
(140,176,127)
#80A074
(128,160,116)
#749069
(116,144,105)
#68805E
(104,128,94)
#5C7053
(92,112,83)
#506048
(80,96,72)
#44503D
(68,80,61)
#384032
(56,64,50)
#2C3027
(44,48,39)
#20201C
(32,32,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8CB07F

#8CB07F
(140,176,127)
#96B78A
(150,183,138)
#A0BE95
(160,190,149)
#AAC5A0
(170,197,160)
#B4CCAB
(180,204,171)
#BED3B6
(190,211,182)
#C8DAC1
(200,218,193)
#D2E1CC
(210,225,204)
#DCE8D7
(220,232,215)
#E6EFE2
(230,239,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB07F color. Also use rgb(140,176,127) instead hex code.

Text Font Color

.myTextColor { color: #8CB07F; }

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

This text font color is #8CB07F.


Background Color

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

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

This div background color is #8CB07F.


Border color

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

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

This div border color is #8CB07F.


Opacity

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

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

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

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

This text has shadow with #8CB07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB07F on black background.


Color preview on white background

This text has color #8CB07F on white background.



Black color preview on #8CB07F background

This text has black color on #8CB07F background.


White color preview on #8CB07F background

This text has white color on #8CB07F background.