COLOR #8CB784

HEX: #8CB784
RGB: (140,183,132)

Color info

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

RGB color model

#8CB784 color RGB value is (140,183,132).

  • red value is 140;
  • green value is 183;
  • blue value is 132.
RGB:
(140,183,132)
(55%,72%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 183 of 255 = 72%
B 132 of 255 = 52%

140
183
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 183 + 132 = 455 (100%)
R 140 of 455 ~ 30.77%
G 183 of 455 ~ 40.22%
B 132 of 455 ~ 29.01%

%30.77
%40.22
%29.01

CMYK color model

#8CB784 color CMYK value is (23,0,28,28).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 28.24%
CMYK:
(23,0,28,28)
C23M0Y28K28 
(23%,0%,28%,28%)
(0.23/0.00/0.28/0.28)	

CMYK percentages

%23.5
%0
%27.87
%28.24

Codes

Color #8CB784 in popluar color models

8CB784
RGB140183132
HSL111°26.15%61.76%
HSB/HSV111°27.87%71.76%
CMYK23.50%0.00%27.87%
28.24%

Color #8CB784 in popluar number systems.

HEX8CB784
Decimal140183132
Binary100011001011011110000100
Octal214267204

Shades and tints

Shades of #8CB784

#8CB784
(140,183,132)
#80A778
(128,167,120)
#74976C
(116,151,108)
#688760
(104,135,96)
#5C7754
(92,119,84)
#506748
(80,103,72)
#44573C
(68,87,60)
#384730
(56,71,48)
#2C3724
(44,55,36)
#202718
(32,39,24)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #8CB784

#8CB784
(140,183,132)
#96BD8F
(150,189,143)
#A0C39A
(160,195,154)
#AAC9A5
(170,201,165)
#B4CFB0
(180,207,176)
#BED5BB
(190,213,187)
#C8DBC6
(200,219,198)
#D2E1D1
(210,225,209)
#DCE7DC
(220,231,220)
#E6EDE7
(230,237,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB784 color. Also use rgb(140,183,132) instead hex code.

Text Font Color

.myTextColor { color: #8CB784; }

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

This text font color is #8CB784.


Background Color

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

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

This div background color is #8CB784.


Border color

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

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

This div border color is #8CB784.


Opacity

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

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

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

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

This text has shadow with #8CB784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB784 on black background.


Color preview on white background

This text has color #8CB784 on white background.



Black color preview on #8CB784 background

This text has black color on #8CB784 background.


White color preview on #8CB784 background

This text has white color on #8CB784 background.