COLOR #8CC671

HEX: #8CC671
RGB: (140,198,113)

Color info

#8CC671 contains mainly red and green colors. Web safe color of #8CC671 is #99CC66 (or #9C6).

RGB color model

#8CC671 color RGB value is (140,198,113).

  • red value is 140;
  • green value is 198;
  • blue value is 113.
RGB:
(140,198,113)
(55%,78%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 198 of 255 = 78%
B 113 of 255 = 44%

140
198
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 198 + 113 = 451 (100%)
R 140 of 451 ~ 31.04%
G 198 of 451 ~ 43.9%
B 113 of 451 ~ 25.06%

%31.04
%43.9
%25.06

CMYK color model

#8CC671 color CMYK value is (29,0,43,22).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 22.35%
CMYK:
(29,0,43,22)
C29M0Y43K22 
(29%,0%,43%,22%)
(0.29/0.00/0.43/0.22)	

CMYK percentages

%29.29
%0
%42.93
%22.35

Codes

Color #8CC671 in popluar color models

8CC671
RGB140198113
HSL101°42.71%60.98%
HSB/HSV101°42.93%77.65%
CMYK29.29%0.00%42.93%
22.35%

Color #8CC671 in popluar number systems.

HEX8CC671
Decimal140198113
Binary10001100110001101110001
Octal214306161

Shades and tints

Shades of #8CC671

#8CC671
(140,198,113)
#80B467
(128,180,103)
#74A25D
(116,162,93)
#689053
(104,144,83)
#5C7E49
(92,126,73)
#506C3F
(80,108,63)
#445A35
(68,90,53)
#38482B
(56,72,43)
#2C3621
(44,54,33)
#202417
(32,36,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #8CC671

#8CC671
(140,198,113)
#96CB7D
(150,203,125)
#A0D089
(160,208,137)
#AAD595
(170,213,149)
#B4DAA1
(180,218,161)
#BEDFAD
(190,223,173)
#C8E4B9
(200,228,185)
#D2E9C5
(210,233,197)
#DCEED1
(220,238,209)
#E6F3DD
(230,243,221)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC671 color. Also use rgb(140,198,113) instead hex code.

Text Font Color

.myTextColor { color: #8CC671; }

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

This text font color is #8CC671.


Background Color

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

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

This div background color is #8CC671.


Border color

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

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

This div border color is #8CC671.


Opacity

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

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

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

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

This text has shadow with #8CC671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC671 on black background.


Color preview on white background

This text has color #8CC671 on white background.



Black color preview on #8CC671 background

This text has black color on #8CC671 background.


White color preview on #8CC671 background

This text has white color on #8CC671 background.