COLOR #9CD997

HEX: #9CD997
RGB: (156,217,151)

Color info

#9CD997 contains mainly green color. Web safe color of #9CD997 is #99CC99 (or #9C9).

RGB color model

#9CD997 color RGB value is (156,217,151).

  • red value is 156;
  • green value is 217;
  • blue value is 151.
RGB:
(156,217,151)
(61%,85%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 151 of 255 = 59%

156
217
151

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

Portions of RGB colors in percentages

R + G + B =
156 + 217 + 151 = 524 (100%)
R 156 of 524 ~ 29.77%
G 217 of 524 ~ 41.41%
B 151 of 524 ~ 28.82%

%29.77
%41.41
%28.82

CMYK color model

#9CD997 color CMYK value is (28,0,30,15).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 14.90%
CMYK:
(28,0,30,15)
C28M0Y30K15 
(28%,0%,30%,15%)
(0.28/0.00/0.30/0.15)	

CMYK percentages

%28.11
%0
%30.41
%14.9

Codes

Color #9CD997 in popluar color models

9CD997
RGB156217151
HSL115°46.48%72.16%
HSB/HSV115°30.41%85.10%
CMYK28.11%0.00%30.41%
14.90%

Color #9CD997 in popluar number systems.

HEX9CD997
Decimal156217151
Binary100111001101100110010111
Octal234331227

Shades and tints

Shades of #9CD997

#9CD997
(156,217,151)
#8EC68A
(142,198,138)
#80B37D
(128,179,125)
#72A070
(114,160,112)
#648D63
(100,141,99)
#567A56
(86,122,86)
#486749
(72,103,73)
#3A543C
(58,84,60)
#2C412F
(44,65,47)
#1E2E22
(30,46,34)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CD997

#9CD997
(156,217,151)
#A5DCA0
(165,220,160)
#AEDFA9
(174,223,169)
#B7E2B2
(183,226,178)
#C0E5BB
(192,229,187)
#C9E8C4
(201,232,196)
#D2EBCD
(210,235,205)
#DBEED6
(219,238,214)
#E4F1DF
(228,241,223)
#EDF4E8
(237,244,232)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD997 color. Also use rgb(156,217,151) instead hex code.

Text Font Color

.myTextColor { color: #9CD997; }

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

This text font color is #9CD997.


Background Color

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

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

This div background color is #9CD997.


Border color

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

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

This div border color is #9CD997.


Opacity

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

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

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

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

This text has shadow with #9CD997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD997 on black background.


Color preview on white background

This text has color #9CD997 on white background.



Black color preview on #9CD997 background

This text has black color on #9CD997 background.


White color preview on #9CD997 background

This text has white color on #9CD997 background.