COLOR #8CA777

HEX: #8CA777
RGB: (140,167,119)

Color info

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

RGB color model

#8CA777 color RGB value is (140,167,119).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 119 of 255 = 47%

140
167
119

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 119 = 426 (100%)
R 140 of 426 ~ 32.86%
G 167 of 426 ~ 39.2%
B 119 of 426 ~ 27.93%

%32.86
%39.2
%27.93

CMYK color model

#8CA777 color CMYK value is (16,0,29,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 34.51%
CMYK:
(16,0,29,35)
C16M0Y29K35 
(16%,0%,29%,35%)
(0.16/0.00/0.29/0.35)	

CMYK percentages

%16.17
%0
%28.74
%34.51

Codes

Color #8CA777 in popluar color models

8CA777
RGB140167119
HSL94°21.43%56.08%
HSB/HSV94°28.74%65.49%
CMYK16.17%0.00%28.74%
34.51%

Color #8CA777 in popluar number systems.

HEX8CA777
Decimal140167119
Binary10001100101001111110111
Octal214247167

Shades and tints

Shades of #8CA777

#8CA777
(140,167,119)
#80986D
(128,152,109)
#748963
(116,137,99)
#687A59
(104,122,89)
#5C6B4F
(92,107,79)
#505C45
(80,92,69)
#444D3B
(68,77,59)
#383E31
(56,62,49)
#2C2F27
(44,47,39)
#20201D
(32,32,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8CA777

#8CA777
(140,167,119)
#96AF83
(150,175,131)
#A0B78F
(160,183,143)
#AABF9B
(170,191,155)
#B4C7A7
(180,199,167)
#BECFB3
(190,207,179)
#C8D7BF
(200,215,191)
#D2DFCB
(210,223,203)
#DCE7D7
(220,231,215)
#E6EFE3
(230,239,227)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA777; }

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

This text font color is #8CA777.


Background Color

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

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

This div background color is #8CA777.


Border color

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

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

This div border color is #8CA777.


Opacity

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

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

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

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

This text has shadow with #8CA777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA777 on black background.


Color preview on white background

This text has color #8CA777 on white background.



Black color preview on #8CA777 background

This text has black color on #8CA777 background.


White color preview on #8CA777 background

This text has white color on #8CA777 background.