COLOR #8CB59A

HEX: #8CB59A
RGB: (140,181,154)

Color info

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

RGB color model

#8CB59A color RGB value is (140,181,154).

  • red value is 140;
  • green value is 181;
  • blue value is 154.
RGB:
(140,181,154)
(55%,71%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 181 of 255 = 71%
B 154 of 255 = 60%

140
181
154

R + G + B ~ 62%. #8CB59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 181 + 154 = 475 (100%)
R 140 of 475 ~ 29.47%
G 181 of 475 ~ 38.11%
B 154 of 475 ~ 32.42%

%29.47
%38.11
%32.42

CMYK color model

#8CB59A color CMYK value is (23,0,15,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(23,0,15,29)
C23M0Y15K29 
(23%,0%,15%,29%)
(0.23/0.00/0.15/0.29)	

CMYK percentages

%22.65
%0
%14.92
%29.02

Codes

Color #8CB59A in popluar color models

8CB59A
RGB140181154
HSL140°21.69%62.94%
HSB/HSV140°22.65%70.98%
CMYK22.65%0.00%14.92%
29.02%

Color #8CB59A in popluar number systems.

HEX8CB59A
Decimal140181154
Binary100011001011010110011010
Octal214265232

Shades and tints

Shades of #8CB59A

#8CB59A
(140,181,154)
#80A58C
(128,165,140)
#74957E
(116,149,126)
#688570
(104,133,112)
#5C7562
(92,117,98)
#506554
(80,101,84)
#445546
(68,85,70)
#384538
(56,69,56)
#2C352A
(44,53,42)
#20251C
(32,37,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #8CB59A

#8CB59A
(140,181,154)
#96BBA3
(150,187,163)
#A0C1AC
(160,193,172)
#AAC7B5
(170,199,181)
#B4CDBE
(180,205,190)
#BED3C7
(190,211,199)
#C8D9D0
(200,217,208)
#D2DFD9
(210,223,217)
#DCE5E2
(220,229,226)
#E6EBEB
(230,235,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB59A color. Also use rgb(140,181,154) instead hex code.

Text Font Color

.myTextColor { color: #8CB59A; }

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

This text font color is #8CB59A.


Background Color

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

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

This div background color is #8CB59A.


Border color

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

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

This div border color is #8CB59A.


Opacity

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

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

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

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

This text has shadow with #8CB59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB59A on black background.


Color preview on white background

This text has color #8CB59A on white background.



Black color preview on #8CB59A background

This text has black color on #8CB59A background.


White color preview on #8CB59A background

This text has white color on #8CB59A background.