COLOR #9CCFF5

HEX: #9CCFF5
RGB: (156,207,245)

Color info

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

RGB color model

#9CCFF5 color RGB value is (156,207,245).

  • red value is 156;
  • green value is 207;
  • blue value is 245.
RGB:
(156,207,245)
(61%,81%,96%)

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 245 of 255 = 96%

156
207
245

R + G + B ~ 79%. #9CCFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 245 = 608 (100%)
R 156 of 608 ~ 25.66%
G 207 of 608 ~ 34.05%
B 245 of 608 ~ 40.3%

%25.66
%34.05
%40.3

CMYK color model

#9CCFF5 color CMYK value is (36,16,0,4).

  • cyan value is 36.33%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(36,16,0,4)
C36M16Y0K4 
(36%,16%,0%,4%)
(0.36/0.16/0.00/0.04)	

CMYK percentages

%36.33
%15.51
%0
%3.92

Codes

Color #9CCFF5 in popluar color models

9CCFF5
RGB156207245
HSL206°81.65%78.63%
HSB/HSV206°36.33%96.08%
CMYK36.33%15.51%0.00%
3.92%

Color #9CCFF5 in popluar number systems.

HEX9CCFF5
Decimal156207245
Binary100111001100111111110101
Octal234317365

Shades and tints

Shades of #9CCFF5

#9CCFF5
(156,207,245)
#8EBDDF
(142,189,223)
#80ABC9
(128,171,201)
#7299B3
(114,153,179)
#64879D
(100,135,157)
#567587
(86,117,135)
#486371
(72,99,113)
#3A515B
(58,81,91)
#2C3F45
(44,63,69)
#1E2D2F
(30,45,47)
#101B19
(16,27,25)
#000000
(0,0,0)

Tints of #9CCFF5

#9CCFF5
(156,207,245)
#A5D3F5
(165,211,245)
#AED7F5
(174,215,245)
#B7DBF5
(183,219,245)
#C0DFF5
(192,223,245)
#C9E3F5
(201,227,245)
#D2E7F5
(210,231,245)
#DBEBF5
(219,235,245)
#E4EFF5
(228,239,245)
#EDF3F5
(237,243,245)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCFF5 color. Also use rgb(156,207,245) instead hex code.

Text Font Color

.myTextColor { color: #9CCFF5; }

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

This text font color is #9CCFF5.


Background Color

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

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

This div background color is #9CCFF5.


Border color

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

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

This div border color is #9CCFF5.


Opacity

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

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

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

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

This text has shadow with #9CCFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCFF5 on black background.


Color preview on white background

This text has color #9CCFF5 on white background.



Black color preview on #9CCFF5 background

This text has black color on #9CCFF5 background.


White color preview on #9CCFF5 background

This text has white color on #9CCFF5 background.