COLOR #8CAB77

HEX: #8CAB77
RGB: (140,171,119)

Color info

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

RGB color model

#8CAB77 color RGB value is (140,171,119).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 119 of 255 = 47%

140
171
119

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 119 = 430 (100%)
R 140 of 430 ~ 32.56%
G 171 of 430 ~ 39.77%
B 119 of 430 ~ 27.67%

%32.56
%39.77
%27.67

CMYK color model

#8CAB77 color CMYK value is (18,0,30,33).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(18,0,30,33)
C18M0Y30K33 
(18%,0%,30%,33%)
(0.18/0.00/0.30/0.33)	

CMYK percentages

%18.13
%0
%30.41
%32.94

Codes

Color #8CAB77 in popluar color models

8CAB77
RGB140171119
HSL96°23.64%56.86%
HSB/HSV96°30.41%67.06%
CMYK18.13%0.00%30.41%
32.94%

Color #8CAB77 in popluar number systems.

HEX8CAB77
Decimal140171119
Binary10001100101010111110111
Octal214253167

Shades and tints

Shades of #8CAB77

#8CAB77
(140,171,119)
#809C6D
(128,156,109)
#748D63
(116,141,99)
#687E59
(104,126,89)
#5C6F4F
(92,111,79)
#506045
(80,96,69)
#44513B
(68,81,59)
#384231
(56,66,49)
#2C3327
(44,51,39)
#20241D
(32,36,29)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8CAB77

#8CAB77
(140,171,119)
#96B283
(150,178,131)
#A0B98F
(160,185,143)
#AAC09B
(170,192,155)
#B4C7A7
(180,199,167)
#BECEB3
(190,206,179)
#C8D5BF
(200,213,191)
#D2DCCB
(210,220,203)
#DCE3D7
(220,227,215)
#E6EAE3
(230,234,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAB77; }

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

This text font color is #8CAB77.


Background Color

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

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

This div background color is #8CAB77.


Border color

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

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

This div border color is #8CAB77.


Opacity

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

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

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

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

This text has shadow with #8CAB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAB77 on black background.


Color preview on white background

This text has color #8CAB77 on white background.



Black color preview on #8CAB77 background

This text has black color on #8CAB77 background.


White color preview on #8CAB77 background

This text has white color on #8CAB77 background.