COLOR #8CA59D

HEX: #8CA59D
RGB: (140,165,157)

Color info

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

RGB color model

#8CA59D color RGB value is (140,165,157).

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

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 157 of 255 = 62%

140
165
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 157 = 462 (100%)
R 140 of 462 ~ 30.3%
G 165 of 462 ~ 35.71%
B 157 of 462 ~ 33.98%

%30.3
%35.71
%33.98

CMYK color model

#8CA59D color CMYK value is (15,0,5,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(15,0,5,35)
C15M0Y5K35 
(15%,0%,5%,35%)
(0.15/0.00/0.05/0.35)	

CMYK percentages

%15.15
%0
%4.85
%35.29

Codes

Color #8CA59D in popluar color models

8CA59D
RGB140165157
HSL161°12.20%59.80%
HSB/HSV161°15.15%64.71%
CMYK15.15%0.00%4.85%
35.29%

Color #8CA59D in popluar number systems.

HEX8CA59D
Decimal140165157
Binary100011001010010110011101
Octal214245235

Shades and tints

Shades of #8CA59D

#8CA59D
(140,165,157)
#80968F
(128,150,143)
#748781
(116,135,129)
#687873
(104,120,115)
#5C6965
(92,105,101)
#505A57
(80,90,87)
#444B49
(68,75,73)
#383C3B
(56,60,59)
#2C2D2D
(44,45,45)
#201E1F
(32,30,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8CA59D

#8CA59D
(140,165,157)
#96ADA5
(150,173,165)
#A0B5AD
(160,181,173)
#AABDB5
(170,189,181)
#B4C5BD
(180,197,189)
#BECDC5
(190,205,197)
#C8D5CD
(200,213,205)
#D2DDD5
(210,221,213)
#DCE5DD
(220,229,221)
#E6EDE5
(230,237,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA59D; }

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

This text font color is #8CA59D.


Background Color

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

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

This div background color is #8CA59D.


Border color

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

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

This div border color is #8CA59D.


Opacity

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

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

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

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

This text has shadow with #8CA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA59D on black background.


Color preview on white background

This text has color #8CA59D on white background.



Black color preview on #8CA59D background

This text has black color on #8CA59D background.


White color preview on #8CA59D background

This text has white color on #8CA59D background.