COLOR #9DE4F2

HEX: #9DE4F2
RGB: (157,228,242)

Color info

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

RGB color model

#9DE4F2 color RGB value is (157,228,242).

  • red value is 157;
  • green value is 228;
  • blue value is 242.
RGB:
(157,228,242)
(62%,89%,95%)

RGB channels and saturation

R 157 of 255 = 62%
G 228 of 255 = 89%
B 242 of 255 = 95%

157
228
242

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

Portions of RGB colors in percentages

R + G + B =
157 + 228 + 242 = 627 (100%)
R 157 of 627 ~ 25.04%
G 228 of 627 ~ 36.36%
B 242 of 627 ~ 38.6%

%25.04
%36.36
%38.6

CMYK color model

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

  • cyan value is 35.12%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(35,6,0,5)
C35M6Y0K5 
(35%,6%,0%,5%)
(0.35/0.06/0.00/0.05)	

CMYK percentages

%35.12
%5.79
%0
%5.1

Codes

Color #9DE4F2 in popluar color models

9DE4F2
RGB157228242
HSL190°76.58%78.24%
HSB/HSV190°35.12%94.90%
CMYK35.12%5.79%0.00%
5.10%

Color #9DE4F2 in popluar number systems.

HEX9DE4F2
Decimal157228242
Binary100111011110010011110010
Octal235344362

Shades and tints

Shades of #9DE4F2

#9DE4F2
(157,228,242)
#8FD0DC
(143,208,220)
#81BCC6
(129,188,198)
#73A8B0
(115,168,176)
#65949A
(101,148,154)
#578084
(87,128,132)
#496C6E
(73,108,110)
#3B5858
(59,88,88)
#2D4442
(45,68,66)
#1F302C
(31,48,44)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #9DE4F2

#9DE4F2
(157,228,242)
#A5E6F3
(165,230,243)
#ADE8F4
(173,232,244)
#B5EAF5
(181,234,245)
#BDECF6
(189,236,246)
#C5EEF7
(197,238,247)
#CDF0F8
(205,240,248)
#D5F2F9
(213,242,249)
#DDF4FA
(221,244,250)
#E5F6FB
(229,246,251)
#EDF8FC
(237,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE4F2; }

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

This text font color is #9DE4F2.


Background Color

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

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

This div background color is #9DE4F2.


Border color

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

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

This div border color is #9DE4F2.


Opacity

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

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

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

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

This text has shadow with #9DE4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE4F2 on black background.


Color preview on white background

This text has color #9DE4F2 on white background.



Black color preview on #9DE4F2 background

This text has black color on #9DE4F2 background.


White color preview on #9DE4F2 background

This text has white color on #9DE4F2 background.