COLOR #8CCB7E

HEX: #8CCB7E RGB: (140,203,126)

Color info

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

RGB color model

#8CCB7E color RGB value is (140,203,126).

RGB: (140,203,126) (55%, 80%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 203 of 255 = 80%
B 126 of 255 = 49%

140
203
126

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

Portions of RGB colors in percentages

R + G + B = 140 + 203 + 126 = 469 (100%)
R 140 of 469 ~ 29.85%
G 203 of 469 ~ 43.28%
B 126 of 469 ~ 26.87'%

%29.85
%43.28
%26.87

CMYK color model

#8CCB7E color CMYK value is (31,0,38,20).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 20.39%

CMYK: (31,0,38,20)
C31M0Y38K20 (31%, 0%, 38%, 20%)
(0.31 / 0.00 / 0.38 / 0.20)

CMYK percentages

%31.03
%0
%37.93
%20.39

Codes

Color #8CCB7E in popluar color models

8C CB 7E
RGB 140 203 126
HSL 109° 42.54% 64.51%
HSB/HSV 109° 37.93% 79.61%
CMYK 31.03% 0.00% 37.93%
20.39%

Color #8CCB7E in popluar number systems.

HEX 8C CB 7E
Decimal 140 203 126
Binary 10001100 11001011 1111110
Octal 214 313 176

Shades and tints

Shades of #8CCB7E

#8CCB7E
(140,203,126)
#80B973
(128,185,115)
#74A768
(116,167,104)
#68955D
(104,149,93)
#5C8352
(92,131,82)
#507147
(80,113,71)
#445F3C
(68,95,60)
#384D31
(56,77,49)
#2C3B26
(44,59,38)
#20291B
(32,41,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #8CCB7E

#8CCB7E
(140,203,126)
#96CF89
(150,207,137)
#A0D394
(160,211,148)
#AAD79F
(170,215,159)
#B4DBAA
(180,219,170)
#BEDFB5
(190,223,181)
#C8E3C0
(200,227,192)
#D2E7CB
(210,231,203)
#DCEBD6
(220,235,214)
#E6EFE1
(230,239,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCB7E color. Also use rgb(140,203,126) instead hex code.

Text Font Color

.myTextColor { color: #8CCB7E; }

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

This text font color is #8CCB7E.

Background Color

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

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

This div background color is #8CCB7E.

Border color

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

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

This div border color is #8CCB7E.

Opacity

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

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

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

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

This text has shadow with #8CCB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCB7E.

Preview

Color preview on black background

This text has color #8CCB7E on black background.


Color preview on white background

This text has color #8CCB7E on white background.


Black color preview on #8CCB7E background

This text has black color on #8CCB7E background.


White color preview on #8CCB7E background

This text has white color on #8CCB7E background.


Related colors

Complementary color

Complementary color for #hex is #733481.


I love getcolorcode.com

Triadic colors

1 #7E8CCB and #CB7E8C with #8CCB7E are triadic colors.

2 #7ECB8C and #CB8C7E with #8CCB7E are triadic colors.