COLOR #9CDC7B

HEX: #9CDC7B RGB: (156,220,123)

Color info

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

RGB color model

#9CDC7B color RGB value is (156,220,123).

RGB: (156,220,123) (61%, 86%, 48%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 123 of 255 = 48%

156
220
123

R + G + B ~ 65%. #9CDC7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 220 + 123 = 499 (100%)
R 156 of 499 ~ 31.26%
G 220 of 499 ~ 44.09%
B 123 of 499 ~ 24.65'%

%31.26
%44.09
%24.65

CMYK color model

#9CDC7B color CMYK value is (29,0,44,14).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 13.73%
CMYK: (29,0,44,14) C29M0Y44K14 (29%,0%,44%,14%) (0.29/0.00/0.44/0.14) 

CMYK percentages

%29.09
%0
%44.09
%13.73

Codes

Color #9CDC7B in popluar color models

9C DC 7B
RGB 156 220 123
HSL 100° 58.08% 67.25%
HSB/HSV 100° 44.09% 86.27%
CMYK 29.09% 0.00% 44.09%
13.73%

Color #9CDC7B in popluar number systems.

HEX 9C DC 7B
Decimal 156 220 123
Binary 10011100 11011100 1111011
Octal 234 334 173

Shades and tints

Shades of #9CDC7B

#9CDC7B
(156,220,123)
#8EC870
(142,200,112)
#80B465
(128,180,101)
#72A05A
(114,160,90)
#648C4F
(100,140,79)
#567844
(86,120,68)
#486439
(72,100,57)
#3A502E
(58,80,46)
#2C3C23
(44,60,35)
#1E2818
(30,40,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9CDC7B

#9CDC7B
(156,220,123)
#A5DF87
(165,223,135)
#AEE293
(174,226,147)
#B7E59F
(183,229,159)
#C0E8AB
(192,232,171)
#C9EBB7
(201,235,183)
#D2EEC3
(210,238,195)
#DBF1CF
(219,241,207)
#E4F4DB
(228,244,219)
#EDF7E7
(237,247,231)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDC7B color. Also use rgb(156,220,123) instead hex code.

Text Font Color

.myTextColor { color: #9CDC7B; }

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

This text font color is #9CDC7B.

Background Color

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

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

This div background color is #9CDC7B.

Border color

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

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

This div border color is #9CDC7B.

Opacity

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

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

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

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

This text has shadow with #9CDC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDC7B.

Preview

Color preview on black background

This text has color #9CDC7B on black background.


Color preview on white background

This text has color #9CDC7B on white background.


Black color preview on #9CDC7B background

This text has black color on #9CDC7B background.


White color preview on #9CDC7B background

This text has white color on #9CDC7B background.


Related colors

Complementary color

Complementary color for #hex is #632384.


I love getcolorcode.com

Triadic colors

1 #7B9CDC and #DC7B9C with #9CDC7B are triadic colors.

2 #7BDC9C and #DC9C7B with #9CDC7B are triadic colors.