COLOR #9CD696

HEX: #9CD696
RGB: (156,214,150)

Color info

#9CD696 contains mainly red and green colors. Web safe color of #9CD696 is #99CC99 (or #9C9).

RGB color model

#9CD696 color RGB value is (156,214,150).

  • red value is 156;
  • green value is 214;
  • blue value is 150.
RGB:
(156,214,150)
(61%,84%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 214 of 255 = 84%
B 150 of 255 = 59%

156
214
150

R + G + B ~ 68%. #9CD696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 214 + 150 = 520 (100%)
R 156 of 520 ~ 30%
G 214 of 520 ~ 41.15%
B 150 of 520 ~ 28.85%

%30
%41.15
%28.85

CMYK color model

#9CD696 color CMYK value is (27,0,30,16).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(27,0,30,16)
C27M0Y30K16 
(27%,0%,30%,16%)
(0.27/0.00/0.30/0.16)	

CMYK percentages

%27.1
%0
%29.91
%16.08

Codes

Color #9CD696 in popluar color models

9CD696
RGB156214150
HSL114°43.84%71.37%
HSB/HSV114°29.91%83.92%
CMYK27.10%0.00%29.91%
16.08%

Color #9CD696 in popluar number systems.

HEX9CD696
Decimal156214150
Binary100111001101011010010110
Octal234326226

Shades and tints

Shades of #9CD696

#9CD696
(156,214,150)
#8EC389
(142,195,137)
#80B07C
(128,176,124)
#729D6F
(114,157,111)
#648A62
(100,138,98)
#567755
(86,119,85)
#486448
(72,100,72)
#3A513B
(58,81,59)
#2C3E2E
(44,62,46)
#1E2B21
(30,43,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #9CD696

#9CD696
(156,214,150)
#A5D99F
(165,217,159)
#AEDCA8
(174,220,168)
#B7DFB1
(183,223,177)
#C0E2BA
(192,226,186)
#C9E5C3
(201,229,195)
#D2E8CC
(210,232,204)
#DBEBD5
(219,235,213)
#E4EEDE
(228,238,222)
#EDF1E7
(237,241,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD696 color. Also use rgb(156,214,150) instead hex code.

Text Font Color

.myTextColor { color: #9CD696; }

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

This text font color is #9CD696.


Background Color

.myBgColor { background-color: #9CD696; }

<div style="background-color:#9CD696">Inner text</div>

This div background color is #9CD696.


Border color

.myBorderColor { border: 1px solid #9CD696; }

<div style="border:3px solid #9CD696">Div</div>

This div border color is #9CD696.


Opacity

.myOpacity80 { color: #9CD696; opacity: 0.8; }

<p style="color:#9CD696;opacity:0.8;">80%</p>

Text with #9CD696 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 #9CD696;}

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

This text has shadow with #9CD696 color.

.textShadow {text-shadow: 3px 3px 1px #9CD696, 3px 3px 1px red;}

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

This text has shadow with #9CD696 primary color and red secondary color.


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

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

This text has shadow with #9CD696 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD696 on black background.


Color preview on white background

This text has color #9CD696 on white background.



Black color preview on #9CD696 background

This text has black color on #9CD696 background.


White color preview on #9CD696 background

This text has white color on #9CD696 background.