COLOR #8CCF7B

HEX: #8CCF7B RGB: (140,207,123)

Color info

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

RGB color model

#8CCF7B color RGB value is (140,207,123).

RGB: (140,207,123) (55%, 81%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 207 of 255 = 81%
B 123 of 255 = 48%

140
207
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 207 + 123 = 470 (100%)
R 140 of 470 ~ 29.79%
G 207 of 470 ~ 44.04%
B 123 of 470 ~ 26.17'%

%29.79
%44.04
%26.17

CMYK color model

#8CCF7B color CMYK value is (32,0,41,19).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 40.58%
  • key color value is 18.82%
CMYK: (32,0,41,19) C32M0Y41K19 (32%,0%,41%,19%) (0.32/0.00/0.41/0.19) 

CMYK percentages

%32.37
%0
%40.58
%18.82

Codes

Color #8CCF7B in popluar color models

8C CF 7B
RGB 140 207 123
HSL 108° 46.67% 64.71%
HSB/HSV 108° 40.58% 81.18%
CMYK 32.37% 0.00% 40.58%
18.82%

Color #8CCF7B in popluar number systems.

HEX 8C CF 7B
Decimal 140 207 123
Binary 10001100 11001111 1111011
Octal 214 317 173

Shades and tints

Shades of #8CCF7B

#8CCF7B
(140,207,123)
#80BD70
(128,189,112)
#74AB65
(116,171,101)
#68995A
(104,153,90)
#5C874F
(92,135,79)
#507544
(80,117,68)
#446339
(68,99,57)
#38512E
(56,81,46)
#2C3F23
(44,63,35)
#202D18
(32,45,24)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #8CCF7B

#8CCF7B
(140,207,123)
#96D387
(150,211,135)
#A0D793
(160,215,147)
#AADB9F
(170,219,159)
#B4DFAB
(180,223,171)
#BEE3B7
(190,227,183)
#C8E7C3
(200,231,195)
#D2EBCF
(210,235,207)
#DCEFDB
(220,239,219)
#E6F3E7
(230,243,231)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCF7B; }

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

This text font color is #8CCF7B.

Background Color

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

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

This div background color is #8CCF7B.

Border color

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

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

This div border color is #8CCF7B.

Opacity

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

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

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

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

This text has shadow with #8CCF7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCF7B.

Preview

Color preview on black background

This text has color #8CCF7B on black background.


Color preview on white background

This text has color #8CCF7B on white background.


Black color preview on #8CCF7B background

This text has black color on #8CCF7B background.


White color preview on #8CCF7B background

This text has white color on #8CCF7B background.


Related colors

Complementary color

Complementary color for #hex is #733084.


I love getcolorcode.com

Triadic colors

1 #7B8CCF and #CF7B8C with #8CCF7B are triadic colors.

2 #7BCF8C and #CF8C7B with #8CCF7B are triadic colors.