COLOR #9DD885

HEX: #9DD885
RGB: (157,216,133)

Color info

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

RGB color model

#9DD885 color RGB value is (157,216,133).

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

RGB channels and saturation

R 157 of 255 = 62%
G 216 of 255 = 85%
B 133 of 255 = 52%

157
216
133

R + G + B ~ 66%. #9DD885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 216 + 133 = 506 (100%)
R 157 of 506 ~ 31.03%
G 216 of 506 ~ 42.69%
B 133 of 506 ~ 26.28%

%31.03
%42.69
%26.28

CMYK color model

#9DD885 color CMYK value is (27,0,38,15).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 38.43%
  • key color value is 15.29%
CMYK:
(27,0,38,15)
C27M0Y38K15 
(27%,0%,38%,15%)
(0.27/0.00/0.38/0.15)	

CMYK percentages

%27.31
%0
%38.43
%15.29

Codes

Color #9DD885 in popluar color models

9DD885
RGB157216133
HSL103°51.55%68.43%
HSB/HSV103°38.43%84.71%
CMYK27.31%0.00%38.43%
15.29%

Color #9DD885 in popluar number systems.

HEX9DD885
Decimal157216133
Binary100111011101100010000101
Octal235330205

Shades and tints

Shades of #9DD885

#9DD885
(157,216,133)
#8FC579
(143,197,121)
#81B26D
(129,178,109)
#739F61
(115,159,97)
#658C55
(101,140,85)
#577949
(87,121,73)
#49663D
(73,102,61)
#3B5331
(59,83,49)
#2D4025
(45,64,37)
#1F2D19
(31,45,25)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #9DD885

#9DD885
(157,216,133)
#A5DB90
(165,219,144)
#ADDE9B
(173,222,155)
#B5E1A6
(181,225,166)
#BDE4B1
(189,228,177)
#C5E7BC
(197,231,188)
#CDEAC7
(205,234,199)
#D5EDD2
(213,237,210)
#DDF0DD
(221,240,221)
#E5F3E8
(229,243,232)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD885; }

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

This text font color is #9DD885.


Background Color

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

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

This div background color is #9DD885.


Border color

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

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

This div border color is #9DD885.


Opacity

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

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

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

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

This text has shadow with #9DD885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD885 on black background.


Color preview on white background

This text has color #9DD885 on white background.



Black color preview on #9DD885 background

This text has black color on #9DD885 background.


White color preview on #9DD885 background

This text has white color on #9DD885 background.