COLOR #9CCFE7

HEX: #9CCFE7
RGB: (156,207,231)

Color info

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

RGB color model

#9CCFE7 color RGB value is (156,207,231).

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

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 231 of 255 = 91%

156
207
231

R + G + B ~ 78%. #9CCFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 231 = 594 (100%)
R 156 of 594 ~ 26.26%
G 207 of 594 ~ 34.85%
B 231 of 594 ~ 38.89%

%26.26
%34.85
%38.89

CMYK color model

#9CCFE7 color CMYK value is (32,10,0,9).

  • cyan value is 32.47%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,10,0,9)
C32M10Y0K9 
(32%,10%,0%,9%)
(0.32/0.10/0.00/0.09)	

CMYK percentages

%32.47
%10.39
%0
%9.41

Codes

Color #9CCFE7 in popluar color models

9CCFE7
RGB156207231
HSL199°60.98%75.88%
HSB/HSV199°32.47%90.59%
CMYK32.47%10.39%0.00%
9.41%

Color #9CCFE7 in popluar number systems.

HEX9CCFE7
Decimal156207231
Binary100111001100111111100111
Octal234317347

Shades and tints

Shades of #9CCFE7

#9CCFE7
(156,207,231)
#8EBDD2
(142,189,210)
#80ABBD
(128,171,189)
#7299A8
(114,153,168)
#648793
(100,135,147)
#56757E
(86,117,126)
#486369
(72,99,105)
#3A5154
(58,81,84)
#2C3F3F
(44,63,63)
#1E2D2A
(30,45,42)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CCFE7

#9CCFE7
(156,207,231)
#A5D3E9
(165,211,233)
#AED7EB
(174,215,235)
#B7DBED
(183,219,237)
#C0DFEF
(192,223,239)
#C9E3F1
(201,227,241)
#D2E7F3
(210,231,243)
#DBEBF5
(219,235,245)
#E4EFF7
(228,239,247)
#EDF3F9
(237,243,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCFE7; }

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

This text font color is #9CCFE7.


Background Color

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

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

This div background color is #9CCFE7.


Border color

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

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

This div border color is #9CCFE7.


Opacity

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

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

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

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

This text has shadow with #9CCFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCFE7 on black background.


Color preview on white background

This text has color #9CCFE7 on white background.



Black color preview on #9CCFE7 background

This text has black color on #9CCFE7 background.


White color preview on #9CCFE7 background

This text has white color on #9CCFE7 background.