COLOR #9CCD83

HEX: #9CCD83 RGB: (156,205,131)

Color info

#9CCD83 contains mainly red and green colors. Web safe color of #9CCD83 is #99CC99 (or #9C9).

RGB color model

#9CCD83 color RGB value is (156,205,131).

RGB: (156,205,131) (61%, 80%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 205 of 255 = 80%
B 131 of 255 = 51%

156
205
131

R + G + B ~ 64%. #9CCD83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 205 + 131 = 492 (100%)
R 156 of 492 ~ 31.71%
G 205 of 492 ~ 41.67%
B 131 of 492 ~ 26.63'%

%31.71
%41.67
%26.63

CMYK color model

#9CCD83 color CMYK value is (24,0,36,20).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%

CMYK: (24,0,36,20)
C24M0Y36K20 (24%, 0%, 36%, 20%)
(0.24 / 0.00 / 0.36 / 0.20)

CMYK percentages

%23.9
%0
%36.1
%19.61

Codes

Color #9CCD83 in popluar color models

9C CD 83
RGB 156 205 131
HSL 100° 42.53% 65.88%
HSB/HSV 100° 36.10% 80.39%
CMYK 23.90% 0.00% 36.10%
19.61%

Color #9CCD83 in popluar number systems.

HEX 9C CD 83
Decimal 156 205 131
Binary 10011100 11001101 10000011
Octal 234 315 203

Shades and tints

Shades of #9CCD83

#9CCD83
(156,205,131)
#8EBB78
(142,187,120)
#80A96D
(128,169,109)
#729762
(114,151,98)
#648557
(100,133,87)
#56734C
(86,115,76)
#486141
(72,97,65)
#3A4F36
(58,79,54)
#2C3D2B
(44,61,43)
#1E2B20
(30,43,32)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #9CCD83

#9CCD83
(156,205,131)
#A5D18E
(165,209,142)
#AED599
(174,213,153)
#B7D9A4
(183,217,164)
#C0DDAF
(192,221,175)
#C9E1BA
(201,225,186)
#D2E5C5
(210,229,197)
#DBE9D0
(219,233,208)
#E4EDDB
(228,237,219)
#EDF1E6
(237,241,230)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCD83 color. Also use rgb(156,205,131) instead hex code.

Text Font Color

.myTextColor { color: #9CCD83; }

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

This text font color is #9CCD83.

Background Color

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

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

This div background color is #9CCD83.

Border color

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

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

This div border color is #9CCD83.

Opacity

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

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

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

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

This text has shadow with #9CCD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCD83.

Preview

Color preview on black background

This text has color #9CCD83 on black background.


Color preview on white background

This text has color #9CCD83 on white background.


Black color preview on #9CCD83 background

This text has black color on #9CCD83 background.


White color preview on #9CCD83 background

This text has white color on #9CCD83 background.


Related colors

Complementary color

Complementary color for #hex is #63327C.


I love getcolorcode.com

Triadic colors

1 #839CCD and #CD839C with #9CCD83 are triadic colors.

2 #83CD9C and #CD9C83 with #9CCD83 are triadic colors.