COLOR #9DF7A8

HEX: #9DF7A8
RGB: (157,247,168)

Color info

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

RGB color model

#9DF7A8 color RGB value is (157,247,168).

  • red value is 157;
  • green value is 247;
  • blue value is 168.
RGB:
(157,247,168)
(62%,97%,66%)

RGB channels and saturation

R 157 of 255 = 62%
G 247 of 255 = 97%
B 168 of 255 = 66%

157
247
168

R + G + B ~ 75%. #9DF7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 247 + 168 = 572 (100%)
R 157 of 572 ~ 27.45%
G 247 of 572 ~ 43.18%
B 168 of 572 ~ 29.37%

%27.45
%43.18
%29.37

CMYK color model

#9DF7A8 color CMYK value is (36,0,32,3).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 3.14%
CMYK:
(36,0,32,3)
C36M0Y32K3 
(36%,0%,32%,3%)
(0.36/0.00/0.32/0.03)	

CMYK percentages

%36.44
%0
%31.98
%3.14

Codes

Color #9DF7A8 in popluar color models

9DF7A8
RGB157247168
HSL127°84.91%79.22%
HSB/HSV127°36.44%96.86%
CMYK36.44%0.00%31.98%
3.14%

Color #9DF7A8 in popluar number systems.

HEX9DF7A8
Decimal157247168
Binary100111011111011110101000
Octal235367250

Shades and tints

Shades of #9DF7A8

#9DF7A8
(157,247,168)
#8FE199
(143,225,153)
#81CB8A
(129,203,138)
#73B57B
(115,181,123)
#659F6C
(101,159,108)
#57895D
(87,137,93)
#49734E
(73,115,78)
#3B5D3F
(59,93,63)
#2D4730
(45,71,48)
#1F3121
(31,49,33)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #9DF7A8

#9DF7A8
(157,247,168)
#A5F7AF
(165,247,175)
#ADF7B6
(173,247,182)
#B5F7BD
(181,247,189)
#BDF7C4
(189,247,196)
#C5F7CB
(197,247,203)
#CDF7D2
(205,247,210)
#D5F7D9
(213,247,217)
#DDF7E0
(221,247,224)
#E5F7E7
(229,247,231)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF7A8 color. Also use rgb(157,247,168) instead hex code.

Text Font Color

.myTextColor { color: #9DF7A8; }

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

This text font color is #9DF7A8.


Background Color

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

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

This div background color is #9DF7A8.


Border color

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

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

This div border color is #9DF7A8.


Opacity

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

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

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

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

This text has shadow with #9DF7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF7A8 on black background.


Color preview on white background

This text has color #9DF7A8 on white background.



Black color preview on #9DF7A8 background

This text has black color on #9DF7A8 background.


White color preview on #9DF7A8 background

This text has white color on #9DF7A8 background.