COLOR #8CA487

HEX: #8CA487
RGB: (140,164,135)

Color info

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

RGB color model

#8CA487 color RGB value is (140,164,135).

  • red value is 140;
  • green value is 164;
  • blue value is 135.
RGB:
(140,164,135)
(55%,64%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 135 of 255 = 53%

140
164
135

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 135 = 439 (100%)
R 140 of 439 ~ 31.89%
G 164 of 439 ~ 37.36%
B 135 of 439 ~ 30.75%

%31.89
%37.36
%30.75

CMYK color model

#8CA487 color CMYK value is (15,0,18,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK:
(15,0,18,36)
C15M0Y18K36 
(15%,0%,18%,36%)
(0.15/0.00/0.18/0.36)	

CMYK percentages

%14.63
%0
%17.68
%35.69

Codes

Color #8CA487 in popluar color models

8CA487
RGB140164135
HSL110°13.74%58.63%
HSB/HSV110°17.68%64.31%
CMYK14.63%0.00%17.68%
35.69%

Color #8CA487 in popluar number systems.

HEX8CA487
Decimal140164135
Binary100011001010010010000111
Octal214244207

Shades and tints

Shades of #8CA487

#8CA487
(140,164,135)
#80967B
(128,150,123)
#74886F
(116,136,111)
#687A63
(104,122,99)
#5C6C57
(92,108,87)
#505E4B
(80,94,75)
#44503F
(68,80,63)
#384233
(56,66,51)
#2C3427
(44,52,39)
#20261B
(32,38,27)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #8CA487

#8CA487
(140,164,135)
#96AC91
(150,172,145)
#A0B49B
(160,180,155)
#AABCA5
(170,188,165)
#B4C4AF
(180,196,175)
#BECCB9
(190,204,185)
#C8D4C3
(200,212,195)
#D2DCCD
(210,220,205)
#DCE4D7
(220,228,215)
#E6ECE1
(230,236,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA487 color. Also use rgb(140,164,135) instead hex code.

Text Font Color

.myTextColor { color: #8CA487; }

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

This text font color is #8CA487.


Background Color

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

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

This div background color is #8CA487.


Border color

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

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

This div border color is #8CA487.


Opacity

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

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

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

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

This text has shadow with #8CA487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA487 on black background.


Color preview on white background

This text has color #8CA487 on white background.



Black color preview on #8CA487 background

This text has black color on #8CA487 background.


White color preview on #8CA487 background

This text has white color on #8CA487 background.