COLOR #9DE999

HEX: #9DE999
RGB: (157,233,153)

Color info

#9DE999 contains mainly green color. Web safe color of #9DE999 is #99FF99 (or #9F9).

RGB color model

#9DE999 color RGB value is (157,233,153).

  • red value is 157;
  • green value is 233;
  • blue value is 153.
RGB:
(157,233,153)
(62%,91%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 153 of 255 = 60%

157
233
153

R + G + B ~ 71%. #9DE999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 233 + 153 = 543 (100%)
R 157 of 543 ~ 28.91%
G 233 of 543 ~ 42.91%
B 153 of 543 ~ 28.18%

%28.91
%42.91
%28.18

CMYK color model

#9DE999 color CMYK value is (33,0,34,9).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 34.33%
  • key color value is 8.63%
CMYK:
(33,0,34,9)
C33M0Y34K9 
(33%,0%,34%,9%)
(0.33/0.00/0.34/0.09)	

CMYK percentages

%32.62
%0
%34.33
%8.63

Codes

Color #9DE999 in popluar color models

9DE999
RGB157233153
HSL117°64.52%75.69%
HSB/HSV117°34.33%91.37%
CMYK32.62%0.00%34.33%
8.63%

Color #9DE999 in popluar number systems.

HEX9DE999
Decimal157233153
Binary100111011110100110011001
Octal235351231

Shades and tints

Shades of #9DE999

#9DE999
(157,233,153)
#8FD48C
(143,212,140)
#81BF7F
(129,191,127)
#73AA72
(115,170,114)
#659565
(101,149,101)
#578058
(87,128,88)
#496B4B
(73,107,75)
#3B563E
(59,86,62)
#2D4131
(45,65,49)
#1F2C24
(31,44,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #9DE999

#9DE999
(157,233,153)
#A5EBA2
(165,235,162)
#ADEDAB
(173,237,171)
#B5EFB4
(181,239,180)
#BDF1BD
(189,241,189)
#C5F3C6
(197,243,198)
#CDF5CF
(205,245,207)
#D5F7D8
(213,247,216)
#DDF9E1
(221,249,225)
#E5FBEA
(229,251,234)
#EDFDF3
(237,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE999 color. Also use rgb(157,233,153) instead hex code.

Text Font Color

.myTextColor { color: #9DE999; }

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

This text font color is #9DE999.


Background Color

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

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

This div background color is #9DE999.


Border color

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

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

This div border color is #9DE999.


Opacity

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

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

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

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

This text has shadow with #9DE999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE999 on black background.


Color preview on white background

This text has color #9DE999 on white background.



Black color preview on #9DE999 background

This text has black color on #9DE999 background.


White color preview on #9DE999 background

This text has white color on #9DE999 background.