COLOR #9FBCE2

HEX: #9FBCE2
RGB: (159,188,226)

Color info

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

RGB color model

#9FBCE2 color RGB value is (159,188,226).

  • red value is 159;
  • green value is 188;
  • blue value is 226.
RGB:
(159,188,226)
(62%,74%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 226 of 255 = 89%

159
188
226

R + G + B ~ 75%. #9FBCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 188 + 226 = 573 (100%)
R 159 of 573 ~ 27.75%
G 188 of 573 ~ 32.81%
B 226 of 573 ~ 39.44%

%27.75
%32.81
%39.44

CMYK color model

#9FBCE2 color CMYK value is (30,17,0,11).

  • cyan value is 29.65%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(30,17,0,11)
C30M17Y0K11 
(30%,17%,0%,11%)
(0.30/0.17/0.00/0.11)	

CMYK percentages

%29.65
%16.81
%0
%11.37

Codes

Color #9FBCE2 in popluar color models

9FBCE2
RGB159188226
HSL214°53.60%75.49%
HSB/HSV214°29.65%88.63%
CMYK29.65%16.81%0.00%
11.37%

Color #9FBCE2 in popluar number systems.

HEX9FBCE2
Decimal159188226
Binary100111111011110011100010
Octal237274342

Shades and tints

Shades of #9FBCE2

#9FBCE2
(159,188,226)
#91ABCE
(145,171,206)
#839ABA
(131,154,186)
#7589A6
(117,137,166)
#677892
(103,120,146)
#59677E
(89,103,126)
#4B566A
(75,86,106)
#3D4556
(61,69,86)
#2F3442
(47,52,66)
#21232E
(33,35,46)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #9FBCE2

#9FBCE2
(159,188,226)
#A7C2E4
(167,194,228)
#AFC8E6
(175,200,230)
#B7CEE8
(183,206,232)
#BFD4EA
(191,212,234)
#C7DAEC
(199,218,236)
#CFE0EE
(207,224,238)
#D7E6F0
(215,230,240)
#DFECF2
(223,236,242)
#E7F2F4
(231,242,244)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCE2 color. Also use rgb(159,188,226) instead hex code.

Text Font Color

.myTextColor { color: #9FBCE2; }

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

This text font color is #9FBCE2.


Background Color

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

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

This div background color is #9FBCE2.


Border color

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

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

This div border color is #9FBCE2.


Opacity

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

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

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

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

This text has shadow with #9FBCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBCE2 on black background.


Color preview on white background

This text has color #9FBCE2 on white background.



Black color preview on #9FBCE2 background

This text has black color on #9FBCE2 background.


White color preview on #9FBCE2 background

This text has white color on #9FBCE2 background.