COLOR #8CA488

HEX: #8CA488
RGB: (140,164,136)

Color info

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

RGB color model

#8CA488 color RGB value is (140,164,136).

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

RGB channels and saturation

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

140
164
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 136 = 440 (100%)
R 140 of 440 ~ 31.82%
G 164 of 440 ~ 37.27%
B 136 of 440 ~ 30.91%

%31.82
%37.27
%30.91

CMYK color model

#8CA488 color CMYK value is (15,0,17,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(15,0,17,36)
C15M0Y17K36 
(15%,0%,17%,36%)
(0.15/0.00/0.17/0.36)	

CMYK percentages

%14.63
%0
%17.07
%35.69

Codes

Color #8CA488 in popluar color models

8CA488
RGB140164136
HSL111°13.33%58.82%
HSB/HSV111°17.07%64.31%
CMYK14.63%0.00%17.07%
35.69%

Color #8CA488 in popluar number systems.

HEX8CA488
Decimal140164136
Binary100011001010010010001000
Octal214244210

Shades and tints

Shades of #8CA488

#8CA488
(140,164,136)
#80967C
(128,150,124)
#748870
(116,136,112)
#687A64
(104,122,100)
#5C6C58
(92,108,88)
#505E4C
(80,94,76)
#445040
(68,80,64)
#384234
(56,66,52)
#2C3428
(44,52,40)
#20261C
(32,38,28)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CA488

#8CA488
(140,164,136)
#96AC92
(150,172,146)
#A0B49C
(160,180,156)
#AABCA6
(170,188,166)
#B4C4B0
(180,196,176)
#BECCBA
(190,204,186)
#C8D4C4
(200,212,196)
#D2DCCE
(210,220,206)
#DCE4D8
(220,228,216)
#E6ECE2
(230,236,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA488; }

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

This text font color is #8CA488.


Background Color

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

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

This div background color is #8CA488.


Border color

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

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

This div border color is #8CA488.


Opacity

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

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

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

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

This text has shadow with #8CA488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA488 on black background.


Color preview on white background

This text has color #8CA488 on white background.



Black color preview on #8CA488 background

This text has black color on #8CA488 background.


White color preview on #8CA488 background

This text has white color on #8CA488 background.