COLOR #8CA59B

HEX: #8CA59B RGB: (140,165,155)

Color info

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

RGB color model

#8CA59B color RGB value is (140,165,155).

RGB: (140,165,155) (55%, 65%, 61%)

RGB channels and saturation

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

140
165
155

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 155 = 460 (100%)
R 140 of 460 ~ 30.43%
G 165 of 460 ~ 35.87%
B 155 of 460 ~ 33.7'%

%30.43
%35.87
%33.7

CMYK color model

#8CA59B color CMYK value is (15,0,6,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (15,0,6,35)
C15M0Y6K35 (15%, 0%, 6%, 35%)
(0.15 / 0.00 / 0.06 / 0.35)

CMYK percentages

%15.15
%0
%6.06
%35.29

Codes

Color #8CA59B in popluar color models

8C A5 9B
RGB 140 165 155
HSL 156° 12.20% 59.80%
HSB/HSV 156° 15.15% 64.71%
CMYK 15.15% 0.00% 6.06%
35.29%

Color #8CA59B in popluar number systems.

HEX 8C A5 9B
Decimal 140 165 155
Binary 10001100 10100101 10011011
Octal 214 245 233

Shades and tints

Shades of #8CA59B

#8CA59B
(140,165,155)
#80968D
(128,150,141)
#74877F
(116,135,127)
#687871
(104,120,113)
#5C6963
(92,105,99)
#505A55
(80,90,85)
#444B47
(68,75,71)
#383C39
(56,60,57)
#2C2D2B
(44,45,43)
#201E1D
(32,30,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8CA59B

#8CA59B
(140,165,155)
#96ADA4
(150,173,164)
#A0B5AD
(160,181,173)
#AABDB6
(170,189,182)
#B4C5BF
(180,197,191)
#BECDC8
(190,205,200)
#C8D5D1
(200,213,209)
#D2DDDA
(210,221,218)
#DCE5E3
(220,229,227)
#E6EDEC
(230,237,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA59B; }

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

This text font color is #8CA59B.

Background Color

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

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

This div background color is #8CA59B.

Border color

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

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

This div border color is #8CA59B.

Opacity

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

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

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

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

This text has shadow with #8CA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA59B.

Preview

Color preview on black background

This text has color #8CA59B on black background.


Color preview on white background

This text has color #8CA59B on white background.


Black color preview on #8CA59B background

This text has black color on #8CA59B background.


White color preview on #8CA59B background

This text has white color on #8CA59B background.


Related colors

Complementary color

Complementary color for #hex is #735A64.


I love getcolorcode.com

Triadic colors

1 #9B8CA5 and #A59B8C with #8CA59B are triadic colors.

2 #9BA58C and #A58C9B with #8CA59B are triadic colors.