COLOR #8CCA7B

HEX: #8CCA7B RGB: (140,202,123)

Color info

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

RGB color model

#8CCA7B color RGB value is (140,202,123).

RGB: (140,202,123) (55%, 79%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 123 of 255 = 48%

140
202
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 202 + 123 = 465 (100%)
R 140 of 465 ~ 30.11%
G 202 of 465 ~ 43.44%
B 123 of 465 ~ 26.45'%

%30.11
%43.44
%26.45

CMYK color model

#8CCA7B color CMYK value is (31,0,39,21).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 20.78%

CMYK: (31,0,39,21)
C31M0Y39K21 (31%, 0%, 39%, 21%)
(0.31 / 0.00 / 0.39 / 0.21)

CMYK percentages

%30.69
%0
%39.11
%20.78

Codes

Color #8CCA7B in popluar color models

8C CA 7B
RGB 140 202 123
HSL 107° 42.70% 63.73%
HSB/HSV 107° 39.11% 79.22%
CMYK 30.69% 0.00% 39.11%
20.78%

Color #8CCA7B in popluar number systems.

HEX 8C CA 7B
Decimal 140 202 123
Binary 10001100 11001010 1111011
Octal 214 312 173

Shades and tints

Shades of #8CCA7B

#8CCA7B
(140,202,123)
#80B870
(128,184,112)
#74A665
(116,166,101)
#68945A
(104,148,90)
#5C824F
(92,130,79)
#507044
(80,112,68)
#445E39
(68,94,57)
#384C2E
(56,76,46)
#2C3A23
(44,58,35)
#202818
(32,40,24)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8CCA7B

#8CCA7B
(140,202,123)
#96CE87
(150,206,135)
#A0D293
(160,210,147)
#AAD69F
(170,214,159)
#B4DAAB
(180,218,171)
#BEDEB7
(190,222,183)
#C8E2C3
(200,226,195)
#D2E6CF
(210,230,207)
#DCEADB
(220,234,219)
#E6EEE7
(230,238,231)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCA7B; }

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

This text font color is #8CCA7B.

Background Color

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

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

This div background color is #8CCA7B.

Border color

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

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

This div border color is #8CCA7B.

Opacity

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

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

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

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

This text has shadow with #8CCA7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCA7B.

Preview

Color preview on black background

This text has color #8CCA7B on black background.


Color preview on white background

This text has color #8CCA7B on white background.


Black color preview on #8CCA7B background

This text has black color on #8CCA7B background.


White color preview on #8CCA7B background

This text has white color on #8CCA7B background.


Related colors

Complementary color

Complementary color for #hex is #733584.


I love getcolorcode.com

Triadic colors

1 #7B8CCA and #CA7B8C with #8CCA7B are triadic colors.

2 #7BCA8C and #CA8C7B with #8CCA7B are triadic colors.