COLOR #8CA78E

HEX: #8CA78E
RGB: (140,167,142)

Color info

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

RGB color model

#8CA78E color RGB value is (140,167,142).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 142 of 255 = 56%

140
167
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 142 = 449 (100%)
R 140 of 449 ~ 31.18%
G 167 of 449 ~ 37.19%
B 142 of 449 ~ 31.63%

%31.18
%37.19
%31.63

CMYK color model

#8CA78E color CMYK value is (16,0,15,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(16,0,15,35)
C16M0Y15K35 
(16%,0%,15%,35%)
(0.16/0.00/0.15/0.35)	

CMYK percentages

%16.17
%0
%14.97
%34.51

Codes

Color #8CA78E in popluar color models

8CA78E
RGB140167142
HSL124°13.30%60.20%
HSB/HSV124°16.17%65.49%
CMYK16.17%0.00%14.97%
34.51%

Color #8CA78E in popluar number systems.

HEX8CA78E
Decimal140167142
Binary100011001010011110001110
Octal214247216

Shades and tints

Shades of #8CA78E

#8CA78E
(140,167,142)
#809882
(128,152,130)
#748976
(116,137,118)
#687A6A
(104,122,106)
#5C6B5E
(92,107,94)
#505C52
(80,92,82)
#444D46
(68,77,70)
#383E3A
(56,62,58)
#2C2F2E
(44,47,46)
#202022
(32,32,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #8CA78E

#8CA78E
(140,167,142)
#96AF98
(150,175,152)
#A0B7A2
(160,183,162)
#AABFAC
(170,191,172)
#B4C7B6
(180,199,182)
#BECFC0
(190,207,192)
#C8D7CA
(200,215,202)
#D2DFD4
(210,223,212)
#DCE7DE
(220,231,222)
#E6EFE8
(230,239,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA78E; }

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

This text font color is #8CA78E.


Background Color

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

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

This div background color is #8CA78E.


Border color

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

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

This div border color is #8CA78E.


Opacity

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

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

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

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

This text has shadow with #8CA78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA78E on black background.


Color preview on white background

This text has color #8CA78E on white background.



Black color preview on #8CA78E background

This text has black color on #8CA78E background.


White color preview on #8CA78E background

This text has white color on #8CA78E background.