COLOR #8CA59C

HEX: #8CA59C
RGB: (140,165,156)

Color info

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

RGB color model

#8CA59C color RGB value is (140,165,156).

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

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 156 of 255 = 61%

140
165
156

R + G + B ~ 60%. #8CA59C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 156 = 461 (100%)
R 140 of 461 ~ 30.37%
G 165 of 461 ~ 35.79%
B 156 of 461 ~ 33.84%

%30.37
%35.79
%33.84

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • 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
%5.45
%35.29

Codes

Color #8CA59C in popluar color models

8CA59C
RGB140165156
HSL158°12.20%59.80%
HSB/HSV158°15.15%64.71%
CMYK15.15%0.00%5.45%
35.29%

Color #8CA59C in popluar number systems.

HEX8CA59C
Decimal140165156
Binary100011001010010110011100
Octal214245234

Shades and tints

Shades of #8CA59C

#8CA59C
(140,165,156)
#80968E
(128,150,142)
#748780
(116,135,128)
#687872
(104,120,114)
#5C6964
(92,105,100)
#505A56
(80,90,86)
#444B48
(68,75,72)
#383C3A
(56,60,58)
#2C2D2C
(44,45,44)
#201E1E
(32,30,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #8CA59C

#8CA59C
(140,165,156)
#96ADA5
(150,173,165)
#A0B5AE
(160,181,174)
#AABDB7
(170,189,183)
#B4C5C0
(180,197,192)
#BECDC9
(190,205,201)
#C8D5D2
(200,213,210)
#D2DDDB
(210,221,219)
#DCE5E4
(220,229,228)
#E6EDED
(230,237,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA59C; }

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

This text font color is #8CA59C.


Background Color

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

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

This div background color is #8CA59C.


Border color

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

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

This div border color is #8CA59C.


Opacity

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

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

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

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

This text has shadow with #8CA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA59C on black background.


Color preview on white background

This text has color #8CA59C on white background.



Black color preview on #8CA59C background

This text has black color on #8CA59C background.


White color preview on #8CA59C background

This text has white color on #8CA59C background.