COLOR #8CB196

HEX: #8CB196
RGB: (140,177,150)

Color info

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

RGB color model

#8CB196 color RGB value is (140,177,150).

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

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 150 of 255 = 59%

140
177
150

R + G + B ~ 61%. #8CB196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 177 + 150 = 467 (100%)
R 140 of 467 ~ 29.98%
G 177 of 467 ~ 37.9%
B 150 of 467 ~ 32.12%

%29.98
%37.9
%32.12

CMYK color model

#8CB196 color CMYK value is (21,0,15,31).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(21,0,15,31)
C21M0Y15K31 
(21%,0%,15%,31%)
(0.21/0.00/0.15/0.31)	

CMYK percentages

%20.9
%0
%15.25
%30.59

Codes

Color #8CB196 in popluar color models

8CB196
RGB140177150
HSL136°19.17%62.16%
HSB/HSV136°20.90%69.41%
CMYK20.90%0.00%15.25%
30.59%

Color #8CB196 in popluar number systems.

HEX8CB196
Decimal140177150
Binary100011001011000110010110
Octal214261226

Shades and tints

Shades of #8CB196

#8CB196
(140,177,150)
#80A189
(128,161,137)
#74917C
(116,145,124)
#68816F
(104,129,111)
#5C7162
(92,113,98)
#506155
(80,97,85)
#445148
(68,81,72)
#38413B
(56,65,59)
#2C312E
(44,49,46)
#202121
(32,33,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8CB196

#8CB196
(140,177,150)
#96B89F
(150,184,159)
#A0BFA8
(160,191,168)
#AAC6B1
(170,198,177)
#B4CDBA
(180,205,186)
#BED4C3
(190,212,195)
#C8DBCC
(200,219,204)
#D2E2D5
(210,226,213)
#DCE9DE
(220,233,222)
#E6F0E7
(230,240,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB196; }

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

This text font color is #8CB196.


Background Color

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

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

This div background color is #8CB196.


Border color

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

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

This div border color is #8CB196.


Opacity

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

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

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

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

This text has shadow with #8CB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB196 on black background.


Color preview on white background

This text has color #8CB196 on white background.



Black color preview on #8CB196 background

This text has black color on #8CB196 background.


White color preview on #8CB196 background

This text has white color on #8CB196 background.