COLOR #9DD77B

HEX: #9DD77B
RGB: (157,215,123)

Color info

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

RGB color model

#9DD77B color RGB value is (157,215,123).

  • red value is 157;
  • green value is 215;
  • blue value is 123.
RGB:
(157,215,123)
(62%,84%,48%)

RGB channels and saturation

R 157 of 255 = 62%
G 215 of 255 = 84%
B 123 of 255 = 48%

157
215
123

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

Portions of RGB colors in percentages

R + G + B =
157 + 215 + 123 = 495 (100%)
R 157 of 495 ~ 31.72%
G 215 of 495 ~ 43.43%
B 123 of 495 ~ 24.85%

%31.72
%43.43
%24.85

CMYK color model

#9DD77B color CMYK value is (27,0,43,16).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 15.69%
CMYK:
(27,0,43,16)
C27M0Y43K16 
(27%,0%,43%,16%)
(0.27/0.00/0.43/0.16)	

CMYK percentages

%26.98
%0
%42.79
%15.69

Codes

Color #9DD77B in popluar color models

9DD77B
RGB157215123
HSL98°53.49%66.27%
HSB/HSV98°42.79%84.31%
CMYK26.98%0.00%42.79%
15.69%

Color #9DD77B in popluar number systems.

HEX9DD77B
Decimal157215123
Binary10011101110101111111011
Octal235327173

Shades and tints

Shades of #9DD77B

#9DD77B
(157,215,123)
#8FC470
(143,196,112)
#81B165
(129,177,101)
#739E5A
(115,158,90)
#658B4F
(101,139,79)
#577844
(87,120,68)
#496539
(73,101,57)
#3B522E
(59,82,46)
#2D3F23
(45,63,35)
#1F2C18
(31,44,24)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #9DD77B

#9DD77B
(157,215,123)
#A5DA87
(165,218,135)
#ADDD93
(173,221,147)
#B5E09F
(181,224,159)
#BDE3AB
(189,227,171)
#C5E6B7
(197,230,183)
#CDE9C3
(205,233,195)
#D5ECCF
(213,236,207)
#DDEFDB
(221,239,219)
#E5F2E7
(229,242,231)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD77B color. Also use rgb(157,215,123) instead hex code.

Text Font Color

.myTextColor { color: #9DD77B; }

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

This text font color is #9DD77B.


Background Color

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

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

This div background color is #9DD77B.


Border color

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

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

This div border color is #9DD77B.


Opacity

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

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

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

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

This text has shadow with #9DD77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD77B on black background.


Color preview on white background

This text has color #9DD77B on white background.



Black color preview on #9DD77B background

This text has black color on #9DD77B background.


White color preview on #9DD77B background

This text has white color on #9DD77B background.