COLOR #8CB09E

HEX: #8CB09E
RGB: (140,176,158)

Color info

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

RGB color model

#8CB09E color RGB value is (140,176,158).

  • red value is 140;
  • green value is 176;
  • blue value is 158.
RGB:
(140,176,158)
(55%,69%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 158 of 255 = 62%

140
176
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 158 = 474 (100%)
R 140 of 474 ~ 29.54%
G 176 of 474 ~ 37.13%
B 158 of 474 ~ 33.33%

%29.54
%37.13
%33.33

CMYK color model

#8CB09E color CMYK value is (20,0,10,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(20,0,10,31)
C20M0Y10K31 
(20%,0%,10%,31%)
(0.20/0.00/0.10/0.31)	

CMYK percentages

%20.45
%0
%10.23
%30.98

Codes

Color #8CB09E in popluar color models

8CB09E
RGB140176158
HSL150°18.56%61.96%
HSB/HSV150°20.45%69.02%
CMYK20.45%0.00%10.23%
30.98%

Color #8CB09E in popluar number systems.

HEX8CB09E
Decimal140176158
Binary100011001011000010011110
Octal214260236

Shades and tints

Shades of #8CB09E

#8CB09E
(140,176,158)
#80A090
(128,160,144)
#749082
(116,144,130)
#688074
(104,128,116)
#5C7066
(92,112,102)
#506058
(80,96,88)
#44504A
(68,80,74)
#38403C
(56,64,60)
#2C302E
(44,48,46)
#202020
(32,32,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8CB09E

#8CB09E
(140,176,158)
#96B7A6
(150,183,166)
#A0BEAE
(160,190,174)
#AAC5B6
(170,197,182)
#B4CCBE
(180,204,190)
#BED3C6
(190,211,198)
#C8DACE
(200,218,206)
#D2E1D6
(210,225,214)
#DCE8DE
(220,232,222)
#E6EFE6
(230,239,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB09E color. Also use rgb(140,176,158) instead hex code.

Text Font Color

.myTextColor { color: #8CB09E; }

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

This text font color is #8CB09E.


Background Color

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

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

This div background color is #8CB09E.


Border color

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

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

This div border color is #8CB09E.


Opacity

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

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

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

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

This text has shadow with #8CB09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB09E on black background.


Color preview on white background

This text has color #8CB09E on white background.



Black color preview on #8CB09E background

This text has black color on #8CB09E background.


White color preview on #8CB09E background

This text has white color on #8CB09E background.