COLOR #9FCBE1

HEX: #9FCBE1
RGB: (159,203,225)

Color info

#9FCBE1 contains mainly green and blue colors. Web safe color of #9FCBE1 is #99CCCC (or #9CC).

RGB color model

#9FCBE1 color RGB value is (159,203,225).

  • red value is 159;
  • green value is 203;
  • blue value is 225.
RGB:
(159,203,225)
(62%,80%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 225 of 255 = 88%

159
203
225

R + G + B ~ 77%. #9FCBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 203 + 225 = 587 (100%)
R 159 of 587 ~ 27.09%
G 203 of 587 ~ 34.58%
B 225 of 587 ~ 38.33%

%27.09
%34.58
%38.33

CMYK color model

#9FCBE1 color CMYK value is (29,10,0,12).

  • cyan value is 29.33%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,10,0,12)
C29M10Y0K12 
(29%,10%,0%,12%)
(0.29/0.10/0.00/0.12)	

CMYK percentages

%29.33
%9.78
%0
%11.76

Codes

Color #9FCBE1 in popluar color models

9FCBE1
RGB159203225
HSL200°52.38%75.29%
HSB/HSV200°29.33%88.24%
CMYK29.33%9.78%0.00%
11.76%

Color #9FCBE1 in popluar number systems.

HEX9FCBE1
Decimal159203225
Binary100111111100101111100001
Octal237313341

Shades and tints

Shades of #9FCBE1

#9FCBE1
(159,203,225)
#91B9CD
(145,185,205)
#83A7B9
(131,167,185)
#7595A5
(117,149,165)
#678391
(103,131,145)
#59717D
(89,113,125)
#4B5F69
(75,95,105)
#3D4D55
(61,77,85)
#2F3B41
(47,59,65)
#21292D
(33,41,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #9FCBE1

#9FCBE1
(159,203,225)
#A7CFE3
(167,207,227)
#AFD3E5
(175,211,229)
#B7D7E7
(183,215,231)
#BFDBE9
(191,219,233)
#C7DFEB
(199,223,235)
#CFE3ED
(207,227,237)
#D7E7EF
(215,231,239)
#DFEBF1
(223,235,241)
#E7EFF3
(231,239,243)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCBE1; }

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

This text font color is #9FCBE1.


Background Color

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

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

This div background color is #9FCBE1.


Border color

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

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

This div border color is #9FCBE1.


Opacity

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

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

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

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

This text has shadow with #9FCBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCBE1 on black background.


Color preview on white background

This text has color #9FCBE1 on white background.



Black color preview on #9FCBE1 background

This text has black color on #9FCBE1 background.


White color preview on #9FCBE1 background

This text has white color on #9FCBE1 background.