COLOR #9CD5F7

HEX: #9CD5F7
RGB: (156,213,247)

Color info

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

RGB color model

#9CD5F7 color RGB value is (156,213,247).

  • red value is 156;
  • green value is 213;
  • blue value is 247.
RGB:
(156,213,247)
(61%,84%,97%)

RGB channels and saturation

R 156 of 255 = 61%
G 213 of 255 = 84%
B 247 of 255 = 97%

156
213
247

R + G + B ~ 81%. #9CD5F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 213 + 247 = 616 (100%)
R 156 of 616 ~ 25.32%
G 213 of 616 ~ 34.58%
B 247 of 616 ~ 40.1%

%25.32
%34.58
%40.1

CMYK color model

#9CD5F7 color CMYK value is (37,14,0,3).

  • cyan value is 36.84%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(37,14,0,3)
C37M14Y0K3 
(37%,14%,0%,3%)
(0.37/0.14/0.00/0.03)	

CMYK percentages

%36.84
%13.77
%0
%3.14

Codes

Color #9CD5F7 in popluar color models

9CD5F7
RGB156213247
HSL202°85.05%79.02%
HSB/HSV202°36.84%96.86%
CMYK36.84%13.77%0.00%
3.14%

Color #9CD5F7 in popluar number systems.

HEX9CD5F7
Decimal156213247
Binary100111001101010111110111
Octal234325367

Shades and tints

Shades of #9CD5F7

#9CD5F7
(156,213,247)
#8EC2E1
(142,194,225)
#80AFCB
(128,175,203)
#729CB5
(114,156,181)
#64899F
(100,137,159)
#567689
(86,118,137)
#486373
(72,99,115)
#3A505D
(58,80,93)
#2C3D47
(44,61,71)
#1E2A31
(30,42,49)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #9CD5F7

#9CD5F7
(156,213,247)
#A5D8F7
(165,216,247)
#AEDBF7
(174,219,247)
#B7DEF7
(183,222,247)
#C0E1F7
(192,225,247)
#C9E4F7
(201,228,247)
#D2E7F7
(210,231,247)
#DBEAF7
(219,234,247)
#E4EDF7
(228,237,247)
#EDF0F7
(237,240,247)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD5F7 color. Also use rgb(156,213,247) instead hex code.

Text Font Color

.myTextColor { color: #9CD5F7; }

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

This text font color is #9CD5F7.


Background Color

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

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

This div background color is #9CD5F7.


Border color

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

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

This div border color is #9CD5F7.


Opacity

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

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

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

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

This text has shadow with #9CD5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD5F7 on black background.


Color preview on white background

This text has color #9CD5F7 on white background.



Black color preview on #9CD5F7 background

This text has black color on #9CD5F7 background.


White color preview on #9CD5F7 background

This text has white color on #9CD5F7 background.