COLOR #8CA89E

HEX: #8CA89E
RGB: (140,168,158)

Color info

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

RGB color model

#8CA89E color RGB value is (140,168,158).

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

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 158 of 255 = 62%

140
168
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 158 = 466 (100%)
R 140 of 466 ~ 30.04%
G 168 of 466 ~ 36.05%
B 158 of 466 ~ 33.91%

%30.04
%36.05
%33.91

CMYK color model

#8CA89E color CMYK value is (17,0,6,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(17,0,6,34)
C17M0Y6K34 
(17%,0%,6%,34%)
(0.17/0.00/0.06/0.34)	

CMYK percentages

%16.67
%0
%5.95
%34.12

Codes

Color #8CA89E in popluar color models

8CA89E
RGB140168158
HSL159°13.86%60.39%
HSB/HSV159°16.67%65.88%
CMYK16.67%0.00%5.95%
34.12%

Color #8CA89E in popluar number systems.

HEX8CA89E
Decimal140168158
Binary100011001010100010011110
Octal214250236

Shades and tints

Shades of #8CA89E

#8CA89E
(140,168,158)
#809990
(128,153,144)
#748A82
(116,138,130)
#687B74
(104,123,116)
#5C6C66
(92,108,102)
#505D58
(80,93,88)
#444E4A
(68,78,74)
#383F3C
(56,63,60)
#2C302E
(44,48,46)
#202120
(32,33,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8CA89E

#8CA89E
(140,168,158)
#96AFA6
(150,175,166)
#A0B6AE
(160,182,174)
#AABDB6
(170,189,182)
#B4C4BE
(180,196,190)
#BECBC6
(190,203,198)
#C8D2CE
(200,210,206)
#D2D9D6
(210,217,214)
#DCE0DE
(220,224,222)
#E6E7E6
(230,231,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA89E; }

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

This text font color is #8CA89E.


Background Color

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

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

This div background color is #8CA89E.


Border color

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

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

This div border color is #8CA89E.


Opacity

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

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

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

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

This text has shadow with #8CA89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA89E on black background.


Color preview on white background

This text has color #8CA89E on white background.



Black color preview on #8CA89E background

This text has black color on #8CA89E background.


White color preview on #8CA89E background

This text has white color on #8CA89E background.