COLOR #8CA680

HEX: #8CA680
RGB: (140,166,128)

Color info

#8CA680 contains red, green and blue colors in about the same proportion. Web safe color of #8CA680 is #999966 (or #996).

RGB color model

#8CA680 color RGB value is (140,166,128).

  • red value is 140;
  • green value is 166;
  • blue value is 128.
RGB:
(140,166,128)
(55%,65%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 128 of 255 = 50%

140
166
128

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

Portions of RGB colors in percentages

R + G + B =
140 + 166 + 128 = 434 (100%)
R 140 of 434 ~ 32.26%
G 166 of 434 ~ 38.25%
B 128 of 434 ~ 29.49%

%32.26
%38.25
%29.49

CMYK color model

#8CA680 color CMYK value is (16,0,23,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(16,0,23,35)
C16M0Y23K35 
(16%,0%,23%,35%)
(0.16/0.00/0.23/0.35)	

CMYK percentages

%15.66
%0
%22.89
%34.9

Codes

Color #8CA680 in popluar color models

8CA680
RGB140166128
HSL101°17.59%57.65%
HSB/HSV101°22.89%65.10%
CMYK15.66%0.00%22.89%
34.90%

Color #8CA680 in popluar number systems.

HEX8CA680
Decimal140166128
Binary100011001010011010000000
Octal214246200

Shades and tints

Shades of #8CA680

#8CA680
(140,166,128)
#809775
(128,151,117)
#74886A
(116,136,106)
#68795F
(104,121,95)
#5C6A54
(92,106,84)
#505B49
(80,91,73)
#444C3E
(68,76,62)
#383D33
(56,61,51)
#2C2E28
(44,46,40)
#201F1D
(32,31,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8CA680

#8CA680
(140,166,128)
#96AE8B
(150,174,139)
#A0B696
(160,182,150)
#AABEA1
(170,190,161)
#B4C6AC
(180,198,172)
#BECEB7
(190,206,183)
#C8D6C2
(200,214,194)
#D2DECD
(210,222,205)
#DCE6D8
(220,230,216)
#E6EEE3
(230,238,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA680 color. Also use rgb(140,166,128) instead hex code.

Text Font Color

.myTextColor { color: #8CA680; }

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

This text font color is #8CA680.


Background Color

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

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

This div background color is #8CA680.


Border color

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

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

This div border color is #8CA680.


Opacity

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

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

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

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

This text has shadow with #8CA680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA680 on black background.


Color preview on white background

This text has color #8CA680 on white background.



Black color preview on #8CA680 background

This text has black color on #8CA680 background.


White color preview on #8CA680 background

This text has white color on #8CA680 background.