COLOR #8CCC7B

HEX: #8CCC7B
RGB: (140,204,123)

Color info

#8CCC7B contains mainly green color. Web safe color of #8CCC7B is #99CC66 (or #9C6).

RGB color model

#8CCC7B color RGB value is (140,204,123).

  • red value is 140;
  • green value is 204;
  • blue value is 123.
RGB:
(140,204,123)
(55%,80%,48%)

RGB channels and saturation

R 140 of 255 = 55%
G 204 of 255 = 80%
B 123 of 255 = 48%

140
204
123

R + G + B ~ 61%. #8CCC7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 204 + 123 = 467 (100%)
R 140 of 467 ~ 29.98%
G 204 of 467 ~ 43.68%
B 123 of 467 ~ 26.34%

%29.98
%43.68
%26.34

CMYK color model

#8CCC7B color CMYK value is (31,0,40,20).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 20.00%
CMYK:
(31,0,40,20)
C31M0Y40K20 
(31%,0%,40%,20%)
(0.31/0.00/0.40/0.20)	

CMYK percentages

%31.37
%0
%39.71
%20

Codes

Color #8CCC7B in popluar color models

8CCC7B
RGB140204123
HSL107°44.26%64.12%
HSB/HSV107°39.71%80.00%
CMYK31.37%0.00%39.71%
20.00%

Color #8CCC7B in popluar number systems.

HEX8CCC7B
Decimal140204123
Binary10001100110011001111011
Octal214314173

Shades and tints

Shades of #8CCC7B

#8CCC7B
(140,204,123)
#80BA70
(128,186,112)
#74A865
(116,168,101)
#68965A
(104,150,90)
#5C844F
(92,132,79)
#507244
(80,114,68)
#446039
(68,96,57)
#384E2E
(56,78,46)
#2C3C23
(44,60,35)
#202A18
(32,42,24)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #8CCC7B

#8CCC7B
(140,204,123)
#96D087
(150,208,135)
#A0D493
(160,212,147)
#AAD89F
(170,216,159)
#B4DCAB
(180,220,171)
#BEE0B7
(190,224,183)
#C8E4C3
(200,228,195)
#D2E8CF
(210,232,207)
#DCECDB
(220,236,219)
#E6F0E7
(230,240,231)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCC7B; }

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

This text font color is #8CCC7B.


Background Color

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

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

This div background color is #8CCC7B.


Border color

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

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

This div border color is #8CCC7B.


Opacity

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

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

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

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

This text has shadow with #8CCC7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCC7B on black background.


Color preview on white background

This text has color #8CCC7B on white background.



Black color preview on #8CCC7B background

This text has black color on #8CCC7B background.


White color preview on #8CCC7B background

This text has white color on #8CCC7B background.