COLOR #9FCBEF

HEX: #9FCBEF RGB: (159,203,239)

Color info

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

RGB color model

#9FCBEF color RGB value is (159,203,239).

RGB: (159,203,239) (62%, 80%, 94%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 239 of 255 = 94%

159
203
239

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

Portions of RGB colors in percentages

R + G + B = 159 + 203 + 239 = 601 (100%)
R 159 of 601 ~ 26.46%
G 203 of 601 ~ 33.78%
B 239 of 601 ~ 39.77'%

%26.46
%33.78
%39.77

CMYK color model

#9FCBEF color CMYK value is (33,15,0,6).

  • cyan value is 33.47%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (33,15,0,6) C33M15Y0K6 (33%,15%,0%,6%) (0.33/0.15/0.00/0.06) 

CMYK percentages

%33.47
%15.06
%0
%6.27

Codes

Color #9FCBEF in popluar color models

9F CB EF
RGB 159 203 239
HSL 207° 71.43% 78.04%
HSB/HSV 207° 33.47% 93.73%
CMYK 33.47% 15.06% 0.00%
6.27%

Color #9FCBEF in popluar number systems.

HEX 9F CB EF
Decimal 159 203 239
Binary 10011111 11001011 11101111
Octal 237 313 357

Shades and tints

Shades of #9FCBEF

#9FCBEF
(159,203,239)
#91B9DA
(145,185,218)
#83A7C5
(131,167,197)
#7595B0
(117,149,176)
#67839B
(103,131,155)
#597186
(89,113,134)
#4B5F71
(75,95,113)
#3D4D5C
(61,77,92)
#2F3B47
(47,59,71)
#212932
(33,41,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #9FCBEF

#9FCBEF
(159,203,239)
#A7CFF0
(167,207,240)
#AFD3F1
(175,211,241)
#B7D7F2
(183,215,242)
#BFDBF3
(191,219,243)
#C7DFF4
(199,223,244)
#CFE3F5
(207,227,245)
#D7E7F6
(215,231,246)
#DFEBF7
(223,235,247)
#E7EFF8
(231,239,248)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCBEF color. Also use rgb(159,203,239) instead hex code.

Text Font Color

.myTextColor { color: #9FCBEF; }

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

This text font color is #9FCBEF.

Background Color

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

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

This div background color is #9FCBEF.

Border color

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

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

This div border color is #9FCBEF.

Opacity

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

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

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

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

This text has shadow with #9FCBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCBEF.

Preview

Color preview on black background

This text has color #9FCBEF on black background.


Color preview on white background

This text has color #9FCBEF on white background.


Black color preview on #9FCBEF background

This text has black color on #9FCBEF background.


White color preview on #9FCBEF background

This text has white color on #9FCBEF background.


Related colors

Complementary color

Complementary color for #hex is #603410.


I love getcolorcode.com

Triadic colors

1 #EF9FCB and #CBEF9F with #9FCBEF are triadic colors.

2 #EFCB9F and #CB9FEF with #9FCBEF are triadic colors.