COLOR #8CB87E

HEX: #8CB87E
RGB: (140,184,126)

Color info

#8CB87E contains red, green and blue colors in about the same proportion. Web safe color of #8CB87E is #99CC66 (or #9C6).

RGB color model

#8CB87E color RGB value is (140,184,126).

  • red value is 140;
  • green value is 184;
  • blue value is 126.
RGB:
(140,184,126)
(55%,72%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 126 of 255 = 49%

140
184
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 126 = 450 (100%)
R 140 of 450 ~ 31.11%
G 184 of 450 ~ 40.89%
B 126 of 450 ~ 28%

%31.11
%40.89
%28

CMYK color model

#8CB87E color CMYK value is (24,0,32,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(24,0,32,28)
C24M0Y32K28 
(24%,0%,32%,28%)
(0.24/0.00/0.32/0.28)	

CMYK percentages

%23.91
%0
%31.52
%27.84

Codes

Color #8CB87E in popluar color models

8CB87E
RGB140184126
HSL106°29.00%60.78%
HSB/HSV106°31.52%72.16%
CMYK23.91%0.00%31.52%
27.84%

Color #8CB87E in popluar number systems.

HEX8CB87E
Decimal140184126
Binary10001100101110001111110
Octal214270176

Shades and tints

Shades of #8CB87E

#8CB87E
(140,184,126)
#80A873
(128,168,115)
#749868
(116,152,104)
#68885D
(104,136,93)
#5C7852
(92,120,82)
#506847
(80,104,71)
#44583C
(68,88,60)
#384831
(56,72,49)
#2C3826
(44,56,38)
#20281B
(32,40,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CB87E

#8CB87E
(140,184,126)
#96BE89
(150,190,137)
#A0C494
(160,196,148)
#AACA9F
(170,202,159)
#B4D0AA
(180,208,170)
#BED6B5
(190,214,181)
#C8DCC0
(200,220,192)
#D2E2CB
(210,226,203)
#DCE8D6
(220,232,214)
#E6EEE1
(230,238,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB87E color. Also use rgb(140,184,126) instead hex code.

Text Font Color

.myTextColor { color: #8CB87E; }

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

This text font color is #8CB87E.


Background Color

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

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

This div background color is #8CB87E.


Border color

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

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

This div border color is #8CB87E.


Opacity

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

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

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

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

This text has shadow with #8CB87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB87E on black background.


Color preview on white background

This text has color #8CB87E on white background.



Black color preview on #8CB87E background

This text has black color on #8CB87E background.


White color preview on #8CB87E background

This text has white color on #8CB87E background.