COLOR #8CAE80

HEX: #8CAE80
RGB: (140,174,128)

Color info

#8CAE80 contains red, green and blue colors in about the same proportion. Web safe color of #8CAE80 is #999966 (or #996).

RGB color model

#8CAE80 color RGB value is (140,174,128).

  • red value is 140;
  • green value is 174;
  • blue value is 128.
RGB:
(140,174,128)
(55%,68%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 174 of 255 = 68%
B 128 of 255 = 50%

140
174
128

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

Portions of RGB colors in percentages

R + G + B =
140 + 174 + 128 = 442 (100%)
R 140 of 442 ~ 31.67%
G 174 of 442 ~ 39.37%
B 128 of 442 ~ 28.96%

%31.67
%39.37
%28.96

CMYK color model

#8CAE80 color CMYK value is (20,0,26,32).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 31.76%
CMYK:
(20,0,26,32)
C20M0Y26K32 
(20%,0%,26%,32%)
(0.20/0.00/0.26/0.32)	

CMYK percentages

%19.54
%0
%26.44
%31.76

Codes

Color #8CAE80 in popluar color models

8CAE80
RGB140174128
HSL104°22.12%59.22%
HSB/HSV104°26.44%68.24%
CMYK19.54%0.00%26.44%
31.76%

Color #8CAE80 in popluar number systems.

HEX8CAE80
Decimal140174128
Binary100011001010111010000000
Octal214256200

Shades and tints

Shades of #8CAE80

#8CAE80
(140,174,128)
#809F75
(128,159,117)
#74906A
(116,144,106)
#68815F
(104,129,95)
#5C7254
(92,114,84)
#506349
(80,99,73)
#44543E
(68,84,62)
#384533
(56,69,51)
#2C3628
(44,54,40)
#20271D
(32,39,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #8CAE80

#8CAE80
(140,174,128)
#96B58B
(150,181,139)
#A0BC96
(160,188,150)
#AAC3A1
(170,195,161)
#B4CAAC
(180,202,172)
#BED1B7
(190,209,183)
#C8D8C2
(200,216,194)
#D2DFCD
(210,223,205)
#DCE6D8
(220,230,216)
#E6EDE3
(230,237,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAE80 color. Also use rgb(140,174,128) instead hex code.

Text Font Color

.myTextColor { color: #8CAE80; }

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

This text font color is #8CAE80.


Background Color

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

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

This div background color is #8CAE80.


Border color

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

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

This div border color is #8CAE80.


Opacity

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

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

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

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

This text has shadow with #8CAE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE80 on black background.


Color preview on white background

This text has color #8CAE80 on white background.



Black color preview on #8CAE80 background

This text has black color on #8CAE80 background.


White color preview on #8CAE80 background

This text has white color on #8CAE80 background.