COLOR #9CD88D

HEX: #9CD88D
RGB: (156,216,141)

Color info

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

RGB color model

#9CD88D color RGB value is (156,216,141).

  • red value is 156;
  • green value is 216;
  • blue value is 141.
RGB:
(156,216,141)
(61%,85%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 216 of 255 = 85%
B 141 of 255 = 55%

156
216
141

R + G + B ~ 67%. #9CD88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 216 + 141 = 513 (100%)
R 156 of 513 ~ 30.41%
G 216 of 513 ~ 42.11%
B 141 of 513 ~ 27.49%

%30.41
%42.11
%27.49

CMYK color model

#9CD88D color CMYK value is (28,0,35,15).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 15.29%
CMYK:
(28,0,35,15)
C28M0Y35K15 
(28%,0%,35%,15%)
(0.28/0.00/0.35/0.15)	

CMYK percentages

%27.78
%0
%34.72
%15.29

Codes

Color #9CD88D in popluar color models

9CD88D
RGB156216141
HSL108°49.02%70.00%
HSB/HSV108°34.72%84.71%
CMYK27.78%0.00%34.72%
15.29%

Color #9CD88D in popluar number systems.

HEX9CD88D
Decimal156216141
Binary100111001101100010001101
Octal234330215

Shades and tints

Shades of #9CD88D

#9CD88D
(156,216,141)
#8EC581
(142,197,129)
#80B275
(128,178,117)
#729F69
(114,159,105)
#648C5D
(100,140,93)
#567951
(86,121,81)
#486645
(72,102,69)
#3A5339
(58,83,57)
#2C402D
(44,64,45)
#1E2D21
(30,45,33)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #9CD88D

#9CD88D
(156,216,141)
#A5DB97
(165,219,151)
#AEDEA1
(174,222,161)
#B7E1AB
(183,225,171)
#C0E4B5
(192,228,181)
#C9E7BF
(201,231,191)
#D2EAC9
(210,234,201)
#DBEDD3
(219,237,211)
#E4F0DD
(228,240,221)
#EDF3E7
(237,243,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD88D color. Also use rgb(156,216,141) instead hex code.

Text Font Color

.myTextColor { color: #9CD88D; }

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

This text font color is #9CD88D.


Background Color

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

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

This div background color is #9CD88D.


Border color

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

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

This div border color is #9CD88D.


Opacity

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

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

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

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

This text has shadow with #9CD88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD88D on black background.


Color preview on white background

This text has color #9CD88D on white background.



Black color preview on #9CD88D background

This text has black color on #9CD88D background.


White color preview on #9CD88D background

This text has white color on #9CD88D background.