COLOR #8CBB2E

HEX: #8CBB2E
RGB: (140,187,46)

Color info

#8CBB2E contains mainly red and green colors. Web safe color of #8CBB2E is #99CC33 (or #9C3).

RGB color model

#8CBB2E color RGB value is (140,187,46).

  • red value is 140;
  • green value is 187;
  • blue value is 46.
RGB:
(140,187,46)
(55%,73%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 46 of 255 = 18%

140
187
46

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

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 46 = 373 (100%)
R 140 of 373 ~ 37.53%
G 187 of 373 ~ 50.13%
B 46 of 373 ~ 12.33%

%37.53
%50.13
%12.33

CMYK color model

#8CBB2E color CMYK value is (25,0,75,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(25,0,75,27)
C25M0Y75K27 
(25%,0%,75%,27%)
(0.25/0.00/0.75/0.27)	

CMYK percentages

%25.13
%0
%75.4
%26.67

Codes

Color #8CBB2E in popluar color models

8CBB2E
RGB14018746
HSL80°60.52%45.69%
HSB/HSV80°75.40%73.33%
CMYK25.13%0.00%75.40%
26.67%

Color #8CBB2E in popluar number systems.

HEX8CBB2E
Decimal14018746
Binary1000110010111011101110
Octal21427356

Shades and tints

Shades of #8CBB2E

#8CBB2E
(140,187,46)
#80AA2A
(128,170,42)
#749926
(116,153,38)
#688822
(104,136,34)
#5C771E
(92,119,30)
#50661A
(80,102,26)
#445516
(68,85,22)
#384412
(56,68,18)
#2C330E
(44,51,14)
#20220A
(32,34,10)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #8CBB2E

#8CBB2E
(140,187,46)
#96C141
(150,193,65)
#A0C754
(160,199,84)
#AACD67
(170,205,103)
#B4D37A
(180,211,122)
#BED98D
(190,217,141)
#C8DFA0
(200,223,160)
#D2E5B3
(210,229,179)
#DCEBC6
(220,235,198)
#E6F1D9
(230,241,217)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBB2E color. Also use rgb(140,187,46) instead hex code.

Text Font Color

.myTextColor { color: #8CBB2E; }

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

This text font color is #8CBB2E.


Background Color

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

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

This div background color is #8CBB2E.


Border color

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

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

This div border color is #8CBB2E.


Opacity

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

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

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

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

This text has shadow with #8CBB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBB2E on black background.


Color preview on white background

This text has color #8CBB2E on white background.



Black color preview on #8CBB2E background

This text has black color on #8CBB2E background.


White color preview on #8CBB2E background

This text has white color on #8CBB2E background.