COLOR #9FBDE0

HEX: #9FBDE0
RGB: (159,189,224)

Color info

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

RGB color model

#9FBDE0 color RGB value is (159,189,224).

  • red value is 159;
  • green value is 189;
  • blue value is 224.
RGB:
(159,189,224)
(62%,74%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 224 of 255 = 88%

159
189
224

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

Portions of RGB colors in percentages

R + G + B =
159 + 189 + 224 = 572 (100%)
R 159 of 572 ~ 27.8%
G 189 of 572 ~ 33.04%
B 224 of 572 ~ 39.16%

%27.8
%33.04
%39.16

CMYK color model

#9FBDE0 color CMYK value is (29,16,0,12).

  • cyan value is 29.02%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,16,0,12)
C29M16Y0K12 
(29%,16%,0%,12%)
(0.29/0.16/0.00/0.12)	

CMYK percentages

%29.02
%15.63
%0
%12.16

Codes

Color #9FBDE0 in popluar color models

9FBDE0
RGB159189224
HSL212°51.18%75.10%
HSB/HSV212°29.02%87.84%
CMYK29.02%15.63%0.00%
12.16%

Color #9FBDE0 in popluar number systems.

HEX9FBDE0
Decimal159189224
Binary100111111011110111100000
Octal237275340

Shades and tints

Shades of #9FBDE0

#9FBDE0
(159,189,224)
#91ACCC
(145,172,204)
#839BB8
(131,155,184)
#758AA4
(117,138,164)
#677990
(103,121,144)
#59687C
(89,104,124)
#4B5768
(75,87,104)
#3D4654
(61,70,84)
#2F3540
(47,53,64)
#21242C
(33,36,44)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9FBDE0

#9FBDE0
(159,189,224)
#A7C3E2
(167,195,226)
#AFC9E4
(175,201,228)
#B7CFE6
(183,207,230)
#BFD5E8
(191,213,232)
#C7DBEA
(199,219,234)
#CFE1EC
(207,225,236)
#D7E7EE
(215,231,238)
#DFEDF0
(223,237,240)
#E7F3F2
(231,243,242)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBDE0 color. Also use rgb(159,189,224) instead hex code.

Text Font Color

.myTextColor { color: #9FBDE0; }

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

This text font color is #9FBDE0.


Background Color

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

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

This div background color is #9FBDE0.


Border color

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

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

This div border color is #9FBDE0.


Opacity

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

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

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

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

This text has shadow with #9FBDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBDE0 on black background.


Color preview on white background

This text has color #9FBDE0 on white background.



Black color preview on #9FBDE0 background

This text has black color on #9FBDE0 background.


White color preview on #9FBDE0 background

This text has white color on #9FBDE0 background.