COLOR #8CBB6E

HEX: #8CBB6E
RGB: (140,187,110)

Color info

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

RGB color model

#8CBB6E color RGB value is (140,187,110).

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

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 110 of 255 = 43%

140
187
110

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

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 110 = 437 (100%)
R 140 of 437 ~ 32.04%
G 187 of 437 ~ 42.79%
B 110 of 437 ~ 25.17%

%32.04
%42.79
%25.17

CMYK color model

#8CBB6E color CMYK value is (25,0,41,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(25,0,41,27)
C25M0Y41K27 
(25%,0%,41%,27%)
(0.25/0.00/0.41/0.27)	

CMYK percentages

%25.13
%0
%41.18
%26.67

Codes

Color #8CBB6E in popluar color models

8CBB6E
RGB140187110
HSL97°36.15%58.24%
HSB/HSV97°41.18%73.33%
CMYK25.13%0.00%41.18%
26.67%

Color #8CBB6E in popluar number systems.

HEX8CBB6E
Decimal140187110
Binary10001100101110111101110
Octal214273156

Shades and tints

Shades of #8CBB6E

#8CBB6E
(140,187,110)
#80AA64
(128,170,100)
#74995A
(116,153,90)
#688850
(104,136,80)
#5C7746
(92,119,70)
#50663C
(80,102,60)
#445532
(68,85,50)
#384428
(56,68,40)
#2C331E
(44,51,30)
#202214
(32,34,20)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #8CBB6E

#8CBB6E
(140,187,110)
#96C17B
(150,193,123)
#A0C788
(160,199,136)
#AACD95
(170,205,149)
#B4D3A2
(180,211,162)
#BED9AF
(190,217,175)
#C8DFBC
(200,223,188)
#D2E5C9
(210,229,201)
#DCEBD6
(220,235,214)
#E6F1E3
(230,241,227)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBB6E; }

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

This text font color is #8CBB6E.


Background Color

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

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

This div background color is #8CBB6E.


Border color

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

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

This div border color is #8CBB6E.


Opacity

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

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

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

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

This text has shadow with #8CBB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBB6E on black background.


Color preview on white background

This text has color #8CBB6E on white background.



Black color preview on #8CBB6E background

This text has black color on #8CBB6E background.


White color preview on #8CBB6E background

This text has white color on #8CBB6E background.