COLOR #9DDC6C

HEX: #9DDC6C RGB: (157,220,108)

Color info

#9DDC6C contains mainly green color. Web safe color of #9DDC6C is #99CC66 (or #9C6).

RGB color model

#9DDC6C color RGB value is (157,220,108).

RGB: (157,220,108) (62%, 86%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 220 of 255 = 86%
B 108 of 255 = 42%

157
220
108

R + G + B ~ 63%. #9DDC6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 220 + 108 = 485 (100%)
R 157 of 485 ~ 32.37%
G 220 of 485 ~ 45.36%
B 108 of 485 ~ 22.27'%

%32.37
%45.36
%22.27

CMYK color model

#9DDC6C color CMYK value is (29,0,51,14).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 13.73%

CMYK: (29,0,51,14)
C29M0Y51K14 (29%, 0%, 51%, 14%)
(0.29 / 0.00 / 0.51 / 0.14)

CMYK percentages

%28.64
%0
%50.91
%13.73

Codes

Color #9DDC6C in popluar color models

9D DC 6C
RGB 157 220 108
HSL 94° 61.54% 64.31%
HSB/HSV 94° 50.91% 86.27%
CMYK 28.64% 0.00% 50.91%
13.73%

Color #9DDC6C in popluar number systems.

HEX 9D DC 6C
Decimal 157 220 108
Binary 10011101 11011100 1101100
Octal 235 334 154

Shades and tints

Shades of #9DDC6C

#9DDC6C
(157,220,108)
#8FC863
(143,200,99)
#81B45A
(129,180,90)
#73A051
(115,160,81)
#658C48
(101,140,72)
#57783F
(87,120,63)
#496436
(73,100,54)
#3B502D
(59,80,45)
#2D3C24
(45,60,36)
#1F281B
(31,40,27)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9DDC6C

#9DDC6C
(157,220,108)
#A5DF79
(165,223,121)
#ADE286
(173,226,134)
#B5E593
(181,229,147)
#BDE8A0
(189,232,160)
#C5EBAD
(197,235,173)
#CDEEBA
(205,238,186)
#D5F1C7
(213,241,199)
#DDF4D4
(221,244,212)
#E5F7E1
(229,247,225)
#EDFAEE
(237,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDC6C color. Also use rgb(157,220,108) instead hex code.

Text Font Color

.myTextColor { color: #9DDC6C; }

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

This text font color is #9DDC6C.

Background Color

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

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

This div background color is #9DDC6C.

Border color

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

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

This div border color is #9DDC6C.

Opacity

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

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

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

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

This text has shadow with #9DDC6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDC6C.

Preview

Color preview on black background

This text has color #9DDC6C on black background.


Color preview on white background

This text has color #9DDC6C on white background.


Black color preview on #9DDC6C background

This text has black color on #9DDC6C background.


White color preview on #9DDC6C background

This text has white color on #9DDC6C background.


Related colors

Complementary color

Complementary color for #hex is #622393.


I love getcolorcode.com

Triadic colors

1 #6C9DDC and #DC6C9D with #9DDC6C are triadic colors.

2 #6CDC9D and #DC9D6C with #9DDC6C are triadic colors.