COLOR #8CA89D

HEX: #8CA89D
RGB: (140,168,157)

Color info

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

RGB color model

#8CA89D color RGB value is (140,168,157).

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

RGB channels and saturation

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

140
168
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 157 = 465 (100%)
R 140 of 465 ~ 30.11%
G 168 of 465 ~ 36.13%
B 157 of 465 ~ 33.76%

%30.11
%36.13
%33.76

CMYK color model

#8CA89D color CMYK value is (17,0,7,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(17,0,7,34)
C17M0Y7K34 
(17%,0%,7%,34%)
(0.17/0.00/0.07/0.34)	

CMYK percentages

%16.67
%0
%6.55
%34.12

Codes

Color #8CA89D in popluar color models

8CA89D
RGB140168157
HSL156°13.86%60.39%
HSB/HSV156°16.67%65.88%
CMYK16.67%0.00%6.55%
34.12%

Color #8CA89D in popluar number systems.

HEX8CA89D
Decimal140168157
Binary100011001010100010011101
Octal214250235

Shades and tints

Shades of #8CA89D

#8CA89D
(140,168,157)
#80998F
(128,153,143)
#748A81
(116,138,129)
#687B73
(104,123,115)
#5C6C65
(92,108,101)
#505D57
(80,93,87)
#444E49
(68,78,73)
#383F3B
(56,63,59)
#2C302D
(44,48,45)
#20211F
(32,33,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #8CA89D

#8CA89D
(140,168,157)
#96AFA5
(150,175,165)
#A0B6AD
(160,182,173)
#AABDB5
(170,189,181)
#B4C4BD
(180,196,189)
#BECBC5
(190,203,197)
#C8D2CD
(200,210,205)
#D2D9D5
(210,217,213)
#DCE0DD
(220,224,221)
#E6E7E5
(230,231,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA89D; }

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

This text font color is #8CA89D.


Background Color

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

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

This div background color is #8CA89D.


Border color

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

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

This div border color is #8CA89D.


Opacity

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

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

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

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

This text has shadow with #8CA89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA89D on black background.


Color preview on white background

This text has color #8CA89D on white background.



Black color preview on #8CA89D background

This text has black color on #8CA89D background.


White color preview on #8CA89D background

This text has white color on #8CA89D background.