COLOR #9DC285

HEX: #9DC285
RGB: (157,194,133)

Color info

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

RGB color model

#9DC285 color RGB value is (157,194,133).

  • red value is 157;
  • green value is 194;
  • blue value is 133.
RGB:
(157,194,133)
(62%,76%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 194 of 255 = 76%
B 133 of 255 = 52%

157
194
133

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

Portions of RGB colors in percentages

R + G + B =
157 + 194 + 133 = 484 (100%)
R 157 of 484 ~ 32.44%
G 194 of 484 ~ 40.08%
B 133 of 484 ~ 27.48%

%32.44
%40.08
%27.48

CMYK color model

#9DC285 color CMYK value is (19,0,31,24).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(19,0,31,24)
C19M0Y31K24 
(19%,0%,31%,24%)
(0.19/0.00/0.31/0.24)	

CMYK percentages

%19.07
%0
%31.44
%23.92

Codes

Color #9DC285 in popluar color models

9DC285
RGB157194133
HSL96°33.33%64.12%
HSB/HSV96°31.44%76.08%
CMYK19.07%0.00%31.44%
23.92%

Color #9DC285 in popluar number systems.

HEX9DC285
Decimal157194133
Binary100111011100001010000101
Octal235302205

Shades and tints

Shades of #9DC285

#9DC285
(157,194,133)
#8FB179
(143,177,121)
#81A06D
(129,160,109)
#738F61
(115,143,97)
#657E55
(101,126,85)
#576D49
(87,109,73)
#495C3D
(73,92,61)
#3B4B31
(59,75,49)
#2D3A25
(45,58,37)
#1F2919
(31,41,25)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #9DC285

#9DC285
(157,194,133)
#A5C790
(165,199,144)
#ADCC9B
(173,204,155)
#B5D1A6
(181,209,166)
#BDD6B1
(189,214,177)
#C5DBBC
(197,219,188)
#CDE0C7
(205,224,199)
#D5E5D2
(213,229,210)
#DDEADD
(221,234,221)
#E5EFE8
(229,239,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC285 color. Also use rgb(157,194,133) instead hex code.

Text Font Color

.myTextColor { color: #9DC285; }

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

This text font color is #9DC285.


Background Color

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

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

This div background color is #9DC285.


Border color

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

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

This div border color is #9DC285.


Opacity

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

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

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

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

This text has shadow with #9DC285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC285 on black background.


Color preview on white background

This text has color #9DC285 on white background.



Black color preview on #9DC285 background

This text has black color on #9DC285 background.


White color preview on #9DC285 background

This text has white color on #9DC285 background.