COLOR #9DED7E

HEX: #9DED7E
RGB: (157,237,126)

Color info

#9DED7E contains mainly green color. Web safe color of #9DED7E is #99FF66 (or #9F6).

RGB color model

#9DED7E color RGB value is (157,237,126).

  • red value is 157;
  • green value is 237;
  • blue value is 126.
RGB:
(157,237,126)
(62%,93%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 237 of 255 = 93%
B 126 of 255 = 49%

157
237
126

R + G + B ~ 68%. #9DED7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 237 + 126 = 520 (100%)
R 157 of 520 ~ 30.19%
G 237 of 520 ~ 45.58%
B 126 of 520 ~ 24.23%

%30.19
%45.58
%24.23

CMYK color model

#9DED7E color CMYK value is (34,0,47,7).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 7.06%
CMYK:
(34,0,47,7)
C34M0Y47K7 
(34%,0%,47%,7%)
(0.34/0.00/0.47/0.07)	

CMYK percentages

%33.76
%0
%46.84
%7.06

Codes

Color #9DED7E in popluar color models

9DED7E
RGB157237126
HSL103°75.51%71.18%
HSB/HSV103°46.84%92.94%
CMYK33.76%0.00%46.84%
7.06%

Color #9DED7E in popluar number systems.

HEX9DED7E
Decimal157237126
Binary10011101111011011111110
Octal235355176

Shades and tints

Shades of #9DED7E

#9DED7E
(157,237,126)
#8FD873
(143,216,115)
#81C368
(129,195,104)
#73AE5D
(115,174,93)
#659952
(101,153,82)
#578447
(87,132,71)
#496F3C
(73,111,60)
#3B5A31
(59,90,49)
#2D4526
(45,69,38)
#1F301B
(31,48,27)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #9DED7E

#9DED7E
(157,237,126)
#A5EE89
(165,238,137)
#ADEF94
(173,239,148)
#B5F09F
(181,240,159)
#BDF1AA
(189,241,170)
#C5F2B5
(197,242,181)
#CDF3C0
(205,243,192)
#D5F4CB
(213,244,203)
#DDF5D6
(221,245,214)
#E5F6E1
(229,246,225)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DED7E color. Also use rgb(157,237,126) instead hex code.

Text Font Color

.myTextColor { color: #9DED7E; }

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

This text font color is #9DED7E.


Background Color

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

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

This div background color is #9DED7E.


Border color

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

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

This div border color is #9DED7E.


Opacity

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

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

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

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

This text has shadow with #9DED7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DED7E on black background.


Color preview on white background

This text has color #9DED7E on white background.



Black color preview on #9DED7E background

This text has black color on #9DED7E background.


White color preview on #9DED7E background

This text has white color on #9DED7E background.