COLOR #9FBAD2

HEX: #9FBAD2
RGB: (159,186,210)

Color info

#9FBAD2 contains red, green and blue colors in about the same proportion. Web safe color of #9FBAD2 is #99CCCC (or #9CC).

RGB color model

#9FBAD2 color RGB value is (159,186,210).

  • red value is 159;
  • green value is 186;
  • blue value is 210.
RGB:
(159,186,210)
(62%,73%,82%)

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 210 of 255 = 82%

159
186
210

R + G + B ~ 72%. #9FBAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 186 + 210 = 555 (100%)
R 159 of 555 ~ 28.65%
G 186 of 555 ~ 33.51%
B 210 of 555 ~ 37.84%

%28.65
%33.51
%37.84

CMYK color model

#9FBAD2 color CMYK value is (24,11,0,18).

  • cyan value is 24.29%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,11,0,18)
C24M11Y0K18 
(24%,11%,0%,18%)
(0.24/0.11/0.00/0.18)	

CMYK percentages

%24.29
%11.43
%0
%17.65

Codes

Color #9FBAD2 in popluar color models

9FBAD2
RGB159186210
HSL208°36.17%72.35%
HSB/HSV208°24.29%82.35%
CMYK24.29%11.43%0.00%
17.65%

Color #9FBAD2 in popluar number systems.

HEX9FBAD2
Decimal159186210
Binary100111111011101011010010
Octal237272322

Shades and tints

Shades of #9FBAD2

#9FBAD2
(159,186,210)
#91AABF
(145,170,191)
#839AAC
(131,154,172)
#758A99
(117,138,153)
#677A86
(103,122,134)
#596A73
(89,106,115)
#4B5A60
(75,90,96)
#3D4A4D
(61,74,77)
#2F3A3A
(47,58,58)
#212A27
(33,42,39)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #9FBAD2

#9FBAD2
(159,186,210)
#A7C0D6
(167,192,214)
#AFC6DA
(175,198,218)
#B7CCDE
(183,204,222)
#BFD2E2
(191,210,226)
#C7D8E6
(199,216,230)
#CFDEEA
(207,222,234)
#D7E4EE
(215,228,238)
#DFEAF2
(223,234,242)
#E7F0F6
(231,240,246)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBAD2 color. Also use rgb(159,186,210) instead hex code.

Text Font Color

.myTextColor { color: #9FBAD2; }

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

This text font color is #9FBAD2.


Background Color

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

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

This div background color is #9FBAD2.


Border color

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

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

This div border color is #9FBAD2.


Opacity

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

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

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

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

This text has shadow with #9FBAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBAD2 on black background.


Color preview on white background

This text has color #9FBAD2 on white background.



Black color preview on #9FBAD2 background

This text has black color on #9FBAD2 background.


White color preview on #9FBAD2 background

This text has white color on #9FBAD2 background.