COLOR #9CD07B

HEX: #9CD07B
RGB: (156,208,123)

Color info

#9CD07B contains mainly red and green colors. Web safe color of #9CD07B is #99CC66 (or #9C6).

RGB color model

#9CD07B color RGB value is (156,208,123).

  • red value is 156;
  • green value is 208;
  • blue value is 123.
RGB:
(156,208,123)
(61%,82%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 208 of 255 = 82%
B 123 of 255 = 48%

156
208
123

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

Portions of RGB colors in percentages

R + G + B =
156 + 208 + 123 = 487 (100%)
R 156 of 487 ~ 32.03%
G 208 of 487 ~ 42.71%
B 123 of 487 ~ 25.26%

%32.03
%42.71
%25.26

CMYK color model

#9CD07B color CMYK value is (25,0,41,18).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(25,0,41,18)
C25M0Y41K18 
(25%,0%,41%,18%)
(0.25/0.00/0.41/0.18)	

CMYK percentages

%25
%0
%40.87
%18.43

Codes

Color #9CD07B in popluar color models

9CD07B
RGB156208123
HSL97°47.49%64.90%
HSB/HSV97°40.87%81.57%
CMYK25.00%0.00%40.87%
18.43%

Color #9CD07B in popluar number systems.

HEX9CD07B
Decimal156208123
Binary10011100110100001111011
Octal234320173

Shades and tints

Shades of #9CD07B

#9CD07B
(156,208,123)
#8EBE70
(142,190,112)
#80AC65
(128,172,101)
#729A5A
(114,154,90)
#64884F
(100,136,79)
#567644
(86,118,68)
#486439
(72,100,57)
#3A522E
(58,82,46)
#2C4023
(44,64,35)
#1E2E18
(30,46,24)
#101C0D
(16,28,13)
#000000
(0,0,0)

Tints of #9CD07B

#9CD07B
(156,208,123)
#A5D487
(165,212,135)
#AED893
(174,216,147)
#B7DC9F
(183,220,159)
#C0E0AB
(192,224,171)
#C9E4B7
(201,228,183)
#D2E8C3
(210,232,195)
#DBECCF
(219,236,207)
#E4F0DB
(228,240,219)
#EDF4E7
(237,244,231)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD07B; }

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

This text font color is #9CD07B.


Background Color

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

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

This div background color is #9CD07B.


Border color

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

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

This div border color is #9CD07B.


Opacity

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

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

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

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

This text has shadow with #9CD07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD07B on black background.


Color preview on white background

This text has color #9CD07B on white background.



Black color preview on #9CD07B background

This text has black color on #9CD07B background.


White color preview on #9CD07B background

This text has white color on #9CD07B background.