COLOR #9DF087

HEX: #9DF087
RGB: (157,240,135)

Color info

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

RGB color model

#9DF087 color RGB value is (157,240,135).

  • red value is 157;
  • green value is 240;
  • blue value is 135.
RGB:
(157,240,135)
(62%,94%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 240 of 255 = 94%
B 135 of 255 = 53%

157
240
135

R + G + B ~ 70%. #9DF087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 240 + 135 = 532 (100%)
R 157 of 532 ~ 29.51%
G 240 of 532 ~ 45.11%
B 135 of 532 ~ 25.38%

%29.51
%45.11
%25.38

CMYK color model

#9DF087 color CMYK value is (35,0,44,6).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(35,0,44,6)
C35M0Y44K6 
(35%,0%,44%,6%)
(0.35/0.00/0.44/0.06)	

CMYK percentages

%34.58
%0
%43.75
%5.88

Codes

Color #9DF087 in popluar color models

9DF087
RGB157240135
HSL107°77.78%73.53%
HSB/HSV107°43.75%94.12%
CMYK34.58%0.00%43.75%
5.88%

Color #9DF087 in popluar number systems.

HEX9DF087
Decimal157240135
Binary100111011111000010000111
Octal235360207

Shades and tints

Shades of #9DF087

#9DF087
(157,240,135)
#8FDB7B
(143,219,123)
#81C66F
(129,198,111)
#73B163
(115,177,99)
#659C57
(101,156,87)
#57874B
(87,135,75)
#49723F
(73,114,63)
#3B5D33
(59,93,51)
#2D4827
(45,72,39)
#1F331B
(31,51,27)
#111E0F
(17,30,15)
#000000
(0,0,0)

Tints of #9DF087

#9DF087
(157,240,135)
#A5F191
(165,241,145)
#ADF29B
(173,242,155)
#B5F3A5
(181,243,165)
#BDF4AF
(189,244,175)
#C5F5B9
(197,245,185)
#CDF6C3
(205,246,195)
#D5F7CD
(213,247,205)
#DDF8D7
(221,248,215)
#E5F9E1
(229,249,225)
#EDFAEB
(237,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF087 color. Also use rgb(157,240,135) instead hex code.

Text Font Color

.myTextColor { color: #9DF087; }

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

This text font color is #9DF087.


Background Color

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

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

This div background color is #9DF087.


Border color

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

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

This div border color is #9DF087.


Opacity

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

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

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

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

This text has shadow with #9DF087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF087 on black background.


Color preview on white background

This text has color #9DF087 on white background.



Black color preview on #9DF087 background

This text has black color on #9DF087 background.


White color preview on #9DF087 background

This text has white color on #9DF087 background.