COLOR #8CCC96

HEX: #8CCC96 RGB: (140,204,150)

Color info

#8CCC96 contains mainly green and blue colors. Web safe color of #8CCC96 is #99CC99 (or #9C9).

RGB color model

#8CCC96 color RGB value is (140,204,150).

RGB: (140,204,150) (55%, 80%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 204 of 255 = 80%
B 150 of 255 = 59%

140
204
150

R + G + B ~ 65%. #8CCC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 204 + 150 = 494 (100%)
R 140 of 494 ~ 28.34%
G 204 of 494 ~ 41.3%
B 150 of 494 ~ 30.36'%

%28.34
%41.3
%30.36

CMYK color model

#8CCC96 color CMYK value is (31,0,26,20).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (31,0,26,20)
C31M0Y26K20 (31%, 0%, 26%, 20%)
(0.31 / 0.00 / 0.26 / 0.20)

CMYK percentages

%31.37
%0
%26.47
%20

Codes

Color #8CCC96 in popluar color models

8C CC 96
RGB 140 204 150
HSL 129° 38.55% 67.45%
HSB/HSV 129° 31.37% 80.00%
CMYK 31.37% 0.00% 26.47%
20.00%

Color #8CCC96 in popluar number systems.

HEX 8C CC 96
Decimal 140 204 150
Binary 10001100 11001100 10010110
Octal 214 314 226

Shades and tints

Shades of #8CCC96

#8CCC96
(140,204,150)
#80BA89
(128,186,137)
#74A87C
(116,168,124)
#68966F
(104,150,111)
#5C8462
(92,132,98)
#507255
(80,114,85)
#446048
(68,96,72)
#384E3B
(56,78,59)
#2C3C2E
(44,60,46)
#202A21
(32,42,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #8CCC96

#8CCC96
(140,204,150)
#96D09F
(150,208,159)
#A0D4A8
(160,212,168)
#AAD8B1
(170,216,177)
#B4DCBA
(180,220,186)
#BEE0C3
(190,224,195)
#C8E4CC
(200,228,204)
#D2E8D5
(210,232,213)
#DCECDE
(220,236,222)
#E6F0E7
(230,240,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCC96 color. Also use rgb(140,204,150) instead hex code.

Text Font Color

.myTextColor { color: #8CCC96; }

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

This text font color is #8CCC96.

Background Color

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

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

This div background color is #8CCC96.

Border color

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

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

This div border color is #8CCC96.

Opacity

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

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

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

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

This text has shadow with #8CCC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCC96.

Preview

Color preview on black background

This text has color #8CCC96 on black background.


Color preview on white background

This text has color #8CCC96 on white background.


Black color preview on #8CCC96 background

This text has black color on #8CCC96 background.


White color preview on #8CCC96 background

This text has white color on #8CCC96 background.


Related colors

Complementary color

Complementary color for #hex is #733369.


I love getcolorcode.com

Triadic colors

1 #968CCC and #CC968C with #8CCC96 are triadic colors.

2 #96CC8C and #CC8C96 with #8CCC96 are triadic colors.