COLOR #8CAB80

HEX: #8CAB80
RGB: (140,171,128)

Color info

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

RGB color model

#8CAB80 color RGB value is (140,171,128).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 128 of 255 = 50%

140
171
128

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 128 = 439 (100%)
R 140 of 439 ~ 31.89%
G 171 of 439 ~ 38.95%
B 128 of 439 ~ 29.16%

%31.89
%38.95
%29.16

CMYK color model

#8CAB80 color CMYK value is (18,0,25,33).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(18,0,25,33)
C18M0Y25K33 
(18%,0%,25%,33%)
(0.18/0.00/0.25/0.33)	

CMYK percentages

%18.13
%0
%25.15
%32.94

Codes

Color #8CAB80 in popluar color models

8CAB80
RGB140171128
HSL103°20.38%58.63%
HSB/HSV103°25.15%67.06%
CMYK18.13%0.00%25.15%
32.94%

Color #8CAB80 in popluar number systems.

HEX8CAB80
Decimal140171128
Binary100011001010101110000000
Octal214253200

Shades and tints

Shades of #8CAB80

#8CAB80
(140,171,128)
#809C75
(128,156,117)
#748D6A
(116,141,106)
#687E5F
(104,126,95)
#5C6F54
(92,111,84)
#506049
(80,96,73)
#44513E
(68,81,62)
#384233
(56,66,51)
#2C3328
(44,51,40)
#20241D
(32,36,29)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #8CAB80

#8CAB80
(140,171,128)
#96B28B
(150,178,139)
#A0B996
(160,185,150)
#AAC0A1
(170,192,161)
#B4C7AC
(180,199,172)
#BECEB7
(190,206,183)
#C8D5C2
(200,213,194)
#D2DCCD
(210,220,205)
#DCE3D8
(220,227,216)
#E6EAE3
(230,234,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAB80; }

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

This text font color is #8CAB80.


Background Color

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

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

This div background color is #8CAB80.


Border color

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

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

This div border color is #8CAB80.


Opacity

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

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

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

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

This text has shadow with #8CAB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAB80 on black background.


Color preview on white background

This text has color #8CAB80 on white background.



Black color preview on #8CAB80 background

This text has black color on #8CAB80 background.


White color preview on #8CAB80 background

This text has white color on #8CAB80 background.