COLOR #8CA87A

HEX: #8CA87A
RGB: (140,168,122)

Color info

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

RGB color model

#8CA87A color RGB value is (140,168,122).

  • red value is 140;
  • green value is 168;
  • blue value is 122.
RGB:
(140,168,122)
(55%,66%,48%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 122 of 255 = 48%

140
168
122

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 122 = 430 (100%)
R 140 of 430 ~ 32.56%
G 168 of 430 ~ 39.07%
B 122 of 430 ~ 28.37%

%32.56
%39.07
%28.37

CMYK color model

#8CA87A color CMYK value is (17,0,27,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(17,0,27,34)
C17M0Y27K34 
(17%,0%,27%,34%)
(0.17/0.00/0.27/0.34)	

CMYK percentages

%16.67
%0
%27.38
%34.12

Codes

Color #8CA87A in popluar color models

8CA87A
RGB140168122
HSL97°20.91%56.86%
HSB/HSV97°27.38%65.88%
CMYK16.67%0.00%27.38%
34.12%

Color #8CA87A in popluar number systems.

HEX8CA87A
Decimal140168122
Binary10001100101010001111010
Octal214250172

Shades and tints

Shades of #8CA87A

#8CA87A
(140,168,122)
#80996F
(128,153,111)
#748A64
(116,138,100)
#687B59
(104,123,89)
#5C6C4E
(92,108,78)
#505D43
(80,93,67)
#444E38
(68,78,56)
#383F2D
(56,63,45)
#2C3022
(44,48,34)
#202117
(32,33,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8CA87A

#8CA87A
(140,168,122)
#96AF86
(150,175,134)
#A0B692
(160,182,146)
#AABD9E
(170,189,158)
#B4C4AA
(180,196,170)
#BECBB6
(190,203,182)
#C8D2C2
(200,210,194)
#D2D9CE
(210,217,206)
#DCE0DA
(220,224,218)
#E6E7E6
(230,231,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA87A color. Also use rgb(140,168,122) instead hex code.

Text Font Color

.myTextColor { color: #8CA87A; }

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

This text font color is #8CA87A.


Background Color

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

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

This div background color is #8CA87A.


Border color

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

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

This div border color is #8CA87A.


Opacity

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

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

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

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

This text has shadow with #8CA87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA87A on black background.


Color preview on white background

This text has color #8CA87A on white background.



Black color preview on #8CA87A background

This text has black color on #8CA87A background.


White color preview on #8CA87A background

This text has white color on #8CA87A background.