COLOR #9DFD88

HEX: #9DFD88
RGB: (157,253,136)

Color info

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

RGB color model

#9DFD88 color RGB value is (157,253,136).

  • red value is 157;
  • green value is 253;
  • blue value is 136.
RGB:
(157,253,136)
(62%,99%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 253 of 255 = 99%
B 136 of 255 = 53%

157
253
136

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

Portions of RGB colors in percentages

R + G + B =
157 + 253 + 136 = 546 (100%)
R 157 of 546 ~ 28.75%
G 253 of 546 ~ 46.34%
B 136 of 546 ~ 24.91%

%28.75
%46.34
%24.91

CMYK color model

#9DFD88 color CMYK value is (38,0,46,1).

  • cyan value is 37.94%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 0.78%
CMYK:
(38,0,46,1)
C38M0Y46K1 
(38%,0%,46%,1%)
(0.38/0.00/0.46/0.01)	

CMYK percentages

%37.94
%0
%46.25
%0.78

Codes

Color #9DFD88 in popluar color models

9DFD88
RGB157253136
HSL109°96.69%76.27%
HSB/HSV109°46.25%99.22%
CMYK37.94%0.00%46.25%
0.78%

Color #9DFD88 in popluar number systems.

HEX9DFD88
Decimal157253136
Binary100111011111110110001000
Octal235375210

Shades and tints

Shades of #9DFD88

#9DFD88
(157,253,136)
#8FE67C
(143,230,124)
#81CF70
(129,207,112)
#73B864
(115,184,100)
#65A158
(101,161,88)
#578A4C
(87,138,76)
#497340
(73,115,64)
#3B5C34
(59,92,52)
#2D4528
(45,69,40)
#1F2E1C
(31,46,28)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #9DFD88

#9DFD88
(157,253,136)
#A5FD92
(165,253,146)
#ADFD9C
(173,253,156)
#B5FDA6
(181,253,166)
#BDFDB0
(189,253,176)
#C5FDBA
(197,253,186)
#CDFDC4
(205,253,196)
#D5FDCE
(213,253,206)
#DDFDD8
(221,253,216)
#E5FDE2
(229,253,226)
#EDFDEC
(237,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DFD88 color. Also use rgb(157,253,136) instead hex code.

Text Font Color

.myTextColor { color: #9DFD88; }

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

This text font color is #9DFD88.


Background Color

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

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

This div background color is #9DFD88.


Border color

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

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

This div border color is #9DFD88.


Opacity

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

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

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

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

This text has shadow with #9DFD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DFD88 on black background.


Color preview on white background

This text has color #9DFD88 on white background.



Black color preview on #9DFD88 background

This text has black color on #9DFD88 background.


White color preview on #9DFD88 background

This text has white color on #9DFD88 background.