COLOR #8CB080

HEX: #8CB080 RGB: (140,176,128)

Color info

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

RGB color model

#8CB080 color RGB value is (140,176,128).

RGB: (140,176,128) (55%, 69%, 50%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 128 of 255 = 50%

140
176
128

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

Portions of RGB colors in percentages

R + G + B = 140 + 176 + 128 = 444 (100%)
R 140 of 444 ~ 31.53%
G 176 of 444 ~ 39.64%
B 128 of 444 ~ 28.83'%

%31.53
%39.64
%28.83

CMYK color model

#8CB080 color CMYK value is (20,0,27,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 30.98%

CMYK: (20,0,27,31)
C20M0Y27K31 (20%, 0%, 27%, 31%)
(0.20 / 0.00 / 0.27 / 0.31)

CMYK percentages

%20.45
%0
%27.27
%30.98

Codes

Color #8CB080 in popluar color models

8C B0 80
RGB 140 176 128
HSL 105° 23.30% 59.61%
HSB/HSV 105° 27.27% 69.02%
CMYK 20.45% 0.00% 27.27%
30.98%

Color #8CB080 in popluar number systems.

HEX 8C B0 80
Decimal 140 176 128
Binary 10001100 10110000 10000000
Octal 214 260 200

Shades and tints

Shades of #8CB080

#8CB080
(140,176,128)
#80A075
(128,160,117)
#74906A
(116,144,106)
#68805F
(104,128,95)
#5C7054
(92,112,84)
#506049
(80,96,73)
#44503E
(68,80,62)
#384033
(56,64,51)
#2C3028
(44,48,40)
#20201D
(32,32,29)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8CB080

#8CB080
(140,176,128)
#96B78B
(150,183,139)
#A0BE96
(160,190,150)
#AAC5A1
(170,197,161)
#B4CCAC
(180,204,172)
#BED3B7
(190,211,183)
#C8DAC2
(200,218,194)
#D2E1CD
(210,225,205)
#DCE8D8
(220,232,216)
#E6EFE3
(230,239,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB080; }

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

This text font color is #8CB080.

Background Color

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

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

This div background color is #8CB080.

Border color

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

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

This div border color is #8CB080.

Opacity

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

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

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

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

This text has shadow with #8CB080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB080.

Preview

Color preview on black background

This text has color #8CB080 on black background.


Color preview on white background

This text has color #8CB080 on white background.


Black color preview on #8CB080 background

This text has black color on #8CB080 background.


White color preview on #8CB080 background

This text has white color on #8CB080 background.


Related colors

Complementary color

Complementary color for #hex is #734F7F.


I love getcolorcode.com

Triadic colors

1 #808CB0 and #B0808C with #8CB080 are triadic colors.

2 #80B08C and #B08C80 with #8CB080 are triadic colors.