COLOR #9FBAE8

HEX: #9FBAE8
RGB: (159,186,232)

Color info

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

RGB color model

#9FBAE8 color RGB value is (159,186,232).

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

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 232 of 255 = 91%

159
186
232

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

Portions of RGB colors in percentages

R + G + B =
159 + 186 + 232 = 577 (100%)
R 159 of 577 ~ 27.56%
G 186 of 577 ~ 32.24%
B 232 of 577 ~ 40.21%

%27.56
%32.24
%40.21

CMYK color model

#9FBAE8 color CMYK value is (31,20,0,9).

  • cyan value is 31.47%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(31,20,0,9)
C31M20Y0K9 
(31%,20%,0%,9%)
(0.31/0.20/0.00/0.09)	

CMYK percentages

%31.47
%19.83
%0
%9.02

Codes

Color #9FBAE8 in popluar color models

9FBAE8
RGB159186232
HSL218°61.34%76.67%
HSB/HSV218°31.47%90.98%
CMYK31.47%19.83%0.00%
9.02%

Color #9FBAE8 in popluar number systems.

HEX9FBAE8
Decimal159186232
Binary100111111011101011101000
Octal237272350

Shades and tints

Shades of #9FBAE8

#9FBAE8
(159,186,232)
#91AAD3
(145,170,211)
#839ABE
(131,154,190)
#758AA9
(117,138,169)
#677A94
(103,122,148)
#596A7F
(89,106,127)
#4B5A6A
(75,90,106)
#3D4A55
(61,74,85)
#2F3A40
(47,58,64)
#212A2B
(33,42,43)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #9FBAE8

#9FBAE8
(159,186,232)
#A7C0EA
(167,192,234)
#AFC6EC
(175,198,236)
#B7CCEE
(183,204,238)
#BFD2F0
(191,210,240)
#C7D8F2
(199,216,242)
#CFDEF4
(207,222,244)
#D7E4F6
(215,228,246)
#DFEAF8
(223,234,248)
#E7F0FA
(231,240,250)
#EFF6FC
(239,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBAE8; }

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

This text font color is #9FBAE8.


Background Color

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

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

This div background color is #9FBAE8.


Border color

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

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

This div border color is #9FBAE8.


Opacity

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

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

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

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

This text has shadow with #9FBAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBAE8 on black background.


Color preview on white background

This text has color #9FBAE8 on white background.



Black color preview on #9FBAE8 background

This text has black color on #9FBAE8 background.


White color preview on #9FBAE8 background

This text has white color on #9FBAE8 background.