COLOR #8CBE5F

HEX: #8CBE5F
RGB: (140,190,95)

Color info

#8CBE5F contains mainly red and green colors. Web safe color of #8CBE5F is #99CC66 (or #9C6).

RGB color model

#8CBE5F color RGB value is (140,190,95).

  • red value is 140;
  • green value is 190;
  • blue value is 95.
RGB:
(140,190,95)
(55%,75%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 95 of 255 = 37%

140
190
95

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

Portions of RGB colors in percentages

R + G + B =
140 + 190 + 95 = 425 (100%)
R 140 of 425 ~ 32.94%
G 190 of 425 ~ 44.71%
B 95 of 425 ~ 22.35%

%32.94
%44.71
%22.35

CMYK color model

#8CBE5F color CMYK value is (26,0,50,25).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 25.49%
CMYK:
(26,0,50,25)
C26M0Y50K25 
(26%,0%,50%,25%)
(0.26/0.00/0.50/0.25)	

CMYK percentages

%26.32
%0
%50
%25.49

Codes

Color #8CBE5F in popluar color models

8CBE5F
RGB14019095
HSL92°42.22%55.88%
HSB/HSV92°50.00%74.51%
CMYK26.32%0.00%50.00%
25.49%

Color #8CBE5F in popluar number systems.

HEX8CBE5F
Decimal14019095
Binary10001100101111101011111
Octal214276137

Shades and tints

Shades of #8CBE5F

#8CBE5F
(140,190,95)
#80AD57
(128,173,87)
#749C4F
(116,156,79)
#688B47
(104,139,71)
#5C7A3F
(92,122,63)
#506937
(80,105,55)
#44582F
(68,88,47)
#384727
(56,71,39)
#2C361F
(44,54,31)
#202517
(32,37,23)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #8CBE5F

#8CBE5F
(140,190,95)
#96C36D
(150,195,109)
#A0C87B
(160,200,123)
#AACD89
(170,205,137)
#B4D297
(180,210,151)
#BED7A5
(190,215,165)
#C8DCB3
(200,220,179)
#D2E1C1
(210,225,193)
#DCE6CF
(220,230,207)
#E6EBDD
(230,235,221)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBE5F color. Also use rgb(140,190,95) instead hex code.

Text Font Color

.myTextColor { color: #8CBE5F; }

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

This text font color is #8CBE5F.


Background Color

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

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

This div background color is #8CBE5F.


Border color

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

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

This div border color is #8CBE5F.


Opacity

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

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

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

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

This text has shadow with #8CBE5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBE5F on black background.


Color preview on white background

This text has color #8CBE5F on white background.



Black color preview on #8CBE5F background

This text has black color on #8CBE5F background.


White color preview on #8CBE5F background

This text has white color on #8CBE5F background.