COLOR #8CA88A

HEX: #8CA88A
RGB: (140,168,138)

Color info

#8CA88A contains red, green and blue colors in about the same proportion. Web safe color of #8CA88A is #999999 (or #999).

RGB color model

#8CA88A color RGB value is (140,168,138).

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

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 138 of 255 = 54%

140
168
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 138 = 446 (100%)
R 140 of 446 ~ 31.39%
G 168 of 446 ~ 37.67%
B 138 of 446 ~ 30.94%

%31.39
%37.67
%30.94

CMYK color model

#8CA88A color CMYK value is (17,0,18,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(17,0,18,34)
C17M0Y18K34 
(17%,0%,18%,34%)
(0.17/0.00/0.18/0.34)	

CMYK percentages

%16.67
%0
%17.86
%34.12

Codes

Color #8CA88A in popluar color models

8CA88A
RGB140168138
HSL116°14.71%60.00%
HSB/HSV116°17.86%65.88%
CMYK16.67%0.00%17.86%
34.12%

Color #8CA88A in popluar number systems.

HEX8CA88A
Decimal140168138
Binary100011001010100010001010
Octal214250212

Shades and tints

Shades of #8CA88A

#8CA88A
(140,168,138)
#80997E
(128,153,126)
#748A72
(116,138,114)
#687B66
(104,123,102)
#5C6C5A
(92,108,90)
#505D4E
(80,93,78)
#444E42
(68,78,66)
#383F36
(56,63,54)
#2C302A
(44,48,42)
#20211E
(32,33,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8CA88A

#8CA88A
(140,168,138)
#96AF94
(150,175,148)
#A0B69E
(160,182,158)
#AABDA8
(170,189,168)
#B4C4B2
(180,196,178)
#BECBBC
(190,203,188)
#C8D2C6
(200,210,198)
#D2D9D0
(210,217,208)
#DCE0DA
(220,224,218)
#E6E7E4
(230,231,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA88A; }

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

This text font color is #8CA88A.


Background Color

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

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

This div background color is #8CA88A.


Border color

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

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

This div border color is #8CA88A.


Opacity

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

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

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

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

This text has shadow with #8CA88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA88A on black background.


Color preview on white background

This text has color #8CA88A on white background.



Black color preview on #8CA88A background

This text has black color on #8CA88A background.


White color preview on #8CA88A background

This text has white color on #8CA88A background.