COLOR #9FCBEC

HEX: #9FCBEC RGB: (159,203,236)

Color info

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

RGB color model

#9FCBEC color RGB value is (159,203,236).

RGB: (159,203,236) (62%, 80%, 93%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 236 of 255 = 93%

159
203
236

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

Portions of RGB colors in percentages

R + G + B = 159 + 203 + 236 = 598 (100%)
R 159 of 598 ~ 26.59%
G 203 of 598 ~ 33.95%
B 236 of 598 ~ 39.46'%

%26.59
%33.95
%39.46

CMYK color model

#9FCBEC color CMYK value is (33,14,0,7).

  • cyan value is 32.63%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (33,14,0,7)
C33M14Y0K7 (33%, 14%, 0%, 7%)
(0.33 / 0.14 / 0.00 / 0.07)

CMYK percentages

%32.63
%13.98
%0
%7.45

Codes

Color #9FCBEC in popluar color models

9F CB EC
RGB 159 203 236
HSL 206° 66.96% 77.45%
HSB/HSV 206° 32.63% 92.55%
CMYK 32.63% 13.98% 0.00%
7.45%

Color #9FCBEC in popluar number systems.

HEX 9F CB EC
Decimal 159 203 236
Binary 10011111 11001011 11101100
Octal 237 313 354

Shades and tints

Shades of #9FCBEC

#9FCBEC
(159,203,236)
#91B9D7
(145,185,215)
#83A7C2
(131,167,194)
#7595AD
(117,149,173)
#678398
(103,131,152)
#597183
(89,113,131)
#4B5F6E
(75,95,110)
#3D4D59
(61,77,89)
#2F3B44
(47,59,68)
#21292F
(33,41,47)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #9FCBEC

#9FCBEC
(159,203,236)
#A7CFED
(167,207,237)
#AFD3EE
(175,211,238)
#B7D7EF
(183,215,239)
#BFDBF0
(191,219,240)
#C7DFF1
(199,223,241)
#CFE3F2
(207,227,242)
#D7E7F3
(215,231,243)
#DFEBF4
(223,235,244)
#E7EFF5
(231,239,245)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCBEC; }

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

This text font color is #9FCBEC.

Background Color

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

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

This div background color is #9FCBEC.

Border color

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

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

This div border color is #9FCBEC.

Opacity

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

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

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

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

This text has shadow with #9FCBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCBEC.

Preview

Color preview on black background

This text has color #9FCBEC on black background.


Color preview on white background

This text has color #9FCBEC on white background.


Black color preview on #9FCBEC background

This text has black color on #9FCBEC background.


White color preview on #9FCBEC background

This text has white color on #9FCBEC background.


Related colors

Complementary color

Complementary color for #hex is #603413.


I love getcolorcode.com

Triadic colors

1 #EC9FCB and #CBEC9F with #9FCBEC are triadic colors.

2 #ECCB9F and #CB9FEC with #9FCBEC are triadic colors.