COLOR #9DF4E1

HEX: #9DF4E1
RGB: (157,244,225)

Color info

#9DF4E1 contains mainly green and blue colors. Web safe color of #9DF4E1 is #99FFCC (or #9FC).

RGB color model

#9DF4E1 color RGB value is (157,244,225).

  • red value is 157;
  • green value is 244;
  • blue value is 225.
RGB:
(157,244,225)
(62%,96%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 244 of 255 = 96%
B 225 of 255 = 88%

157
244
225

R + G + B ~ 82%. #9DF4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 244 + 225 = 626 (100%)
R 157 of 626 ~ 25.08%
G 244 of 626 ~ 38.98%
B 225 of 626 ~ 35.94%

%25.08
%38.98
%35.94

CMYK color model

#9DF4E1 color CMYK value is (36,0,8,4).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK:
(36,0,8,4)
C36M0Y8K4 
(36%,0%,8%,4%)
(0.36/0.00/0.08/0.04)	

CMYK percentages

%35.66
%0
%7.79
%4.31

Codes

Color #9DF4E1 in popluar color models

9DF4E1
RGB157244225
HSL167°79.82%78.63%
HSB/HSV167°35.66%95.69%
CMYK35.66%0.00%7.79%
4.31%

Color #9DF4E1 in popluar number systems.

HEX9DF4E1
Decimal157244225
Binary100111011111010011100001
Octal235364341

Shades and tints

Shades of #9DF4E1

#9DF4E1
(157,244,225)
#8FDECD
(143,222,205)
#81C8B9
(129,200,185)
#73B2A5
(115,178,165)
#659C91
(101,156,145)
#57867D
(87,134,125)
#497069
(73,112,105)
#3B5A55
(59,90,85)
#2D4441
(45,68,65)
#1F2E2D
(31,46,45)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #9DF4E1

#9DF4E1
(157,244,225)
#A5F5E3
(165,245,227)
#ADF6E5
(173,246,229)
#B5F7E7
(181,247,231)
#BDF8E9
(189,248,233)
#C5F9EB
(197,249,235)
#CDFAED
(205,250,237)
#D5FBEF
(213,251,239)
#DDFCF1
(221,252,241)
#E5FDF3
(229,253,243)
#EDFEF5
(237,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF4E1 color. Also use rgb(157,244,225) instead hex code.

Text Font Color

.myTextColor { color: #9DF4E1; }

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

This text font color is #9DF4E1.


Background Color

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

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

This div background color is #9DF4E1.


Border color

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

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

This div border color is #9DF4E1.


Opacity

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

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

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

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

This text has shadow with #9DF4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF4E1 on black background.


Color preview on white background

This text has color #9DF4E1 on white background.



Black color preview on #9DF4E1 background

This text has black color on #9DF4E1 background.


White color preview on #9DF4E1 background

This text has white color on #9DF4E1 background.