COLOR #9DD7F2

HEX: #9DD7F2
RGB: (157,215,242)

Color info

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

RGB color model

#9DD7F2 color RGB value is (157,215,242).

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

RGB channels and saturation

R 157 of 255 = 62%
G 215 of 255 = 84%
B 242 of 255 = 95%

157
215
242

R + G + B ~ 80%. #9DD7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 215 + 242 = 614 (100%)
R 157 of 614 ~ 25.57%
G 215 of 614 ~ 35.02%
B 242 of 614 ~ 39.41%

%25.57
%35.02
%39.41

CMYK color model

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

  • cyan value is 35.12%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(35,11,0,5)
C35M11Y0K5 
(35%,11%,0%,5%)
(0.35/0.11/0.00/0.05)	

CMYK percentages

%35.12
%11.16
%0
%5.1

Codes

Color #9DD7F2 in popluar color models

9DD7F2
RGB157215242
HSL199°76.58%78.24%
HSB/HSV199°35.12%94.90%
CMYK35.12%11.16%0.00%
5.10%

Color #9DD7F2 in popluar number systems.

HEX9DD7F2
Decimal157215242
Binary100111011101011111110010
Octal235327362

Shades and tints

Shades of #9DD7F2

#9DD7F2
(157,215,242)
#8FC4DC
(143,196,220)
#81B1C6
(129,177,198)
#739EB0
(115,158,176)
#658B9A
(101,139,154)
#577884
(87,120,132)
#49656E
(73,101,110)
#3B5258
(59,82,88)
#2D3F42
(45,63,66)
#1F2C2C
(31,44,44)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #9DD7F2

#9DD7F2
(157,215,242)
#A5DAF3
(165,218,243)
#ADDDF4
(173,221,244)
#B5E0F5
(181,224,245)
#BDE3F6
(189,227,246)
#C5E6F7
(197,230,247)
#CDE9F8
(205,233,248)
#D5ECF9
(213,236,249)
#DDEFFA
(221,239,250)
#E5F2FB
(229,242,251)
#EDF5FC
(237,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD7F2; }

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

This text font color is #9DD7F2.


Background Color

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

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

This div background color is #9DD7F2.


Border color

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

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

This div border color is #9DD7F2.


Opacity

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

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

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

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

This text has shadow with #9DD7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD7F2 on black background.


Color preview on white background

This text has color #9DD7F2 on white background.



Black color preview on #9DD7F2 background

This text has black color on #9DD7F2 background.


White color preview on #9DD7F2 background

This text has white color on #9DD7F2 background.