COLOR #9CD285

HEX: #9CD285
RGB: (156,210,133)

Color info

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

RGB color model

#9CD285 color RGB value is (156,210,133).

  • red value is 156;
  • green value is 210;
  • blue value is 133.
RGB:
(156,210,133)
(61%,82%,52%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 133 of 255 = 52%

156
210
133

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

Portions of RGB colors in percentages

R + G + B =
156 + 210 + 133 = 499 (100%)
R 156 of 499 ~ 31.26%
G 210 of 499 ~ 42.08%
B 133 of 499 ~ 26.65%

%31.26
%42.08
%26.65

CMYK color model

#9CD285 color CMYK value is (26,0,37,18).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 17.65%
CMYK:
(26,0,37,18)
C26M0Y37K18 
(26%,0%,37%,18%)
(0.26/0.00/0.37/0.18)	

CMYK percentages

%25.71
%0
%36.67
%17.65

Codes

Color #9CD285 in popluar color models

9CD285
RGB156210133
HSL102°46.11%67.25%
HSB/HSV102°36.67%82.35%
CMYK25.71%0.00%36.67%
17.65%

Color #9CD285 in popluar number systems.

HEX9CD285
Decimal156210133
Binary100111001101001010000101
Octal234322205

Shades and tints

Shades of #9CD285

#9CD285
(156,210,133)
#8EBF79
(142,191,121)
#80AC6D
(128,172,109)
#729961
(114,153,97)
#648655
(100,134,85)
#567349
(86,115,73)
#48603D
(72,96,61)
#3A4D31
(58,77,49)
#2C3A25
(44,58,37)
#1E2719
(30,39,25)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #9CD285

#9CD285
(156,210,133)
#A5D690
(165,214,144)
#AEDA9B
(174,218,155)
#B7DEA6
(183,222,166)
#C0E2B1
(192,226,177)
#C9E6BC
(201,230,188)
#D2EAC7
(210,234,199)
#DBEED2
(219,238,210)
#E4F2DD
(228,242,221)
#EDF6E8
(237,246,232)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD285 color. Also use rgb(156,210,133) instead hex code.

Text Font Color

.myTextColor { color: #9CD285; }

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

This text font color is #9CD285.


Background Color

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

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

This div background color is #9CD285.


Border color

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

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

This div border color is #9CD285.


Opacity

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

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

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

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

This text has shadow with #9CD285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD285 on black background.


Color preview on white background

This text has color #9CD285 on white background.



Black color preview on #9CD285 background

This text has black color on #9CD285 background.


White color preview on #9CD285 background

This text has white color on #9CD285 background.