COLOR #9DDE81

HEX: #9DDE81
RGB: (157,222,129)

Color info

#9DDE81 contains mainly green color. Web safe color of #9DDE81 is #99CC99 (or #9C9).

RGB color model

#9DDE81 color RGB value is (157,222,129).

  • red value is 157;
  • green value is 222;
  • blue value is 129.
RGB:
(157,222,129)
(62%,87%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 222 of 255 = 87%
B 129 of 255 = 51%

157
222
129

R + G + B ~ 67%. #9DDE81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 222 + 129 = 508 (100%)
R 157 of 508 ~ 30.91%
G 222 of 508 ~ 43.7%
B 129 of 508 ~ 25.39%

%30.91
%43.7
%25.39

CMYK color model

#9DDE81 color CMYK value is (29,0,42,13).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 41.89%
  • key color value is 12.94%
CMYK:
(29,0,42,13)
C29M0Y42K13 
(29%,0%,42%,13%)
(0.29/0.00/0.42/0.13)	

CMYK percentages

%29.28
%0
%41.89
%12.94

Codes

Color #9DDE81 in popluar color models

9DDE81
RGB157222129
HSL102°58.49%68.82%
HSB/HSV102°41.89%87.06%
CMYK29.28%0.00%41.89%
12.94%

Color #9DDE81 in popluar number systems.

HEX9DDE81
Decimal157222129
Binary100111011101111010000001
Octal235336201

Shades and tints

Shades of #9DDE81

#9DDE81
(157,222,129)
#8FCA76
(143,202,118)
#81B66B
(129,182,107)
#73A260
(115,162,96)
#658E55
(101,142,85)
#577A4A
(87,122,74)
#49663F
(73,102,63)
#3B5234
(59,82,52)
#2D3E29
(45,62,41)
#1F2A1E
(31,42,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9DDE81

#9DDE81
(157,222,129)
#A5E18C
(165,225,140)
#ADE497
(173,228,151)
#B5E7A2
(181,231,162)
#BDEAAD
(189,234,173)
#C5EDB8
(197,237,184)
#CDF0C3
(205,240,195)
#D5F3CE
(213,243,206)
#DDF6D9
(221,246,217)
#E5F9E4
(229,249,228)
#EDFCEF
(237,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDE81 color. Also use rgb(157,222,129) instead hex code.

Text Font Color

.myTextColor { color: #9DDE81; }

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

This text font color is #9DDE81.


Background Color

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

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

This div background color is #9DDE81.


Border color

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

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

This div border color is #9DDE81.


Opacity

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

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

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

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

This text has shadow with #9DDE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDE81 on black background.


Color preview on white background

This text has color #9DDE81 on white background.



Black color preview on #9DDE81 background

This text has black color on #9DDE81 background.


White color preview on #9DDE81 background

This text has white color on #9DDE81 background.