COLOR #9DE1F7

HEX: #9DE1F7
RGB: (157,225,247)

Color info

#9DE1F7 contains mainly green and blue colors. Web safe color of #9DE1F7 is #99CCFF (or #9CF).

RGB color model

#9DE1F7 color RGB value is (157,225,247).

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

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 247 of 255 = 97%

157
225
247

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

Portions of RGB colors in percentages

R + G + B =
157 + 225 + 247 = 629 (100%)
R 157 of 629 ~ 24.96%
G 225 of 629 ~ 35.77%
B 247 of 629 ~ 39.27%

%24.96
%35.77
%39.27

CMYK color model

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

  • cyan value is 36.44%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(36,9,0,3)
C36M9Y0K3 
(36%,9%,0%,3%)
(0.36/0.09/0.00/0.03)	

CMYK percentages

%36.44
%8.91
%0
%3.14

Codes

Color #9DE1F7 in popluar color models

9DE1F7
RGB157225247
HSL195°84.91%79.22%
HSB/HSV195°36.44%96.86%
CMYK36.44%8.91%0.00%
3.14%

Color #9DE1F7 in popluar number systems.

HEX9DE1F7
Decimal157225247
Binary100111011110000111110111
Octal235341367

Shades and tints

Shades of #9DE1F7

#9DE1F7
(157,225,247)
#8FCDE1
(143,205,225)
#81B9CB
(129,185,203)
#73A5B5
(115,165,181)
#65919F
(101,145,159)
#577D89
(87,125,137)
#496973
(73,105,115)
#3B555D
(59,85,93)
#2D4147
(45,65,71)
#1F2D31
(31,45,49)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #9DE1F7

#9DE1F7
(157,225,247)
#A5E3F7
(165,227,247)
#ADE5F7
(173,229,247)
#B5E7F7
(181,231,247)
#BDE9F7
(189,233,247)
#C5EBF7
(197,235,247)
#CDEDF7
(205,237,247)
#D5EFF7
(213,239,247)
#DDF1F7
(221,241,247)
#E5F3F7
(229,243,247)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE1F7; }

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

This text font color is #9DE1F7.


Background Color

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

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

This div background color is #9DE1F7.


Border color

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

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

This div border color is #9DE1F7.


Opacity

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

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

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

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

This text has shadow with #9DE1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE1F7 on black background.


Color preview on white background

This text has color #9DE1F7 on white background.



Black color preview on #9DE1F7 background

This text has black color on #9DE1F7 background.


White color preview on #9DE1F7 background

This text has white color on #9DE1F7 background.