COLOR #8CA678

HEX: #8CA678 RGB: (140,166,120)

Color info

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

RGB color model

#8CA678 color RGB value is (140,166,120).

RGB: (140,166,120) (55%, 65%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 120 of 255 = 47%

140
166
120

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

Portions of RGB colors in percentages

R + G + B = 140 + 166 + 120 = 426 (100%)
R 140 of 426 ~ 32.86%
G 166 of 426 ~ 38.97%
B 120 of 426 ~ 28.17'%

%32.86
%38.97
%28.17

CMYK color model

#8CA678 color CMYK value is (16,0,28,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 34.90%

CMYK: (16,0,28,35)
C16M0Y28K35 (16%, 0%, 28%, 35%)
(0.16 / 0.00 / 0.28 / 0.35)

CMYK percentages

%15.66
%0
%27.71
%34.9

Codes

Color #8CA678 in popluar color models

8C A6 78
RGB 140 166 120
HSL 94° 20.54% 56.08%
HSB/HSV 94° 27.71% 65.10%
CMYK 15.66% 0.00% 27.71%
34.90%

Color #8CA678 in popluar number systems.

HEX 8C A6 78
Decimal 140 166 120
Binary 10001100 10100110 1111000
Octal 214 246 170

Shades and tints

Shades of #8CA678

#8CA678
(140,166,120)
#80976E
(128,151,110)
#748864
(116,136,100)
#68795A
(104,121,90)
#5C6A50
(92,106,80)
#505B46
(80,91,70)
#444C3C
(68,76,60)
#383D32
(56,61,50)
#2C2E28
(44,46,40)
#201F1E
(32,31,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8CA678

#8CA678
(140,166,120)
#96AE84
(150,174,132)
#A0B690
(160,182,144)
#AABE9C
(170,190,156)
#B4C6A8
(180,198,168)
#BECEB4
(190,206,180)
#C8D6C0
(200,214,192)
#D2DECC
(210,222,204)
#DCE6D8
(220,230,216)
#E6EEE4
(230,238,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA678; }

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

This text font color is #8CA678.

Background Color

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

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

This div background color is #8CA678.

Border color

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

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

This div border color is #8CA678.

Opacity

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

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

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

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

This text has shadow with #8CA678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA678.

Preview

Color preview on black background

This text has color #8CA678 on black background.


Color preview on white background

This text has color #8CA678 on white background.


Black color preview on #8CA678 background

This text has black color on #8CA678 background.


White color preview on #8CA678 background

This text has white color on #8CA678 background.


Related colors

Complementary color

Complementary color for #hex is #735987.


I love getcolorcode.com

Triadic colors

1 #788CA6 and #A6788C with #8CA678 are triadic colors.

2 #78A68C and #A68C78 with #8CA678 are triadic colors.