COLOR #8CCF68

HEX: #8CCF68
RGB: (140,207,104)

Color info

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

RGB color model

#8CCF68 color RGB value is (140,207,104).

  • red value is 140;
  • green value is 207;
  • blue value is 104.
RGB:
(140,207,104)
(55%,81%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 207 of 255 = 81%
B 104 of 255 = 41%

140
207
104

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

Portions of RGB colors in percentages

R + G + B =
140 + 207 + 104 = 451 (100%)
R 140 of 451 ~ 31.04%
G 207 of 451 ~ 45.9%
B 104 of 451 ~ 23.06%

%31.04
%45.9
%23.06

CMYK color model

#8CCF68 color CMYK value is (32,0,50,19).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 18.82%
CMYK:
(32,0,50,19)
C32M0Y50K19 
(32%,0%,50%,19%)
(0.32/0.00/0.50/0.19)	

CMYK percentages

%32.37
%0
%49.76
%18.82

Codes

Color #8CCF68 in popluar color models

8CCF68
RGB140207104
HSL99°51.76%60.98%
HSB/HSV99°49.76%81.18%
CMYK32.37%0.00%49.76%
18.82%

Color #8CCF68 in popluar number systems.

HEX8CCF68
Decimal140207104
Binary10001100110011111101000
Octal214317150

Shades and tints

Shades of #8CCF68

#8CCF68
(140,207,104)
#80BD5F
(128,189,95)
#74AB56
(116,171,86)
#68994D
(104,153,77)
#5C8744
(92,135,68)
#50753B
(80,117,59)
#446332
(68,99,50)
#385129
(56,81,41)
#2C3F20
(44,63,32)
#202D17
(32,45,23)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #8CCF68

#8CCF68
(140,207,104)
#96D375
(150,211,117)
#A0D782
(160,215,130)
#AADB8F
(170,219,143)
#B4DF9C
(180,223,156)
#BEE3A9
(190,227,169)
#C8E7B6
(200,231,182)
#D2EBC3
(210,235,195)
#DCEFD0
(220,239,208)
#E6F3DD
(230,243,221)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCF68; }

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

This text font color is #8CCF68.


Background Color

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

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

This div background color is #8CCF68.


Border color

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

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

This div border color is #8CCF68.


Opacity

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

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

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

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

This text has shadow with #8CCF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCF68 on black background.


Color preview on white background

This text has color #8CCF68 on white background.



Black color preview on #8CCF68 background

This text has black color on #8CCF68 background.


White color preview on #8CCF68 background

This text has white color on #8CCF68 background.