COLOR #8C9C6E

HEX: #8C9C6E RGB: (140,156,110)

Color info

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

RGB color model

#8C9C6E color RGB value is (140,156,110).

RGB: (140,156,110) (55%, 61%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 110 of 255 = 43%

140
156
110

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

Portions of RGB colors in percentages

R + G + B = 140 + 156 + 110 = 406 (100%)
R 140 of 406 ~ 34.48%
G 156 of 406 ~ 38.42%
B 110 of 406 ~ 27.09'%

%34.48
%38.42
%27.09

CMYK color model

#8C9C6E color CMYK value is (10,0,29,39).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK: (10,0,29,39) C10M0Y29K39 (10%,0%,29%,39%) (0.10/0.00/0.29/0.39) 

CMYK percentages

%10.26
%0
%29.49
%38.82

Codes

Color #8C9C6E in popluar color models

8C 9C 6E
RGB 140 156 110
HSL 81° 18.85% 52.16%
HSB/HSV 81° 29.49% 61.18%
CMYK 10.26% 0.00% 29.49%
38.82%

Color #8C9C6E in popluar number systems.

HEX 8C 9C 6E
Decimal 140 156 110
Binary 10001100 10011100 1101110
Octal 214 234 156

Shades and tints

Shades of #8C9C6E

#8C9C6E
(140,156,110)
#808E64
(128,142,100)
#74805A
(116,128,90)
#687250
(104,114,80)
#5C6446
(92,100,70)
#50563C
(80,86,60)
#444832
(68,72,50)
#383A28
(56,58,40)
#2C2C1E
(44,44,30)
#201E14
(32,30,20)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #8C9C6E

#8C9C6E
(140,156,110)
#96A57B
(150,165,123)
#A0AE88
(160,174,136)
#AAB795
(170,183,149)
#B4C0A2
(180,192,162)
#BEC9AF
(190,201,175)
#C8D2BC
(200,210,188)
#D2DBC9
(210,219,201)
#DCE4D6
(220,228,214)
#E6EDE3
(230,237,227)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9C6E color. Also use rgb(140,156,110) instead hex code.

Text Font Color

.myTextColor { color: #8C9C6E; }

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

This text font color is #8C9C6E.

Background Color

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

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

This div background color is #8C9C6E.

Border color

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

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

This div border color is #8C9C6E.

Opacity

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

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

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

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

This text has shadow with #8C9C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9C6E.

Preview

Color preview on black background

This text has color #8C9C6E on black background.


Color preview on white background

This text has color #8C9C6E on white background.


Black color preview on #8C9C6E background

This text has black color on #8C9C6E background.


White color preview on #8C9C6E background

This text has white color on #8C9C6E background.


Related colors

Complementary color

Complementary color for #hex is #736391.


I love getcolorcode.com

Triadic colors

1 #6E8C9C and #9C6E8C with #8C9C6E are triadic colors.

2 #6E9C8C and #9C8C6E with #8C9C6E are triadic colors.