COLOR #8CCC8B

HEX: #8CCC8B RGB: (140,204,139)

Color info

#8CCC8B contains mainly green color. Web safe color of #8CCC8B is #99CC99 (or #9C9).

RGB color model

#8CCC8B color RGB value is (140,204,139).

RGB: (140,204,139) (55%, 80%, 55%)

RGB channels and saturation

R 140 of 255 = 55%
G 204 of 255 = 80%
B 139 of 255 = 55%

140
204
139

R + G + B ~ 63%. #8CCC8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 204 + 139 = 483 (100%)
R 140 of 483 ~ 28.99%
G 204 of 483 ~ 42.24%
B 139 of 483 ~ 28.78'%

%28.99
%42.24
%28.78

CMYK color model

#8CCC8B color CMYK value is (31,0,32,20).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 20.00%

CMYK: (31,0,32,20)
C31M0Y32K20 (31%, 0%, 32%, 20%)
(0.31 / 0.00 / 0.32 / 0.20)

CMYK percentages

%31.37
%0
%31.86
%20

Codes

Color #8CCC8B in popluar color models

8C CC 8B
RGB 140 204 139
HSL 119° 38.92% 67.25%
HSB/HSV 119° 31.86% 80.00%
CMYK 31.37% 0.00% 31.86%
20.00%

Color #8CCC8B in popluar number systems.

HEX 8C CC 8B
Decimal 140 204 139
Binary 10001100 11001100 10001011
Octal 214 314 213

Shades and tints

Shades of #8CCC8B

#8CCC8B
(140,204,139)
#80BA7F
(128,186,127)
#74A873
(116,168,115)
#689667
(104,150,103)
#5C845B
(92,132,91)
#50724F
(80,114,79)
#446043
(68,96,67)
#384E37
(56,78,55)
#2C3C2B
(44,60,43)
#202A1F
(32,42,31)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #8CCC8B

#8CCC8B
(140,204,139)
#96D095
(150,208,149)
#A0D49F
(160,212,159)
#AAD8A9
(170,216,169)
#B4DCB3
(180,220,179)
#BEE0BD
(190,224,189)
#C8E4C7
(200,228,199)
#D2E8D1
(210,232,209)
#DCECDB
(220,236,219)
#E6F0E5
(230,240,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCC8B color. Also use rgb(140,204,139) instead hex code.

Text Font Color

.myTextColor { color: #8CCC8B; }

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

This text font color is #8CCC8B.

Background Color

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

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

This div background color is #8CCC8B.

Border color

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

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

This div border color is #8CCC8B.

Opacity

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

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

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

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

This text has shadow with #8CCC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCC8B.

Preview

Color preview on black background

This text has color #8CCC8B on black background.


Color preview on white background

This text has color #8CCC8B on white background.


Black color preview on #8CCC8B background

This text has black color on #8CCC8B background.


White color preview on #8CCC8B background

This text has white color on #8CCC8B background.


Related colors

Complementary color

Complementary color for #hex is #733374.


I love getcolorcode.com

Triadic colors

1 #8B8CCC and #CC8B8C with #8CCC8B are triadic colors.

2 #8BCC8C and #CC8C8B with #8CCC8B are triadic colors.