COLOR #9DC385

HEX: #9DC385 RGB: (157,195,133)

Color info

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

RGB color model

#9DC385 color RGB value is (157,195,133).

RGB: (157,195,133) (62%, 76%, 52%)

RGB channels and saturation

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

157
195
133

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

Portions of RGB colors in percentages

R + G + B = 157 + 195 + 133 = 485 (100%)
R 157 of 485 ~ 32.37%
G 195 of 485 ~ 40.21%
B 133 of 485 ~ 27.42'%

%32.37
%40.21
%27.42

CMYK color model

#9DC385 color CMYK value is (19,0,32,24).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 23.53%

CMYK: (19,0,32,24)
C19M0Y32K24 (19%, 0%, 32%, 24%)
(0.19 / 0.00 / 0.32 / 0.24)

CMYK percentages

%19.49
%0
%31.79
%23.53

Codes

Color #9DC385 in popluar color models

9D C3 85
RGB 157 195 133
HSL 97° 34.07% 64.31%
HSB/HSV 97° 31.79% 76.47%
CMYK 19.49% 0.00% 31.79%
23.53%

Color #9DC385 in popluar number systems.

HEX 9D C3 85
Decimal 157 195 133
Binary 10011101 11000011 10000101
Octal 235 303 205

Shades and tints

Shades of #9DC385

#9DC385
(157,195,133)
#8FB279
(143,178,121)
#81A16D
(129,161,109)
#739061
(115,144,97)
#657F55
(101,127,85)
#576E49
(87,110,73)
#495D3D
(73,93,61)
#3B4C31
(59,76,49)
#2D3B25
(45,59,37)
#1F2A19
(31,42,25)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #9DC385

#9DC385
(157,195,133)
#A5C890
(165,200,144)
#ADCD9B
(173,205,155)
#B5D2A6
(181,210,166)
#BDD7B1
(189,215,177)
#C5DCBC
(197,220,188)
#CDE1C7
(205,225,199)
#D5E6D2
(213,230,210)
#DDEBDD
(221,235,221)
#E5F0E8
(229,240,232)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC385; }

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

This text font color is #9DC385.

Background Color

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

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

This div background color is #9DC385.

Border color

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

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

This div border color is #9DC385.

Opacity

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

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

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

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

This text has shadow with #9DC385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC385.

Preview

Color preview on black background

This text has color #9DC385 on black background.


Color preview on white background

This text has color #9DC385 on white background.


Black color preview on #9DC385 background

This text has black color on #9DC385 background.


White color preview on #9DC385 background

This text has white color on #9DC385 background.


Related colors

Complementary color

Complementary color for #hex is #623C7A.


I love getcolorcode.com

Triadic colors

1 #859DC3 and #C3859D with #9DC385 are triadic colors.

2 #85C39D and #C39D85 with #9DC385 are triadic colors.