COLOR #8CA086

HEX: #8CA086
RGB: (140,160,134)

Color info

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

RGB color model

#8CA086 color RGB value is (140,160,134).

  • red value is 140;
  • green value is 160;
  • blue value is 134.
RGB:
(140,160,134)
(55%,63%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 134 of 255 = 53%

140
160
134

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 134 = 434 (100%)
R 140 of 434 ~ 32.26%
G 160 of 434 ~ 36.87%
B 134 of 434 ~ 30.88%

%32.26
%36.87
%30.88

CMYK color model

#8CA086 color CMYK value is (13,0,16,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(13,0,16,37)
C13M0Y16K37 
(13%,0%,16%,37%)
(0.13/0.00/0.16/0.37)	

CMYK percentages

%12.5
%0
%16.25
%37.25

Codes

Color #8CA086 in popluar color models

8CA086
RGB140160134
HSL106°12.04%57.65%
HSB/HSV106°16.25%62.75%
CMYK12.50%0.00%16.25%
37.25%

Color #8CA086 in popluar number systems.

HEX8CA086
Decimal140160134
Binary100011001010000010000110
Octal214240206

Shades and tints

Shades of #8CA086

#8CA086
(140,160,134)
#80927A
(128,146,122)
#74846E
(116,132,110)
#687662
(104,118,98)
#5C6856
(92,104,86)
#505A4A
(80,90,74)
#444C3E
(68,76,62)
#383E32
(56,62,50)
#2C3026
(44,48,38)
#20221A
(32,34,26)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #8CA086

#8CA086
(140,160,134)
#96A891
(150,168,145)
#A0B09C
(160,176,156)
#AAB8A7
(170,184,167)
#B4C0B2
(180,192,178)
#BEC8BD
(190,200,189)
#C8D0C8
(200,208,200)
#D2D8D3
(210,216,211)
#DCE0DE
(220,224,222)
#E6E8E9
(230,232,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA086 color. Also use rgb(140,160,134) instead hex code.

Text Font Color

.myTextColor { color: #8CA086; }

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

This text font color is #8CA086.


Background Color

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

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

This div background color is #8CA086.


Border color

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

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

This div border color is #8CA086.


Opacity

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

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

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

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

This text has shadow with #8CA086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA086 on black background.


Color preview on white background

This text has color #8CA086 on white background.



Black color preview on #8CA086 background

This text has black color on #8CA086 background.


White color preview on #8CA086 background

This text has white color on #8CA086 background.