COLOR #9DE6F2

HEX: #9DE6F2 RGB: (157,230,242)

Color info

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

RGB color model

#9DE6F2 color RGB value is (157,230,242).

RGB: (157,230,242) (62%, 90%, 95%)

RGB channels and saturation

R 157 of 255 = 62%
G 230 of 255 = 90%
B 242 of 255 = 95%

157
230
242

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

Portions of RGB colors in percentages

R + G + B = 157 + 230 + 242 = 629 (100%)
R 157 of 629 ~ 24.96%
G 230 of 629 ~ 36.57%
B 242 of 629 ~ 38.47'%

%24.96
%36.57
%38.47

CMYK color model

#9DE6F2 color CMYK value is (35,5,0,5).

  • cyan value is 35.12%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (35,5,0,5)
C35M5Y0K5 (35%, 5%, 0%, 5%)
(0.35 / 0.05 / 0.00 / 0.05)

CMYK percentages

%35.12
%4.96
%0
%5.1

Codes

Color #9DE6F2 in popluar color models

9D E6 F2
RGB 157 230 242
HSL 188° 76.58% 78.24%
HSB/HSV 188° 35.12% 94.90%
CMYK 35.12% 4.96% 0.00%
5.10%

Color #9DE6F2 in popluar number systems.

HEX 9D E6 F2
Decimal 157 230 242
Binary 10011101 11100110 11110010
Octal 235 346 362

Shades and tints

Shades of #9DE6F2

#9DE6F2
(157,230,242)
#8FD2DC
(143,210,220)
#81BEC6
(129,190,198)
#73AAB0
(115,170,176)
#65969A
(101,150,154)
#578284
(87,130,132)
#496E6E
(73,110,110)
#3B5A58
(59,90,88)
#2D4642
(45,70,66)
#1F322C
(31,50,44)
#111E16
(17,30,22)
#000000
(0,0,0)

Tints of #9DE6F2

#9DE6F2
(157,230,242)
#A5E8F3
(165,232,243)
#ADEAF4
(173,234,244)
#B5ECF5
(181,236,245)
#BDEEF6
(189,238,246)
#C5F0F7
(197,240,247)
#CDF2F8
(205,242,248)
#D5F4F9
(213,244,249)
#DDF6FA
(221,246,250)
#E5F8FB
(229,248,251)
#EDFAFC
(237,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE6F2 color. Also use rgb(157,230,242) instead hex code.

Text Font Color

.myTextColor { color: #9DE6F2; }

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

This text font color is #9DE6F2.

Background Color

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

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

This div background color is #9DE6F2.

Border color

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

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

This div border color is #9DE6F2.

Opacity

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

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

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

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

This text has shadow with #9DE6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE6F2.

Preview

Color preview on black background

This text has color #9DE6F2 on black background.


Color preview on white background

This text has color #9DE6F2 on white background.


Black color preview on #9DE6F2 background

This text has black color on #9DE6F2 background.


White color preview on #9DE6F2 background

This text has white color on #9DE6F2 background.


Related colors

Complementary color

Complementary color for #hex is #62190D.


I love getcolorcode.com

Triadic colors

1 #F29DE6 and #E6F29D with #9DE6F2 are triadic colors.

2 #F2E69D and #E69DF2 with #9DE6F2 are triadic colors.