COLOR #8CA796

HEX: #8CA796
RGB: (140,167,150)

Color info

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

RGB color model

#8CA796 color RGB value is (140,167,150).

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

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 150 of 255 = 59%

140
167
150

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 150 = 457 (100%)
R 140 of 457 ~ 30.63%
G 167 of 457 ~ 36.54%
B 150 of 457 ~ 32.82%

%30.63
%36.54
%32.82

CMYK color model

#8CA796 color CMYK value is (16,0,10,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(16,0,10,35)
C16M0Y10K35 
(16%,0%,10%,35%)
(0.16/0.00/0.10/0.35)	

CMYK percentages

%16.17
%0
%10.18
%34.51

Codes

Color #8CA796 in popluar color models

8CA796
RGB140167150
HSL142°13.30%60.20%
HSB/HSV142°16.17%65.49%
CMYK16.17%0.00%10.18%
34.51%

Color #8CA796 in popluar number systems.

HEX8CA796
Decimal140167150
Binary100011001010011110010110
Octal214247226

Shades and tints

Shades of #8CA796

#8CA796
(140,167,150)
#809889
(128,152,137)
#74897C
(116,137,124)
#687A6F
(104,122,111)
#5C6B62
(92,107,98)
#505C55
(80,92,85)
#444D48
(68,77,72)
#383E3B
(56,62,59)
#2C2F2E
(44,47,46)
#202021
(32,32,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8CA796

#8CA796
(140,167,150)
#96AF9F
(150,175,159)
#A0B7A8
(160,183,168)
#AABFB1
(170,191,177)
#B4C7BA
(180,199,186)
#BECFC3
(190,207,195)
#C8D7CC
(200,215,204)
#D2DFD5
(210,223,213)
#DCE7DE
(220,231,222)
#E6EFE7
(230,239,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA796; }

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

This text font color is #8CA796.


Background Color

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

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

This div background color is #8CA796.


Border color

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

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

This div border color is #8CA796.


Opacity

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

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

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

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

This text has shadow with #8CA796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA796 on black background.


Color preview on white background

This text has color #8CA796 on white background.



Black color preview on #8CA796 background

This text has black color on #8CA796 background.


White color preview on #8CA796 background

This text has white color on #8CA796 background.