COLOR #9FBAC1

HEX: #9FBAC1
RGB: (159,186,193)

Color info

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

RGB color model

#9FBAC1 color RGB value is (159,186,193).

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

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 193 of 255 = 76%

159
186
193

R + G + B ~ 70%. #9FBAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 186 + 193 = 538 (100%)
R 159 of 538 ~ 29.55%
G 186 of 538 ~ 34.57%
B 193 of 538 ~ 35.87%

%29.55
%34.57
%35.87

CMYK color model

#9FBAC1 color CMYK value is (18,4,0,24).

  • cyan value is 17.62%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(18,4,0,24)
C18M4Y0K24 
(18%,4%,0%,24%)
(0.18/0.04/0.00/0.24)	

CMYK percentages

%17.62
%3.63
%0
%24.31

Codes

Color #9FBAC1 in popluar color models

9FBAC1
RGB159186193
HSL192°21.52%69.02%
HSB/HSV192°17.62%75.69%
CMYK17.62%3.63%0.00%
24.31%

Color #9FBAC1 in popluar number systems.

HEX9FBAC1
Decimal159186193
Binary100111111011101011000001
Octal237272301

Shades and tints

Shades of #9FBAC1

#9FBAC1
(159,186,193)
#91AAB0
(145,170,176)
#839A9F
(131,154,159)
#758A8E
(117,138,142)
#677A7D
(103,122,125)
#596A6C
(89,106,108)
#4B5A5B
(75,90,91)
#3D4A4A
(61,74,74)
#2F3A39
(47,58,57)
#212A28
(33,42,40)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FBAC1

#9FBAC1
(159,186,193)
#A7C0C6
(167,192,198)
#AFC6CB
(175,198,203)
#B7CCD0
(183,204,208)
#BFD2D5
(191,210,213)
#C7D8DA
(199,216,218)
#CFDEDF
(207,222,223)
#D7E4E4
(215,228,228)
#DFEAE9
(223,234,233)
#E7F0EE
(231,240,238)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBAC1; }

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

This text font color is #9FBAC1.


Background Color

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

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

This div background color is #9FBAC1.


Border color

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

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

This div border color is #9FBAC1.


Opacity

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

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

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

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

This text has shadow with #9FBAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBAC1 on black background.


Color preview on white background

This text has color #9FBAC1 on white background.



Black color preview on #9FBAC1 background

This text has black color on #9FBAC1 background.


White color preview on #9FBAC1 background

This text has white color on #9FBAC1 background.