COLOR #9FC8EE

HEX: #9FC8EE
RGB: (159,200,238)

Color info

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

RGB color model

#9FC8EE color RGB value is (159,200,238).

  • red value is 159;
  • green value is 200;
  • blue value is 238.
RGB:
(159,200,238)
(62%,78%,93%)

RGB channels and saturation

R 159 of 255 = 62%
G 200 of 255 = 78%
B 238 of 255 = 93%

159
200
238

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

Portions of RGB colors in percentages

R + G + B =
159 + 200 + 238 = 597 (100%)
R 159 of 597 ~ 26.63%
G 200 of 597 ~ 33.5%
B 238 of 597 ~ 39.87%

%26.63
%33.5
%39.87

CMYK color model

#9FC8EE color CMYK value is (33,16,0,7).

  • cyan value is 33.19%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,16,0,7)
C33M16Y0K7 
(33%,16%,0%,7%)
(0.33/0.16/0.00/0.07)	

CMYK percentages

%33.19
%15.97
%0
%6.67

Codes

Color #9FC8EE in popluar color models

9FC8EE
RGB159200238
HSL209°69.91%77.84%
HSB/HSV209°33.19%93.33%
CMYK33.19%15.97%0.00%
6.67%

Color #9FC8EE in popluar number systems.

HEX9FC8EE
Decimal159200238
Binary100111111100100011101110
Octal237310356

Shades and tints

Shades of #9FC8EE

#9FC8EE
(159,200,238)
#91B6D9
(145,182,217)
#83A4C4
(131,164,196)
#7592AF
(117,146,175)
#67809A
(103,128,154)
#596E85
(89,110,133)
#4B5C70
(75,92,112)
#3D4A5B
(61,74,91)
#2F3846
(47,56,70)
#212631
(33,38,49)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #9FC8EE

#9FC8EE
(159,200,238)
#A7CDEF
(167,205,239)
#AFD2F0
(175,210,240)
#B7D7F1
(183,215,241)
#BFDCF2
(191,220,242)
#C7E1F3
(199,225,243)
#CFE6F4
(207,230,244)
#D7EBF5
(215,235,245)
#DFF0F6
(223,240,246)
#E7F5F7
(231,245,247)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC8EE color. Also use rgb(159,200,238) instead hex code.

Text Font Color

.myTextColor { color: #9FC8EE; }

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

This text font color is #9FC8EE.


Background Color

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

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

This div background color is #9FC8EE.


Border color

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

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

This div border color is #9FC8EE.


Opacity

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

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

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

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

This text has shadow with #9FC8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC8EE on black background.


Color preview on white background

This text has color #9FC8EE on white background.



Black color preview on #9FC8EE background

This text has black color on #9FC8EE background.


White color preview on #9FC8EE background

This text has white color on #9FC8EE background.