COLOR #9CDD82

HEX: #9CDD82 RGB: (156,221,130)

Color info

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

RGB color model

#9CDD82 color RGB value is (156,221,130).

RGB: (156,221,130) (61%, 87%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 221 of 255 = 87%
B 130 of 255 = 51%

156
221
130

R + G + B ~ 66%. #9CDD82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 221 + 130 = 507 (100%)
R 156 of 507 ~ 30.77%
G 221 of 507 ~ 43.59%
B 130 of 507 ~ 25.64'%

%30.77
%43.59
%25.64

CMYK color model

#9CDD82 color CMYK value is (29,0,41,13).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (29,0,41,13)
C29M0Y41K13 (29%, 0%, 41%, 13%)
(0.29 / 0.00 / 0.41 / 0.13)

CMYK percentages

%29.41
%0
%41.18
%13.33

Codes

Color #9CDD82 in popluar color models

9C DD 82
RGB 156 221 130
HSL 103° 57.23% 68.82%
HSB/HSV 103° 41.18% 86.67%
CMYK 29.41% 0.00% 41.18%
13.33%

Color #9CDD82 in popluar number systems.

HEX 9C DD 82
Decimal 156 221 130
Binary 10011100 11011101 10000010
Octal 234 335 202

Shades and tints

Shades of #9CDD82

#9CDD82
(156,221,130)
#8EC977
(142,201,119)
#80B56C
(128,181,108)
#72A161
(114,161,97)
#648D56
(100,141,86)
#56794B
(86,121,75)
#486540
(72,101,64)
#3A5135
(58,81,53)
#2C3D2A
(44,61,42)
#1E291F
(30,41,31)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9CDD82

#9CDD82
(156,221,130)
#A5E08D
(165,224,141)
#AEE398
(174,227,152)
#B7E6A3
(183,230,163)
#C0E9AE
(192,233,174)
#C9ECB9
(201,236,185)
#D2EFC4
(210,239,196)
#DBF2CF
(219,242,207)
#E4F5DA
(228,245,218)
#EDF8E5
(237,248,229)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDD82 color. Also use rgb(156,221,130) instead hex code.

Text Font Color

.myTextColor { color: #9CDD82; }

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

This text font color is #9CDD82.

Background Color

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

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

This div background color is #9CDD82.

Border color

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

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

This div border color is #9CDD82.

Opacity

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

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

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

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

This text has shadow with #9CDD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDD82.

Preview

Color preview on black background

This text has color #9CDD82 on black background.


Color preview on white background

This text has color #9CDD82 on white background.


Black color preview on #9CDD82 background

This text has black color on #9CDD82 background.


White color preview on #9CDD82 background

This text has white color on #9CDD82 background.


Related colors

Complementary color

Complementary color for #hex is #63227D.


I love getcolorcode.com

Triadic colors

1 #829CDD and #DD829C with #9CDD82 are triadic colors.

2 #82DD9C and #DD9C82 with #9CDD82 are triadic colors.