COLOR #9DF8AD

HEX: #9DF8AD
RGB: (157,248,173)

Color info

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

RGB color model

#9DF8AD color RGB value is (157,248,173).

  • red value is 157;
  • green value is 248;
  • blue value is 173.
RGB:
(157,248,173)
(62%,97%,68%)

RGB channels and saturation

R 157 of 255 = 62%
G 248 of 255 = 97%
B 173 of 255 = 68%

157
248
173

R + G + B ~ 76%. #9DF8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 248 + 173 = 578 (100%)
R 157 of 578 ~ 27.16%
G 248 of 578 ~ 42.91%
B 173 of 578 ~ 29.93%

%27.16
%42.91
%29.93

CMYK color model

#9DF8AD color CMYK value is (37,0,30,3).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 30.24%
  • key color value is 2.75%
CMYK:
(37,0,30,3)
C37M0Y30K3 
(37%,0%,30%,3%)
(0.37/0.00/0.30/0.03)	

CMYK percentages

%36.69
%0
%30.24
%2.75

Codes

Color #9DF8AD in popluar color models

9DF8AD
RGB157248173
HSL131°86.67%79.41%
HSB/HSV131°36.69%97.25%
CMYK36.69%0.00%30.24%
2.75%

Color #9DF8AD in popluar number systems.

HEX9DF8AD
Decimal157248173
Binary100111011111100010101101
Octal235370255

Shades and tints

Shades of #9DF8AD

#9DF8AD
(157,248,173)
#8FE29E
(143,226,158)
#81CC8F
(129,204,143)
#73B680
(115,182,128)
#65A071
(101,160,113)
#578A62
(87,138,98)
#497453
(73,116,83)
#3B5E44
(59,94,68)
#2D4835
(45,72,53)
#1F3226
(31,50,38)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #9DF8AD

#9DF8AD
(157,248,173)
#A5F8B4
(165,248,180)
#ADF8BB
(173,248,187)
#B5F8C2
(181,248,194)
#BDF8C9
(189,248,201)
#C5F8D0
(197,248,208)
#CDF8D7
(205,248,215)
#D5F8DE
(213,248,222)
#DDF8E5
(221,248,229)
#E5F8EC
(229,248,236)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF8AD color. Also use rgb(157,248,173) instead hex code.

Text Font Color

.myTextColor { color: #9DF8AD; }

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

This text font color is #9DF8AD.


Background Color

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

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

This div background color is #9DF8AD.


Border color

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

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

This div border color is #9DF8AD.


Opacity

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

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

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

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

This text has shadow with #9DF8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF8AD on black background.


Color preview on white background

This text has color #9DF8AD on white background.



Black color preview on #9DF8AD background

This text has black color on #9DF8AD background.


White color preview on #9DF8AD background

This text has white color on #9DF8AD background.