COLOR #8CB696

HEX: #8CB696
RGB: (140,182,150)

Color info

#8CB696 contains red, green and blue colors in about the same proportion. Web safe color of #8CB696 is #99CC99 (or #9C9).

RGB color model

#8CB696 color RGB value is (140,182,150).

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

RGB channels and saturation

R 140 of 255 = 55%
G 182 of 255 = 71%
B 150 of 255 = 59%

140
182
150

R + G + B ~ 62%. #8CB696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 182 + 150 = 472 (100%)
R 140 of 472 ~ 29.66%
G 182 of 472 ~ 38.56%
B 150 of 472 ~ 31.78%

%29.66
%38.56
%31.78

CMYK color model

#8CB696 color CMYK value is (23,0,18,29).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 28.63%
CMYK:
(23,0,18,29)
C23M0Y18K29 
(23%,0%,18%,29%)
(0.23/0.00/0.18/0.29)	

CMYK percentages

%23.08
%0
%17.58
%28.63

Codes

Color #8CB696 in popluar color models

8CB696
RGB140182150
HSL134°22.34%63.14%
HSB/HSV134°23.08%71.37%
CMYK23.08%0.00%17.58%
28.63%

Color #8CB696 in popluar number systems.

HEX8CB696
Decimal140182150
Binary100011001011011010010110
Octal214266226

Shades and tints

Shades of #8CB696

#8CB696
(140,182,150)
#80A689
(128,166,137)
#74967C
(116,150,124)
#68866F
(104,134,111)
#5C7662
(92,118,98)
#506655
(80,102,85)
#445648
(68,86,72)
#38463B
(56,70,59)
#2C362E
(44,54,46)
#202621
(32,38,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #8CB696

#8CB696
(140,182,150)
#96BC9F
(150,188,159)
#A0C2A8
(160,194,168)
#AAC8B1
(170,200,177)
#B4CEBA
(180,206,186)
#BED4C3
(190,212,195)
#C8DACC
(200,218,204)
#D2E0D5
(210,224,213)
#DCE6DE
(220,230,222)
#E6ECE7
(230,236,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB696; }

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

This text font color is #8CB696.


Background Color

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

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

This div background color is #8CB696.


Border color

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

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

This div border color is #8CB696.


Opacity

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

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

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

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

This text has shadow with #8CB696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB696 on black background.


Color preview on white background

This text has color #8CB696 on white background.



Black color preview on #8CB696 background

This text has black color on #8CB696 background.


White color preview on #8CB696 background

This text has white color on #8CB696 background.