COLOR #9DEE84

HEX: #9DEE84
RGB: (157,238,132)

Color info

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

RGB color model

#9DEE84 color RGB value is (157,238,132).

  • red value is 157;
  • green value is 238;
  • blue value is 132.
RGB:
(157,238,132)
(62%,93%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 238 of 255 = 93%
B 132 of 255 = 52%

157
238
132

R + G + B ~ 69%. #9DEE84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 238 + 132 = 527 (100%)
R 157 of 527 ~ 29.79%
G 238 of 527 ~ 45.16%
B 132 of 527 ~ 25.05%

%29.79
%45.16
%25.05

CMYK color model

#9DEE84 color CMYK value is (34,0,45,7).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 6.67%
CMYK:
(34,0,45,7)
C34M0Y45K7 
(34%,0%,45%,7%)
(0.34/0.00/0.45/0.07)	

CMYK percentages

%34.03
%0
%44.54
%6.67

Codes

Color #9DEE84 in popluar color models

9DEE84
RGB157238132
HSL106°75.71%72.55%
HSB/HSV106°44.54%93.33%
CMYK34.03%0.00%44.54%
6.67%

Color #9DEE84 in popluar number systems.

HEX9DEE84
Decimal157238132
Binary100111011110111010000100
Octal235356204

Shades and tints

Shades of #9DEE84

#9DEE84
(157,238,132)
#8FD978
(143,217,120)
#81C46C
(129,196,108)
#73AF60
(115,175,96)
#659A54
(101,154,84)
#578548
(87,133,72)
#49703C
(73,112,60)
#3B5B30
(59,91,48)
#2D4624
(45,70,36)
#1F3118
(31,49,24)
#111C0C
(17,28,12)
#000000
(0,0,0)

Tints of #9DEE84

#9DEE84
(157,238,132)
#A5EF8F
(165,239,143)
#ADF09A
(173,240,154)
#B5F1A5
(181,241,165)
#BDF2B0
(189,242,176)
#C5F3BB
(197,243,187)
#CDF4C6
(205,244,198)
#D5F5D1
(213,245,209)
#DDF6DC
(221,246,220)
#E5F7E7
(229,247,231)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEE84 color. Also use rgb(157,238,132) instead hex code.

Text Font Color

.myTextColor { color: #9DEE84; }

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

This text font color is #9DEE84.


Background Color

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

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

This div background color is #9DEE84.


Border color

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

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

This div border color is #9DEE84.


Opacity

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

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

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

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

This text has shadow with #9DEE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DEE84 on black background.


Color preview on white background

This text has color #9DEE84 on white background.



Black color preview on #9DEE84 background

This text has black color on #9DEE84 background.


White color preview on #9DEE84 background

This text has white color on #9DEE84 background.