COLOR #9DE2F0

HEX: #9DE2F0
RGB: (157,226,240)

Color info

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

RGB color model

#9DE2F0 color RGB value is (157,226,240).

  • red value is 157;
  • green value is 226;
  • blue value is 240.
RGB:
(157,226,240)
(62%,89%,94%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 240 of 255 = 94%

157
226
240

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

Portions of RGB colors in percentages

R + G + B =
157 + 226 + 240 = 623 (100%)
R 157 of 623 ~ 25.2%
G 226 of 623 ~ 36.28%
B 240 of 623 ~ 38.52%

%25.2
%36.28
%38.52

CMYK color model

#9DE2F0 color CMYK value is (35,6,0,6).

  • cyan value is 34.58%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(35,6,0,6)
C35M6Y0K6 
(35%,6%,0%,6%)
(0.35/0.06/0.00/0.06)	

CMYK percentages

%34.58
%5.83
%0
%5.88

Codes

Color #9DE2F0 in popluar color models

9DE2F0
RGB157226240
HSL190°73.45%77.84%
HSB/HSV190°34.58%94.12%
CMYK34.58%5.83%0.00%
5.88%

Color #9DE2F0 in popluar number systems.

HEX9DE2F0
Decimal157226240
Binary100111011110001011110000
Octal235342360

Shades and tints

Shades of #9DE2F0

#9DE2F0
(157,226,240)
#8FCEDB
(143,206,219)
#81BAC6
(129,186,198)
#73A6B1
(115,166,177)
#65929C
(101,146,156)
#577E87
(87,126,135)
#496A72
(73,106,114)
#3B565D
(59,86,93)
#2D4248
(45,66,72)
#1F2E33
(31,46,51)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #9DE2F0

#9DE2F0
(157,226,240)
#A5E4F1
(165,228,241)
#ADE6F2
(173,230,242)
#B5E8F3
(181,232,243)
#BDEAF4
(189,234,244)
#C5ECF5
(197,236,245)
#CDEEF6
(205,238,246)
#D5F0F7
(213,240,247)
#DDF2F8
(221,242,248)
#E5F4F9
(229,244,249)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE2F0 color. Also use rgb(157,226,240) instead hex code.

Text Font Color

.myTextColor { color: #9DE2F0; }

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

This text font color is #9DE2F0.


Background Color

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

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

This div background color is #9DE2F0.


Border color

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

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

This div border color is #9DE2F0.


Opacity

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

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

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

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

This text has shadow with #9DE2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE2F0 on black background.


Color preview on white background

This text has color #9DE2F0 on white background.



Black color preview on #9DE2F0 background

This text has black color on #9DE2F0 background.


White color preview on #9DE2F0 background

This text has white color on #9DE2F0 background.