COLOR #8CA79C

HEX: #8CA79C
RGB: (140,167,156)

Color info

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

RGB color model

#8CA79C color RGB value is (140,167,156).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 156 of 255 = 61%

140
167
156

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 156 = 463 (100%)
R 140 of 463 ~ 30.24%
G 167 of 463 ~ 36.07%
B 156 of 463 ~ 33.69%

%30.24
%36.07
%33.69

CMYK color model

#8CA79C color CMYK value is (16,0,7,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(16,0,7,35)
C16M0Y7K35 
(16%,0%,7%,35%)
(0.16/0.00/0.07/0.35)	

CMYK percentages

%16.17
%0
%6.59
%34.51

Codes

Color #8CA79C in popluar color models

8CA79C
RGB140167156
HSL156°13.30%60.20%
HSB/HSV156°16.17%65.49%
CMYK16.17%0.00%6.59%
34.51%

Color #8CA79C in popluar number systems.

HEX8CA79C
Decimal140167156
Binary100011001010011110011100
Octal214247234

Shades and tints

Shades of #8CA79C

#8CA79C
(140,167,156)
#80988E
(128,152,142)
#748980
(116,137,128)
#687A72
(104,122,114)
#5C6B64
(92,107,100)
#505C56
(80,92,86)
#444D48
(68,77,72)
#383E3A
(56,62,58)
#2C2F2C
(44,47,44)
#20201E
(32,32,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8CA79C

#8CA79C
(140,167,156)
#96AFA5
(150,175,165)
#A0B7AE
(160,183,174)
#AABFB7
(170,191,183)
#B4C7C0
(180,199,192)
#BECFC9
(190,207,201)
#C8D7D2
(200,215,210)
#D2DFDB
(210,223,219)
#DCE7E4
(220,231,228)
#E6EFED
(230,239,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA79C; }

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

This text font color is #8CA79C.


Background Color

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

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

This div background color is #8CA79C.


Border color

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

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

This div border color is #8CA79C.


Opacity

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

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

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

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

This text has shadow with #8CA79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA79C on black background.


Color preview on white background

This text has color #8CA79C on white background.



Black color preview on #8CA79C background

This text has black color on #8CA79C background.


White color preview on #8CA79C background

This text has white color on #8CA79C background.